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) 2022-02-07T02:54:06.623Z||main|||||INFO|500||The following profiles are active: basic 2022-02-07T02:54:16.348Z||main|||||INFO|500||Starting service [Tomcat] 2022-02-07T02:54:16.349Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-02-07T02:54:16.440Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-02-07T02:54:18.749Z||main|||||INFO|500||catdb-pool - Starting... 2022-02-07T02:54:18.900Z||main|||||INFO|500||catdb-pool - Start completed. 2022-02-07T02:54:19.283Z||main|||||INFO|500||reqdb-pool - Starting... 2022-02-07T02:54:19.293Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-02-07T02:54:19.376Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-02-07T02:54:19.494Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-02-07T02:54:19.912Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-02-07T02:54:20.644Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-02-07T02:54:22.566Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-02-07T02:54:22.611Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-02-07T02:54:23.026Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-02-07T02:54:23.292Z||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. 2022-02-07T02:54:24.446Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-02-07T02:54:25.419Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-02-07T02:54:25.434Z||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$$2c0c0be2.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) 2022-02-07T02:54:25.435Z||main|||||WARN|500||The sdc end point is not alive 2022-02-07T02:54:28.155Z||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 2022-02-07T02:54:30.906Z||main|||||WARN|500||--- 2022-02-07T02:54:30.906Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-02-07T02:54:30.906Z||main|||||WARN|500||--- 2022-02-07T02:54:31.263Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-02-07T02:54:35.699Z||main|||||INFO|500||Started Application in 33.707 seconds (JVM running for 34.856) 2022-02-07T02:54:35.713Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-02-07T02:54:35.715Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-02-07T02:54:35.724Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-02-07T02:54:35.792Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-02-07T02:54:35.830Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8e8d2cc3-0167-4464-93fa-72d03f93504f url= /sdc/v1/artifactTypes 2022-02-07T02:54:35.831Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-02-07T02:54:36.107Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-02-07T02:54:36.128Z||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 2022-02-07T02:54:36.147Z||scheduling-1|||||DEBUG|500||create keys 2022-02-07T02:54:36.154Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-02-07T02:54:36.290Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T02:54:36.310Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6d1f2802-52f4-471b-89c0-bd0cd378f5bb url= /sdc/v1/registerForDistribution 2022-02-07T02:54:36.716Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6d1f2802-52f4-471b-89c0-bd0cd378f5bb url= /sdc/v1/registerForDistribution 2022-02-07T02:54:36.717Z||scheduling-1|||||INFO|500||start DistributionClient 2022-02-07T02:54:36.728Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T02:54:36.729Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T02:54:36.733Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-02-07T02:54:36.736Z||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. 2022-02-07T02:54:36.736Z||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. 2022-02-07T02:54:36.736Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T02:54:36.736Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T02:54:48.670Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T02:54:49.025Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T02:55:36.725Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T02:55:36.726Z||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. 2022-02-07T02:55:36.726Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T02:55:36.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T02:55:36.728Z||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. 2022-02-07T02:55:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T02:55:46.282Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T02:55:46.285Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T02:56:36.725Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T02:56:36.726Z||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. 2022-02-07T02:56:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T02:56:36.727Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T02:56:36.728Z||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. 2022-02-07T02:56:36.729Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T02:56:46.295Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T02:56:46.307Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T02:57:36.725Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T02:57:36.726Z||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. 2022-02-07T02:57:36.726Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T02:57:36.727Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T02:57:36.729Z||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. 2022-02-07T02:57:36.730Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T02:57:46.268Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T02:57:46.282Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T02:58:36.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T02:58:36.726Z||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. 2022-02-07T02:58:36.726Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T02:58:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T02:58:36.728Z||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. 2022-02-07T02:58:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T02:58:46.268Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T02:58:46.276Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T02:59:36.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T02:59:36.726Z||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. 2022-02-07T02:59:36.726Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T02:59:36.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T02:59:36.728Z||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. 2022-02-07T02:59:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T02:59:46.265Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T02:59:46.267Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:00:36.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:00:36.726Z||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. 2022-02-07T03:00:36.726Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:00:36.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:00:36.728Z||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. 2022-02-07T03:00:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:00:46.269Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:00:46.272Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:01:36.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:01:36.726Z||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. 2022-02-07T03:01:36.726Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:01:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:01:36.729Z||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. 2022-02-07T03:01:36.729Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:01:46.265Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:01:46.268Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:02:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:02:36.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:02:36.726Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:02:36.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:02:36.727Z||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. 2022-02-07T03:02:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:02:46.271Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:02:46.276Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:03:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:03:36.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:03:36.726Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:03:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:03:36.727Z||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. 2022-02-07T03:03:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:03:46.270Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:03:46.272Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:04:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:04:36.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:04:36.727Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:04:36.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:04:36.727Z||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. 2022-02-07T03:04:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:04:38.223Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-02-07T03:04:46.265Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:04:46.268Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:05:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:05:36.725Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:05:36.726Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:05:36.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:05:36.727Z||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. 2022-02-07T03:05:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:05:46.263Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:05:46.267Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:06:36.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:06:36.726Z||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. 2022-02-07T03:06:36.726Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:06:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:06:36.731Z||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. 2022-02-07T03:06:36.731Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:06:46.270Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:06:46.275Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:07:36.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:07:36.726Z||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. 2022-02-07T03:07:36.726Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:07:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:07:36.728Z||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. 2022-02-07T03:07:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:07:46.270Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:07:46.278Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:08:36.725Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:08:36.726Z||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. 2022-02-07T03:08:36.726Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:08:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:08:36.729Z||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. 2022-02-07T03:08:36.729Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:08:46.268Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:08:46.271Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:09:36.725Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:09:36.726Z||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. 2022-02-07T03:09:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:09:36.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:09:36.727Z||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. 2022-02-07T03:09:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:09:46.270Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:09:46.273Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:10:36.725Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:10:36.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:10:36.727Z||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. 2022-02-07T03:10:36.727Z||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. 2022-02-07T03:10:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:10:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:10:46.272Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:10:46.272Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:11:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:11:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:11:36.727Z||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. 2022-02-07T03:11:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:11:36.728Z||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. 2022-02-07T03:11:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:11:46.273Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:11:46.275Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:12:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:12:36.726Z||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. 2022-02-07T03:12:36.726Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:12:36.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:12:36.727Z||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. 2022-02-07T03:12:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:12:46.265Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:12:46.275Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:13:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:13:36.726Z||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. 2022-02-07T03:13:36.726Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:13:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:13:36.727Z||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. 2022-02-07T03:13:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:13:46.268Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:13:46.268Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:14:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:14:36.726Z||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. 2022-02-07T03:14:36.726Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:14:36.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:14:36.727Z||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. 2022-02-07T03:14:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:14:46.269Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:14:46.270Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:15:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:15:36.726Z||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. 2022-02-07T03:15:36.726Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:15:36.727Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:15:36.728Z||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. 2022-02-07T03:15:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:15:46.280Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:15:46.289Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:16:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:16:36.726Z||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. 2022-02-07T03:16:36.726Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:16:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:16:36.727Z||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. 2022-02-07T03:16:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:16:46.266Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:16:46.269Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:17:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:17:36.726Z||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. 2022-02-07T03:17:36.726Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:17:36.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:17:36.727Z||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. 2022-02-07T03:17:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:17:46.261Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:17:46.266Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:18:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:18:36.726Z||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. 2022-02-07T03:18:36.726Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:18:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:18:36.727Z||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. 2022-02-07T03:18:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:18:46.265Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:18:46.266Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:19:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:19:36.726Z||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. 2022-02-07T03:19:36.726Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:19:36.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:19:36.727Z||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. 2022-02-07T03:19:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:19:46.262Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:19:46.265Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:20:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:20:36.726Z||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. 2022-02-07T03:20:36.726Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:20:36.727Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:20:36.727Z||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. 2022-02-07T03:20:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:20:46.261Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:20:46.267Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:21:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:21:36.726Z||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. 2022-02-07T03:21:36.726Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:21:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:21:36.728Z||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. 2022-02-07T03:21:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:21:46.262Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:21:46.265Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:22:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:22:36.726Z||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. 2022-02-07T03:22:36.726Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:22:36.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:22:36.728Z||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. 2022-02-07T03:22:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:22:46.261Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:22:46.263Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:23:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:23:36.726Z||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. 2022-02-07T03:23:36.726Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:23:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:23:36.727Z||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. 2022-02-07T03:23:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:23:46.262Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:23:46.265Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:24:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:24:36.726Z||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. 2022-02-07T03:24:36.726Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:24:36.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:24:36.728Z||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. 2022-02-07T03:24:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:24:46.262Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:24:46.268Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:25:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:25:36.726Z||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. 2022-02-07T03:25:36.726Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:25:36.727Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:25:36.727Z||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. 2022-02-07T03:25:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:25:46.265Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:25:46.266Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:26:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:26:36.726Z||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. 2022-02-07T03:26:36.726Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:26:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:26:36.727Z||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. 2022-02-07T03:26:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:26:46.264Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:26:46.266Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:27:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:27:36.726Z||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. 2022-02-07T03:27:36.726Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:27:36.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:27:36.728Z||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. 2022-02-07T03:27:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:27:46.266Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:27:46.267Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:28:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:28:36.726Z||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. 2022-02-07T03:28:36.726Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:28:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:28:36.727Z||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. 2022-02-07T03:28:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:28:46.266Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:28:46.268Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:29:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:29:36.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:29:36.727Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:29:36.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:29:36.727Z||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. 2022-02-07T03:29:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:29:46.267Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:29:46.270Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:30:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:30:36.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:30:36.726Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:30:36.727Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:30:36.727Z||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. 2022-02-07T03:30:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:30:46.265Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:30:46.268Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:31:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:31:36.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:31:36.726Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:31:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:31:36.727Z||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. 2022-02-07T03:31:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:31:46.266Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:31:46.267Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:32:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:32:36.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:32:36.726Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:32:36.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:32:36.727Z||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. 2022-02-07T03:32:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:32:46.265Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:32:46.266Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:33:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:33:36.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:33:36.726Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:33:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:33:36.727Z||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. 2022-02-07T03:33:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:33:46.265Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:33:46.265Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:34:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:34:36.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:34:36.726Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:34:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:34:36.727Z||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. 2022-02-07T03:34:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:34:46.264Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:34:46.275Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:35:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:35:36.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:35:36.726Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:35:36.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:35:36.728Z||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. 2022-02-07T03:35:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:35:46.263Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:35:46.266Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:36:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:36:36.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:36:36.726Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:36:36.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:36:36.727Z||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. 2022-02-07T03:36:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:36:46.261Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:36:46.266Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:37:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:37:36.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:37:36.726Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:37:36.727Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:37:36.727Z||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. 2022-02-07T03:37:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:37:46.263Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:37:46.263Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:38:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:38:36.725Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:38:36.726Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:38:36.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:38:36.727Z||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. 2022-02-07T03:38:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:38:46.260Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:38:46.263Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:39:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:39:36.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:39:36.727Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:39:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:39:36.727Z||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. 2022-02-07T03:39:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:39:46.262Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:39:46.265Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:40:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:40:36.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:40:36.726Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:40:36.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:40:36.727Z||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. 2022-02-07T03:40:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:40:46.259Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:40:46.266Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:41:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:41:36.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:41:36.728Z||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. 2022-02-07T03:41:36.728Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:41:36.728Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:41:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:41:46.262Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:41:46.265Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:42:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:42:36.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:42:36.727Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:42:36.727Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:42:36.727Z||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. 2022-02-07T03:42:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:42:46.265Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:42:46.265Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:43:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:43:36.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:43:36.727Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:43:36.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:43:36.727Z||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. 2022-02-07T03:43:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:43:46.265Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:43:46.267Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:44:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:44:36.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:44:36.727Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:44:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:44:36.728Z||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. 2022-02-07T03:44:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:44:46.263Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:44:46.265Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:45:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:45:36.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:45:36.726Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:45:36.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:45:36.727Z||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. 2022-02-07T03:45:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:45:46.276Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:45:46.278Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:46:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:46:36.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:46:36.726Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:46:36.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:46:36.727Z||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. 2022-02-07T03:46:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:46:46.265Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:46:46.267Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:47:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:47:36.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:47:36.727Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:47:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:47:36.727Z||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. 2022-02-07T03:47:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:47:46.263Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:47:46.266Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:48:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:48:36.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:48:36.726Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:48:36.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:48:36.727Z||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. 2022-02-07T03:48:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:48:46.264Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:48:46.266Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:49:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:49:36.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:49:36.726Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:49:36.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:49:36.727Z||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. 2022-02-07T03:49:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:49:46.260Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:49:46.265Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:50:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:50:36.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:50:36.727Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:50:36.727Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:50:36.727Z||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. 2022-02-07T03:50:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:50:46.271Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:50:46.272Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:51:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:51:36.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:51:36.727Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:51:36.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:51:36.727Z||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. 2022-02-07T03:51:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:51:46.264Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:51:46.268Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:52:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:52:36.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:52:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:52:36.727Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:52:36.727Z||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. 2022-02-07T03:52:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:52:46.265Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:52:46.269Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:53:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:53:36.727Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:53:36.727Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:53:36.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:53:36.728Z||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. 2022-02-07T03:53:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:53:46.266Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:53:46.266Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:54:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:54:36.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:54:36.726Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:54:36.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:54:36.727Z||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. 2022-02-07T03:54:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:54:46.266Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:54:46.274Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:55:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:55:36.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:55:36.726Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:55:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:55:36.728Z||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. 2022-02-07T03:55:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:55:37.351Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:55:37.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"843c20dd-eb18-41fd-862a-70a9432840ef","serviceName":"vFW 2022-02-07 03-52-44","serviceVersion":"1.0","serviceUUID":"56e92678-84cd-40e5-a6f9-257c22fa48bb","serviceDescription":"catalog service description","serviceInvariantUUID":"33b291a1-4c9e-4cf0-a0ba-0c2507efa6c5","resources":[{"resourceInstanceName":"vFW 5f46aba8-ef3b 0","resourceName":"vFW 5f46aba8-ef3b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"79641a82-eb1d-4676-962e-8ceff0448a9c","resourceInvariantUUID":"f05c6e55-f891-450e-83ad-5021aba08394","resourceCustomizationUUID":"2e09fb42-4b84-489d-bfe2-578de76782de","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vf-license-model.xml","artifactChecksum":"YzljNmM4Yzc3OGRkNjE2ZGQzMjIxNDVjOTdiNWM0ZDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"14b87031-0650-49f4-8e6d-43bf5e34e9e0","artifactVersion":"1"},{"artifactName":"vfw5f46aba8ef3b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json","artifactChecksum":"MWEzMjg5MGQ2Zjk3YTI1NTMyMDc3ZjkxOTE0MzkyN2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ff4d9803-911d-476a-b742-c215b92d2c98","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3de23f19-3ea0-4127-9aa1-41dfb9de2c7e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vendor-license-model.xml","artifactChecksum":"ODI5YjU1MzhjMzU0N2ZlZjkxZWQwZmM5Yjc0OWM2NWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"931a5f14-4164-44f2-bbf2-18f9c15f6389","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8f83b400-c202-463c-a2b8-59f0edc1c745","artifactVersion":"2","generatedFromUUID":"3de23f19-3ea0-4127-9aa1-41dfb9de2c7e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220207035244-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-template.yml","artifactChecksum":"Y2U1ZjM4MGFjZjlhMDc3MDFhNmU1OTkwNGFhYTZhYWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba535a17-563f-49a9-bb94-0cab859f66f9","artifactVersion":"1"},{"artifactName":"service-Vfw20220207035244-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar","artifactChecksum":"YzcwODU1NmE0NTAxMzVkNTE5NDJlZjg3YTJiYTI4M2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"94329011-752f-4b62-8689-35e78ca43992","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-07T03:55:37.359Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:55:37.365Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T03:55:37.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "cds", "timestamp": 1644206083208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.372Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:55:37.382Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:55:37.382Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206136725, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "multicloud-k8s-id", "timestamp": 1644206085823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644206086563, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "policy-id", "timestamp": 1644206085828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "cds", "timestamp": 1644206083208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644206086563, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "multicloud-k8s-id", "timestamp": 1644206085823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json", "status": "NOTIFIED" } 2022-02-07T03:55:37.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "policy-id", "timestamp": 1644206085828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "dcae-sch", "timestamp": 1644206090816, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "cds", "timestamp": 1644206083208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644206086563, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "multicloud-k8s-id", "timestamp": 1644206085823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-07T03:55:37.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "policy-id", "timestamp": 1644206085828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-07T03:55:37.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "dcae-sch", "timestamp": 1644206090816, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "cds", "timestamp": 1644206083208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "multicloud-k8s-id", "timestamp": 1644206085823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644206086563, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "policy-id", "timestamp": 1644206085828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "dcae-sch", "timestamp": 1644206090816, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "cds", "timestamp": 1644206083208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "multicloud-k8s-id", "timestamp": 1644206085823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-02-07T03:55:37.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644206086563, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "policy-id", "timestamp": 1644206085828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "dcae-sch", "timestamp": 1644206090816, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "cds", "timestamp": 1644206083208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "multicloud-k8s-id", "timestamp": 1644206085823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644206086563, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "policy-id", "timestamp": 1644206085828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "dcae-sch", "timestamp": 1644206090816, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "cds", "timestamp": 1644206083208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar", "status": "NOTIFIED" } 2022-02-07T03:55:37.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "multicloud-k8s-id", "timestamp": 1644206085823, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar", "status": "NOTIFIED" } 2022-02-07T03:55:37.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644206086563, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar", "status": "NOTIFIED" } 2022-02-07T03:55:37.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "policy-id", "timestamp": 1644206085828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar", "status": "NOTIFIED" } 2022-02-07T03:55:37.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "dcae-sch", "timestamp": 1644206090816, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "ves-openapi-manager", "timestamp": 1644206096335, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "multicloud-k8s-id", "timestamp": 1644206096997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-07T03:55:37.394Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:55:37.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644206097014, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T03:55:37.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:55:37.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "policy-id", "timestamp": 1644206097011, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T03:55:37.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:55:37.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "cds", "timestamp": 1644206097020, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T03:55:37.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:55:37.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "dcae-sch", "timestamp": 1644206090816, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "ves-openapi-manager", "timestamp": 1644206096335, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "policy-id", "timestamp": 1644206098018, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T03:55:37.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:55:37.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "multicloud-k8s-id", "timestamp": 1644206098066, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-02-07T03:55:37.396Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:55:37.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "cds", "timestamp": 1644206098077, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-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=? 2022-02-07T03:55:37.482Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-02-07T03:55:37.486Z||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. 2022-02-07T03:55:37.486Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-07T03:55:37.499Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:55:37.499Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-02-07T03:55:37.540Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 843c20dd-eb18-41fd-862a-70a9432840ef 2022-02-07T03:55:37.555Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 843c20dd-eb18-41fd-862a-70a9432840ef 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 (?, ?, ?, ?, ?) 2022-02-07T03:55:37.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "aai-ml", "timestamp": 1644206097772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "ves-openapi-manager", "timestamp": 1644206096335, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "policy-id", "timestamp": 1644206099021, "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=? 2022-02-07T03:55:37.593Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 843c20dd-eb18-41fd-862a-70a9432840ef 2022-02-07T03:55:37.593Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 843c20dd-eb18-41fd-862a-70a9432840ef 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 (?, ?, ?, ?, ?) 2022-02-07T03:55:37.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "multicloud-k8s-id", "timestamp": 1644206099118, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-02-07T03:55:37.601Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:55:37.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "aai-ml", "timestamp": 1644206097772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "ves-openapi-manager", "timestamp": 1644206096335, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "multicloud-k8s-id", "timestamp": 1644206100164, "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=? 2022-02-07T03:55:37.606Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 843c20dd-eb18-41fd-862a-70a9432840ef 2022-02-07T03:55:37.606Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 843c20dd-eb18-41fd-862a-70a9432840ef 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=? 2022-02-07T03:55:37.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "aai-ml", "timestamp": 1644206097772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.619Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.619Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "ves-openapi-manager", "timestamp": 1644206096335, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.619Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.619Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644206101089, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T03:55:37.620Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:55:37.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.620Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "multicloud-k8s-id", "timestamp": 1644206101168, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json", "status": "DEPLOY_OK" } 2022-02-07T03:55:37.620Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:55:37.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.620Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "aai-ml", "timestamp": 1644206097772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.620Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "ves-openapi-manager", "timestamp": 1644206096335, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644206102094, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-07T03:55:37.626Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 843c20dd-eb18-41fd-862a-70a9432840ef 2022-02-07T03:55:37.626Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 843c20dd-eb18-41fd-862a-70a9432840ef and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-02-07T03:55:37.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "aai-ml", "timestamp": 1644206097772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "ves-openapi-manager", "timestamp": 1644206096335, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "aai-ml", "timestamp": 1644206097772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "aai-ml", "timestamp": 1644206097772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar", "status": "NOTIFIED" } 2022-02-07T03:55:37.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "aai-ml", "timestamp": 1644206105582, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T03:55:37.636Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:55:37.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "clamp", "timestamp": 1644206106422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "clamp", "timestamp": 1644206106422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json", "status": "NOTIFIED" } 2022-02-07T03:55:37.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "clamp", "timestamp": 1644206106422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "clamp", "timestamp": 1644206106422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "clamp", "timestamp": 1644206106422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "clamp", "timestamp": 1644206106422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:37.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "clamp", "timestamp": 1644206106422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar", "status": "NOTIFIED" } 2022-02-07T03:55:37.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:55:37.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "aai-ml", "timestamp": 1644206117765, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T03:55:37.639Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:55:37.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "aai-ml", "timestamp": 1644206118770, "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=? 2022-02-07T03:55:37.644Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 843c20dd-eb18-41fd-862a-70a9432840ef 2022-02-07T03:55:37.644Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 843c20dd-eb18-41fd-862a-70a9432840ef 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 (?, ?, ?, ?, ?) 2022-02-07T03:55:37.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "clamp", "timestamp": 1644206126602, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T03:55:37.652Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:55:37.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "clamp", "timestamp": 1644206128617, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T03:55:37.653Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:55:37.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:55:37.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "clamp", "timestamp": 1644206129621, "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=? 2022-02-07T03:55:37.658Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 843c20dd-eb18-41fd-862a-70a9432840ef 2022-02-07T03:55:37.658Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 843c20dd-eb18-41fd-862a-70a9432840ef 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 (?, ?, ?, ?, ?) 2022-02-07T03:55:38.389Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T03:55:38.390Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:55:38.392Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:55:38.392Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206136725, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json", "status": "NOTIFIED" } 2022-02-07T03:55:38.492Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T03:55:38.493Z||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. 2022-02-07T03:55:38.493Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:55:38.506Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:55:38.506Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-02-07T03:55:39.392Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T03:55:39.393Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:55:39.395Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:55:39.395Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206136725, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-07T03:55:39.495Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T03:55:39.496Z||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. 2022-02-07T03:55:39.496Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:55:39.508Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:55:39.509Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-07T03:55:40.395Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T03:55:40.397Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:55:40.399Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:55:40.399Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206136725, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:40.500Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-07T03:55:40.510Z||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. 2022-02-07T03:55:40.510Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:55:40.527Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:55:40.528Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-02-07T03:55:41.400Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T03:55:41.401Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:55:41.403Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:55:41.403Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206136725, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-02-07T03:55:41.504Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T03:55:41.505Z||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. 2022-02-07T03:55:41.505Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:55:41.517Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:55:41.517Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-02-07T03:55:42.404Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T03:55:42.405Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:55:42.407Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:55:42.407Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206136725, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T03:55:42.507Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T03:55:42.508Z||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. 2022-02-07T03:55:42.508Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:55:42.518Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:55:42.519Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T03:55:43.407Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T03:55:43.409Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:55:43.411Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:55:43.411Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206136725, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar", "status": "NOTIFIED" } 2022-02-07T03:55:43.511Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T03:55:43.512Z||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. 2022-02-07T03:55:43.512Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:55:43.523Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:55:43.523Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-07T03:55:44.413Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "serviceName": "vFW 2022-02-07 03-52-44", "serviceVersion": "1.0", "serviceUUID": "56e92678-84cd-40e5-a6f9-257c22fa48bb", "serviceDescription": "catalog service description", "serviceInvariantUUID": "33b291a1-4c9e-4cf0-a0ba-0c2507efa6c5", "resources": [ { "resourceInstanceName": "vFW 5f46aba8-ef3b 0", "resourceCustomizationUUID": "2e09fb42-4b84-489d-bfe2-578de76782de", "resourceName": "vFW 5f46aba8-ef3b", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "79641a82-eb1d-4676-962e-8ceff0448a9c", "resourceInvariantUUID": "f05c6e55-f891-450e-83ad-5021aba08394", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw5f46aba8ef3b0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json", "artifactChecksum": "MWEzMjg5MGQ2Zjk3YTI1NTMyMDc3ZjkxOTE0MzkyN2I\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ff4d9803-911d-476a-b742-c215b92d2c98", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "3de23f19-3ea0-4127-9aa1-41dfb9de2c7e", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8f83b400-c202-463c-a2b8-59f0edc1c745", "generatedFromUUID": "3de23f19-3ea0-4127-9aa1-41dfb9de2c7e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8f83b400-c202-463c-a2b8-59f0edc1c745", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220207035244-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar", "artifactChecksum": "YzcwODU1NmE0NTAxMzVkNTE5NDJlZjg3YTJiYTI4M2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "94329011-752f-4b62-8689-35e78ca43992" } ], "workloadContext": "Production" } 2022-02-07T03:55:44.414Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-07T03:55:44.414Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 56e92678-84cd-40e5-a6f9-257c22fa48bb ASDC 2022-02-07T03:55:44.508Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:843c20dd-eb18-41fd-862a-70a9432840ef ServiceName:vFW 2022-02-07 03-52-44 ServiceVersion:1.0 ServiceUUID:56e92678-84cd-40e5-a6f9-257c22fa48bb ServiceInvariantUUID:33b291a1-4c9e-4cf0-a0ba-0c2507efa6c5 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220207035244-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar ArtifactUUID:94329011-752f-4b62-8689-35e78ca43992 ArtifactChecksum:YzcwODU1NmE0NTAxMzVkNTE5NDJlZjg3YTJiYTI4M2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 5f46aba8-ef3b 0 ResourceCustomizationUUID:2e09fb42-4b84-489d-bfe2-578de76782de ResourceInvariantUUID:f05c6e55-f891-450e-83ad-5021aba08394 ResourceName:vFW 5f46aba8-ef3b ResourceType:VF ResourceUUID:79641a82-eb1d-4676-962e-8ceff0448a9c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw5f46aba8ef3b0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json ArtifactUUID:ff4d9803-911d-476a-b742-c215b92d2c98 ArtifactChecksum:MWEzMjg5MGQ2Zjk3YTI1NTMyMDc3ZjkxOTE0MzkyN2I= 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/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml ArtifactUUID:3de23f19-3ea0-4127-9aa1-41dfb9de2c7e 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/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env ArtifactUUID:8f83b400-c202-463c-a2b8-59f0edc1c745 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/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env ArtifactUUID:8f83b400-c202-463c-a2b8-59f0edc1c745 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-02-07T03:55:44.508Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56e92678-84cd-40e5-a6f9-257c22fa48bb 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=? 2022-02-07T03:55:44.543Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-07T03:55:44.544Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-07T03:55:44.545Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-07T03:55:44.545Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 94329011-752f-4b62-8689-35e78ca43992 from URL: /sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar 2022-02-07T03:55:44.545Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T03:55:44.546Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar 2022-02-07T03:55:44.635Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T03:55:44.653Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar 94329011-752f-4b62-8689-35e78ca43992 98898 2022-02-07T03:55:44.655Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar ASDC sendASDCNotification 2022-02-07T03:55:44.655Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar 2022-02-07T03:55:44.655Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T03:55:44.656Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:55:44.658Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:55:44.658Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206144654, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T03:55:44.758Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T03:55:44.759Z||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. 2022-02-07T03:55:44.759Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:55:44.771Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:55:44.771Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-07T03:55:45.658Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-07T03:55:45.659Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-07T03:55:45.660Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 94329011-752f-4b62-8689-35e78ca43992, URL: /sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar to file: /app/ASDC/1/service-Vfw20220207035244-csar.csar 2022-02-07T03:55:45.661Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220207035244-csar.csar 2022-02-07T03:55:45.724Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220207035244-csar.csar 2022-02-07T03:55:45.724Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220207035244-csar.csar 2022-02-07T03:55:46.211Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13411136240954990102/Definitions/service-Vfw20220207035244-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-02-07T03:55:48.954Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-07T03:55:48.958Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-02-07T03:55:48.958Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220207035244-csar.csar 2022-02-07T03:55:48.959Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-02-07T03:55:48.959Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||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-Vfw20220207035244-csar.csar 2022-02-07T03:55:48.959Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||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-Vfw20220207035244-csar.csar 2022-02-07T03:55:48.959Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5f46aba8-ef3b 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-Vfw20220207035244-csar.csar 2022-02-07T03:55:48.959Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220207035244-csar.csar 2022-02-07T03:55:48.959Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220207035244-csar.csar 2022-02-07T03:55:48.959Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220207035244-csar.csar 2022-02-07T03:55:48.960Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||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-Vfw20220207035244-csar.csar 2022-02-07T03:55:48.960Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220207035244-csar.csar 2022-02-07T03:55:48.960Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220207035244-csar.csar 2022-02-07T03:55:48.960Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220207035244-csar.csar 2022-02-07T03:55:48.960Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220207035244-csar.csar 2022-02-07T03:55:48.960Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220207035244-csar.csar 2022-02-07T03:55:48.960Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220207035244-csar.csar 2022-02-07T03:55:48.960Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-02-07T03:55:48.974Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:48.976Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:55:48.980Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is matching search criteria 2022-02-07T03:55:48.980Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-02-07T03:55:48.981Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5f46aba8-ef3b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-07T03:55:48.983Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:48.983Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:55:48.983Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is matching search criteria 2022-02-07T03:55:48.984Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-02-07T03:55:48.984Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5f46aba8-ef3b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-07T03:55:48.984Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:48.984Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:55:48.988Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:48.988Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is not matching search criteria 2022-02-07T03:55:48.989Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-07T03:55:48.989Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-07T03:55:48.989Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-07T03:55:48.989Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-07T03:55:48.989Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-07T03:55:48.989Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-07T03:55:48.990Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-07T03:55:48.990Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-07T03:55:48.990Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-07T03:55:48.990Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-07T03:55:48.990Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-07T03:55:48.990Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-07T03:55:48.990Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-07T03:55:48.991Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-07T03:55:48.991Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-07T03:55:48.991Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-02-07T03:55:48.991Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:48.991Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-07T03:55:48.992Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:48.992Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is matching search criteria 2022-02-07T03:55:48.992Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5f46aba8-ef3b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T03:55:48.993Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:48.993Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is matching search criteria 2022-02-07T03:55:48.993Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5f46aba8-ef3b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T03:55:48.993Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:48.994Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is matching search criteria 2022-02-07T03:55:48.994Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5f46aba8-ef3b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T03:55:48.994Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:48.994Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is not matching search criteria 2022-02-07T03:55:48.994Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-07T03:55:48.995Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-02-07T03:55:48.995Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-07T03:55:48.995Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-07T03:55:48.995Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-07T03:55:48.995Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-07T03:55:48.995Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-07T03:55:48.996Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-07T03:55:48.996Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-07T03:55:48.996Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-07T03:55:48.996Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-07T03:55:48.996Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8a1f23da-5b49-435a-a7ed-e3e34f33e37b 2022-02-07T03:55:48.996Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:48.997Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is not matching search criteria 2022-02-07T03:55:48.997Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-07T03:55:48.997Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-07T03:55:48.997Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-07T03:55:48.997Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-07T03:55:48.997Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-07T03:55:48.997Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-07T03:55:48.998Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-07T03:55:48.998Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-02-07T03:55:48.998Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-07T03:55:48.998Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-07T03:55:48.998Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-07T03:55:48.998Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-07T03:55:48.998Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=08447e35-be15-4e75-81e9-579588c08045 2022-02-07T03:55:48.999Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:48.999Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is not matching search criteria 2022-02-07T03:55:48.999Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-07T03:55:48.999Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-07T03:55:48.999Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-07T03:55:48.999Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-07T03:55:49.000Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-07T03:55:49.000Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-07T03:55:49.000Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-07T03:55:49.000Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-07T03:55:49.000Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-07T03:55:49.000Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-07T03:55:49.000Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-07T03:55:49.001Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-02-07T03:55:49.001Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b251df8a-6b9a-4825-a552-d27e97aff79d 2022-02-07T03:55:49.001Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:49.001Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:55:49.001Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:49.001Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:55:49.002Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:49.002Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:55:49.002Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:49.002Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:55:49.002Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-02-07 03-52-44 Description:catalog service description Model UUID:56e92678-84cd-40e5-a6f9-257c22fa48bb Model Version:NULL Model InvariantUuid:33b291a1-4c9e-4cf0-a0ba-0c2507efa6c5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 5f46aba8-ef3b Model UUID:fc7f4646-21a1-401c-9366-50408ea7e1bb Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:f05c6e55-f891-450e-83ad-5021aba08394 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2e09fb42-4b84-489d-bfe2-578de76782de NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e0828acb-a034-4640-b6ad-adb8c87bd432 ModelName:Vfw5f46aba8Ef3b..base_vfw..module-0 ModelUuid:420dec3a-3ff4-4afd-b199-a75bd0fe6de5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8a1f23da-5b49-435a-a7ed-e3e34f33e37b ModelInvariantUuid:b4280632-8ee9-44d8-b871-1b4ebb74ee5e ModelName:vFW 5f46aba8-ef3b-nodes.vfwCvfc ModelUuid:b2004819-9452-49ef-82ee-eba130a22049 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:54571c62-adc5-430a-9444-a6c3988a4918 ModelInvariantUuid:0ac8f0c4-3538-4c7f-ac61-012fe51fa844 ModelName:Vfw5f46aba8Ef3b.compute.nodes.heat.vfw ModelUuid:881b08a2-b7ac-40e7-9564-3e9a87124118 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:08447e35-be15-4e75-81e9-579588c08045 ModelInvariantUuid:7ba99328-646a-422e-a1c9-edb0d8046186 ModelName:vFW 5f46aba8-ef3b-nodes.vsnCvfc ModelUuid:9b281b7f-59e7-4558-a9c0-13adfa7237c6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:6a94a1ff-0f0b-4230-bd5f-48e2ff4905c3 ModelInvariantUuid:d46dc4a8-523a-4585-8b2a-fff88022c127 ModelName:Vfw5f46aba8Ef3b.compute.nodes.heat.vsn ModelUuid:04aa1534-c5b5-4d83-b3cf-717b205003fe ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b251df8a-6b9a-4825-a552-d27e97aff79d ModelInvariantUuid:be125c47-1836-43cc-805b-5b34e03f6bf4 ModelName:vFW 5f46aba8-ef3b-nodes.vpgCvfc ModelUuid:bb57cff2-51c9-4fc0-a6ed-2ca06f575ca5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:0767f07c-b6e2-4dcc-931a-c5fbcde40982 ModelInvariantUuid:80692b9d-ed93-4991-8910-bd3ed20cdb96 ModelName:Vfw5f46aba8Ef3b.compute.nodes.heat.vpg ModelUuid:23c2851c-3494-4122-8ca3-9bce921c3091 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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-02-07T03:55:49.013Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 79641a82-eb1d-4676-962e-8ceff0448a9c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T03:55:49.101Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||vFW 5f46aba8-ef3b 0 2022-02-07T03:55:49.109Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 79641a82-eb1d-4676-962e-8ceff0448a9c 2022-02-07T03:55:49.109Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ff4d9803-911d-476a-b742-c215b92d2c98 from URL: /sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json 2022-02-07T03:55:49.109Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T03:55:49.109Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json 2022-02-07T03:55:49.262Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T03:55:49.263Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json ff4d9803-911d-476a-b742-c215b92d2c98 785 2022-02-07T03:55:49.263Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json ASDC sendASDCNotification 2022-02-07T03:55:49.263Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json 2022-02-07T03:55:49.263Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T03:55:49.264Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:55:49.267Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:55:49.267Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206149263, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-07T03:55:49.367Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T03:55:49.368Z||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. 2022-02-07T03:55:49.368Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:55:49.382Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:55:49.383Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-07T03:55:50.269Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw5f46aba8Ef3b..base_vfw..module-0", "vfModuleModelInvariantUUID": "e0828acb-a034-4640-b6ad-adb8c87bd432", "vfModuleModelVersion": "1", "vfModuleModelUUID": "420dec3a-3ff4-4afd-b199-a75bd0fe6de5", "vfModuleModelCustomizationUUID": "dbe376f1-777a-4480-8e39-26dfe61a5e57", "isBase": true, "artifacts": [ "3de23f19-3ea0-4127-9aa1-41dfb9de2c7e", "8f83b400-c202-463c-a2b8-59f0edc1c745" ], "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": "" } } ] 2022-02-07T03:55:50.287Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw5f46aba8Ef3b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:420dec3a-3ff4-4afd-b199-a75bd0fe6de5 VfModuleModelInvariantUUID:e0828acb-a034-4640-b6ad-adb8c87bd432 VfModuleModelDescription:NULL Artifacts UUID List:{ 3de23f19-3ea0-4127-9aa1-41dfb9de2c7e , 8f83b400-c202-463c-a2b8-59f0edc1c745 } 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 } 2022-02-07T03:55:50.290Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw5f46aba8Ef3b..base_vfw..module-0", "vfModuleModelInvariantUUID": "e0828acb-a034-4640-b6ad-adb8c87bd432", "vfModuleModelVersion": "1", "vfModuleModelUUID": "420dec3a-3ff4-4afd-b199-a75bd0fe6de5", "vfModuleModelCustomizationUUID": "dbe376f1-777a-4480-8e39-26dfe61a5e57", "isBase": true, "artifacts": [ "3de23f19-3ea0-4127-9aa1-41dfb9de2c7e", "8f83b400-c202-463c-a2b8-59f0edc1c745" ], "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": "" } } ] 2022-02-07T03:55:50.290Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw5f46aba8Ef3b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:420dec3a-3ff4-4afd-b199-a75bd0fe6de5 VfModuleModelInvariantUUID:e0828acb-a034-4640-b6ad-adb8c87bd432 VfModuleModelDescription:NULL Artifacts UUID List:{ 3de23f19-3ea0-4127-9aa1-41dfb9de2c7e , 8f83b400-c202-463c-a2b8-59f0edc1c745 } 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 } 2022-02-07T03:55:50.290Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3de23f19-3ea0-4127-9aa1-41dfb9de2c7e from URL: /sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml 2022-02-07T03:55:50.290Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T03:55:50.291Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml 2022-02-07T03:55:50.470Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T03:55:50.472Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml 3de23f19-3ea0-4127-9aa1-41dfb9de2c7e 20368 2022-02-07T03:55:50.472Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-02-07T03:55:50.472Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml 2022-02-07T03:55:50.472Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T03:55:50.473Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:55:50.475Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:55:50.475Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206150472, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-02-07T03:55:50.575Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T03:55:50.577Z||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. 2022-02-07T03:55:50.577Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:55:50.590Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:55:50.590Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-02-07T03:55:51.476Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8f83b400-c202-463c-a2b8-59f0edc1c745 from URL: /sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env 2022-02-07T03:55:51.476Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T03:55:51.477Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env 2022-02-07T03:55:51.665Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T03:55:51.665Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env 8f83b400-c202-463c-a2b8-59f0edc1c745 2098 2022-02-07T03:55:51.666Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-02-07T03:55:51.666Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env 2022-02-07T03:55:51.666Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T03:55:51.666Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:55:51.669Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:55:51.669Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206151666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-02-07T03:55:51.769Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T03:55:51.770Z||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. 2022-02-07T03:55:51.770Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:55:51.784Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:55:51.785Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-07T03:55:52.670Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 56e92678-84cd-40e5-a6f9-257c22fa48bb 2022-02-07T03:55:52.671Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 5f46aba8-ef3b 0 79641a82-eb1d-4676-962e-8ceff0448a9c ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T03:55:52.706Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7fb314d3, org.onap.sdc.toscaparser.api.parameters.Input@19852291, org.onap.sdc.toscaparser.api.parameters.Input@51a8d691, org.onap.sdc.toscaparser.api.parameters.Input@1de8dd25, org.onap.sdc.toscaparser.api.parameters.Input@7a1a57c7] 2022-02-07T03:55:52.709Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:52.709Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:55:52.709Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-02-07T03:55:52.709Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2e09fb42-4b84-489d-bfe2-578de76782de 2022-02-07T03:55:52.710Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2e09fb42-4b84-489d-bfe2-578de76782de matches Tosca VF Customization UUID: 2e09fb42-4b84-489d-bfe2-578de76782de 2022-02-07T03:55:52.710Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2e09fb42-4b84-489d-bfe2-578de76782de matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-02-07T03:55:52.714Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:52.714Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:55:52.715Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2e09fb42-4b84-489d-bfe2-578de76782de: {\"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\"} 2022-02-07T03:55:52.715Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@529f4fce 2022-02-07T03:55:52.715Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:52.716Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-07T03:55:52.716Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dbe376f1-777a-4480-8e39-26dfe61a5e57 2022-02-07T03:55:52.717Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dbe376f1-777a-4480-8e39-26dfe61a5e57 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-02-07T03:55:52.720Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:52.721Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is matching search criteria 2022-02-07T03:55:52.721Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5f46aba8-ef3b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T03:55:52.721Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:52.721Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is matching search criteria 2022-02-07T03:55:52.722Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5f46aba8-ef3b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T03:55:52.722Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:52.722Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is not matching search criteria 2022-02-07T03:55:52.722Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-07T03:55:52.722Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-02-07T03:55:52.722Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-07T03:55:52.722Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-07T03:55:52.722Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-07T03:55:52.722Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-07T03:55:52.723Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-07T03:55:52.723Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-07T03:55:52.723Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-07T03:55:52.723Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-07T03:55:52.723Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-07T03:55:52.723Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8a1f23da-5b49-435a-a7ed-e3e34f33e37b Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-02-07T03:55:52.730Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:52.730Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is matching search criteria 2022-02-07T03:55:52.730Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5f46aba8-ef3b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T03:55:52.730Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:52.731Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is not matching search criteria 2022-02-07T03:55:52.731Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-07T03:55:52.731Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-07T03:55:52.731Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-07T03:55:52.731Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-07T03:55:52.731Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-07T03:55:52.731Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-07T03:55:52.731Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-07T03:55:52.731Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-02-07T03:55:52.731Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-07T03:55:52.731Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-07T03:55:52.732Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-07T03:55:52.732Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-07T03:55:52.732Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=08447e35-be15-4e75-81e9-579588c08045 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-02-07T03:55:52.733Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:52.733Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is matching search criteria 2022-02-07T03:55:52.734Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5f46aba8-ef3b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T03:55:52.736Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:52.736Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is not matching search criteria 2022-02-07T03:55:52.736Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-07T03:55:52.736Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-07T03:55:52.736Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-07T03:55:52.736Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-07T03:55:52.736Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-07T03:55:52.736Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-07T03:55:52.737Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-07T03:55:52.737Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-07T03:55:52.737Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-07T03:55:52.737Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-07T03:55:52.737Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-07T03:55:52.737Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-02-07T03:55:52.737Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b251df8a-6b9a-4825-a552-d27e97aff79d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-02-07T03:55:52.739Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:52.739Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is matching search criteria 2022-02-07T03:55:52.739Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5f46aba8-ef3b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T03:55:52.739Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:52.739Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is matching search criteria 2022-02-07T03:55:52.739Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5f46aba8-ef3b 0] matching following query criteria: sdcType=VF, customizationUUID=2e09fb42-4b84-489d-bfe2-578de76782de Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T03:55:52.741Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:52.741Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:55:52.741Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 56e92678-84cd-40e5-a6f9-257c22fa48bb: vFW 5f46aba8-ef3b 2022-02-07T03:55:52.741Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:52.741Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:55:52.741Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:52.741Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:55:52.742Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:52.742Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:55:52.742Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:52.742Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:55:52.742Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:55:52.742Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:55:52.742Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-02-07 03-52-44 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?) 2022-02-07T03:55:52.996Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 5f46aba8-ef3b 79641a82-eb1d-4676-962e-8ceff0448a9c 1 ASDC deployResourceStructure 2022-02-07T03:55:52.997Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json ASDC sendASDCNotification 2022-02-07T03:55:52.997Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json 2022-02-07T03:55:52.997Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T03:55:52.997Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:55:52.998Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:55:52.998Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206152997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json", "status": "DEPLOY_OK" } 2022-02-07T03:55:53.099Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-07T03:55:53.100Z||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. 2022-02-07T03:55:53.100Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:55:53.112Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:55:53.112Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T03:55:53.999Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-02-07T03:55:54.000Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml 2022-02-07T03:55:54.000Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T03:55:54.001Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:55:54.003Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:55:54.003Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206153999, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-02-07T03:55:54.103Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T03:55:54.104Z||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. 2022-02-07T03:55:54.105Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:55:54.116Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:55:54.117Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-07T03:55:55.004Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-02-07T03:55:55.005Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env 2022-02-07T03:55:55.005Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T03:55:55.005Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:55:55.007Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:55:55.007Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206155004, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-02-07T03:55:55.107Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T03:55:55.108Z||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. 2022-02-07T03:55:55.109Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:55:55.120Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:55:55.121Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-07T03:55:56.008Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar ASDC sendASDCNotification 2022-02-07T03:55:56.009Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar 2022-02-07T03:55:56.009Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T03:55:56.009Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:55:56.012Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:55:56.012Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206156008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T03:55:56.112Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T03:55:56.113Z||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. 2022-02-07T03:55:56.113Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:55:56.125Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:55:56.125Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-07T03:55:57.013Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 843c20dd-eb18-41fd-862a-70a9432840ef Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T03:55:57.028Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 843c20dd-eb18-41fd-862a-70a9432840ef Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T03:55:57.031Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T03:55:57.031Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-07T03:55:57.031Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-07T03:55:57.032Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-07T03:55:57.032Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T03:55:57.032Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T03:55:57.032Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T03:55:57.032Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T03:55:57.032Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T03:55:57.032Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T03:55:57.032Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-07T03:55:57.036Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-07T03:56:27.036Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 843c20dd-eb18-41fd-862a-70a9432840ef 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=? 2022-02-07T03:56:27.046Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 843c20dd-eb18-41fd-862a-70a9432840ef and serviceModelVersionId: 56e92678-84cd-40e5-a6f9-257c22fa48bb 2022-02-07T03:56:27.047Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33b291a1-4c9e-4cf0-a0ba-0c2507efa6c5 2022-02-07T03:56:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:56:36.727Z||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. 2022-02-07T03:56:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:56:36.852Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:56:36.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T03:56:36.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206136725, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:56:36.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T03:56:39.324Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33b291a1-4c9e-4cf0-a0ba-0c2507efa6c5/model-vers/model-ver/56e92678-84cd-40e5-a6f9-257c22fa48bb?depth=0 2022-02-07T03:56:39.420Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-02-07T03:56:39.829Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33b291a1-4c9e-4cf0-a0ba-0c2507efa6c5/model-vers/model-ver/56e92678-84cd-40e5-a6f9-257c22fa48bb?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]} 2022-02-07T03:56:39.833Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33b291a1-4c9e-4cf0-a0ba-0c2507efa6c5/model-vers/model-ver/56e92678-84cd-40e5-a6f9-257c22fa48bb?depth=0|INFO|500||Invoke 2022-02-07T03:56:40.086Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33b291a1-4c9e-4cf0-a0ba-0c2507efa6c5/model-vers/model-ver/56e92678-84cd-40e5-a6f9-257c22fa48bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-07T03:56:40.332Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33b291a1-4c9e-4cf0-a0ba-0c2507efa6c5/model-vers/model-ver/56e92678-84cd-40e5-a6f9-257c22fa48bb?depth=0|INFO|500||InvokeReturn 2022-02-07T03:56:40.333Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33b291a1-4c9e-4cf0-a0ba-0c2507efa6c5/model-vers/model-ver/56e92678-84cd-40e5-a6f9-257c22fa48bb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220207-03:56:40:093-9617], vertex-id=[167936], Content-Length=[0], Date=[Mon, 07 Feb 2022 03:56:40 GMT], Content-Type=[application/json]} 2022-02-07T03:56:40.333Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-02-07T03:56:40.336Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-07T03:56:40.336Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T03:56:40.339Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-07T03:56:40.361Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 843c20dd-eb18-41fd-862a-70a9432840ef and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-07T03:56:40.362Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-07T03:56:40.363Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:56:40.365Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:56:40.365Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206200361, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-07T03:56:40.465Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T03:56:40.466Z||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. 2022-02-07T03:56:40.466Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:56:40.477Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:56:40.477Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-02-07T03:56:41.383Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:56:41.383Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:56:41.383Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:56:42.000Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:56:42.002Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-07T03:56:42.002Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"bb3b9e5c-2186-47f2-9a49-8a537eb10bec","serviceName":"basic_onboard_aoSBVK","serviceVersion":"1.0","serviceUUID":"b4ddc6c1-c13f-4fbe-9d01-82f98d09b301","serviceDescription":"service","serviceInvariantUUID":"e4e30a30-c5a5-4d73-8057-669e8ec24267","resources":[{"resourceInstanceName":"basic_onboard_aoSBVK 0","resourceName":"basic_onboard_aoSBVK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18ee6d28-fdfb-4c30-9cbc-10db1c3c11a9","resourceInvariantUUID":"9b94b272-1b6f-4653-a32f-816f7c621b93","resourceCustomizationUUID":"b60984ea-4881-4669-8344-a2453fdf56da","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vf-license-model.xml","artifactChecksum":"MTdiYjY4OGU5NWJmMDE2NjZhNzgyNzFkZDUxZWUyZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5687743-7899-4720-b575-61356f3b8f09","artifactVersion":"1"},{"artifactName":"basic_onboard_aosbvk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json","artifactChecksum":"ZTM5ODljOWEyMmQ0Y2U3YjE0MTE4ZWFmMmMwYTQ1OWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ae8a372e-6aaa-4f56-bb67-6a9dd295f672","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3f10ed3d-f55f-4b83-a162-613459360ff3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dba62848-3866-4b34-951a-36ff59c8d834","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d678c5ba-4292-498d-be58-58c51d02db13","artifactVersion":"2","generatedFromUUID":"3f10ed3d-f55f-4b83-a162-613459360ff3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAosbvk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-template.yml","artifactChecksum":"YjFlMGZmMGEzYjA1MWM1ODM3MzI2ODhmYzI4ZTA3Mzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fd2d2c58-dacf-4c1b-a528-4d60bb9d9f24","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAosbvk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar","artifactChecksum":"MGFiNjUwOWU1NzkwYjE2M2YxYmQyNWU2MGM2ZWRiMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a72550f-4493-4d38-9ccb-29146c464601","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-07T03:56:42.006Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T03:56:42.007Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:56:42.009Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:56:42.009Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206201383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:56:42.109Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T03:56:42.110Z||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. 2022-02-07T03:56:42.111Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:56:42.123Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:56:42.123Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-07T03:56:43.010Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T03:56:43.011Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:56:43.013Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:56:43.013Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206201383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json", "status": "NOTIFIED" } 2022-02-07T03:56:43.114Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T03:56:43.115Z||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. 2022-02-07T03:56:43.115Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:56:43.126Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:56:43.126Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T03:56:44.014Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T03:56:44.015Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:56:44.017Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:56:44.018Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206201383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-02-07T03:56:44.118Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T03:56:44.119Z||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. 2022-02-07T03:56:44.119Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:56:44.130Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:56:44.131Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-07T03:56:45.018Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T03:56:45.020Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:56:45.022Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:56:45.022Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206201383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:56:45.123Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-07T03:56:45.124Z||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. 2022-02-07T03:56:45.124Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:56:45.136Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:56:45.137Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-07T03:56:46.023Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T03:56:46.024Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:56:46.026Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:56:46.026Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206201383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-02-07T03:56:46.126Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T03:56:46.127Z||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. 2022-02-07T03:56:46.128Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:56:46.141Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:56:46.142Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-07T03:56:47.027Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T03:56:47.028Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:56:47.031Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:56:47.031Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206201383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T03:56:47.131Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T03:56:47.133Z||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. 2022-02-07T03:56:47.133Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:56:47.144Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:56:47.145Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-07T03:56:48.031Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T03:56:48.032Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:56:48.035Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:56:48.035Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206201383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar", "status": "NOTIFIED" } 2022-02-07T03:56:48.135Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T03:56:48.136Z||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. 2022-02-07T03:56:48.136Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:56:48.148Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:56:48.148Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T03:56:49.037Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "serviceName": "basic_onboard_aoSBVK", "serviceVersion": "1.0", "serviceUUID": "b4ddc6c1-c13f-4fbe-9d01-82f98d09b301", "serviceDescription": "service", "serviceInvariantUUID": "e4e30a30-c5a5-4d73-8057-669e8ec24267", "resources": [ { "resourceInstanceName": "basic_onboard_aoSBVK 0", "resourceCustomizationUUID": "b60984ea-4881-4669-8344-a2453fdf56da", "resourceName": "basic_onboard_aoSBVK", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "18ee6d28-fdfb-4c30-9cbc-10db1c3c11a9", "resourceInvariantUUID": "9b94b272-1b6f-4653-a32f-816f7c621b93", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_aosbvk0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json", "artifactChecksum": "ZTM5ODljOWEyMmQ0Y2U3YjE0MTE4ZWFmMmMwYTQ1OWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ae8a372e-6aaa-4f56-bb67-6a9dd295f672", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "3f10ed3d-f55f-4b83-a162-613459360ff3", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d678c5ba-4292-498d-be58-58c51d02db13", "generatedFromUUID": "3f10ed3d-f55f-4b83-a162-613459360ff3" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d678c5ba-4292-498d-be58-58c51d02db13", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardAosbvk-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar", "artifactChecksum": "MGFiNjUwOWU1NzkwYjE2M2YxYmQyNWU2MGM2ZWRiMWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2a72550f-4493-4d38-9ccb-29146c464601" } ], "workloadContext": "Production" } 2022-02-07T03:56:49.037Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-07T03:56:49.038Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b4ddc6c1-c13f-4fbe-9d01-82f98d09b301 ASDC 2022-02-07T03:56:49.038Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:bb3b9e5c-2186-47f2-9a49-8a537eb10bec ServiceName:basic_onboard_aoSBVK ServiceVersion:1.0 ServiceUUID:b4ddc6c1-c13f-4fbe-9d01-82f98d09b301 ServiceInvariantUUID:e4e30a30-c5a5-4d73-8057-669e8ec24267 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardAosbvk-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar ArtifactUUID:2a72550f-4493-4d38-9ccb-29146c464601 ArtifactChecksum:MGFiNjUwOWU1NzkwYjE2M2YxYmQyNWU2MGM2ZWRiMWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_aoSBVK 0 ResourceCustomizationUUID:b60984ea-4881-4669-8344-a2453fdf56da ResourceInvariantUUID:9b94b272-1b6f-4653-a32f-816f7c621b93 ResourceName:basic_onboard_aoSBVK ResourceType:VF ResourceUUID:18ee6d28-fdfb-4c30-9cbc-10db1c3c11a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_aosbvk0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json ArtifactUUID:ae8a372e-6aaa-4f56-bb67-6a9dd295f672 ArtifactChecksum:ZTM5ODljOWEyMmQ0Y2U3YjE0MTE4ZWFmMmMwYTQ1OWU= 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/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml ArtifactUUID:3f10ed3d-f55f-4b83-a162-613459360ff3 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/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env ArtifactUUID:d678c5ba-4292-498d-be58-58c51d02db13 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/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env ArtifactUUID:d678c5ba-4292-498d-be58-58c51d02db13 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-02-07T03:56:49.038Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b4ddc6c1-c13f-4fbe-9d01-82f98d09b301 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-02-07T03:56:49.071Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-07T03:56:49.072Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-07T03:56:49.072Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-07T03:56:49.072Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2a72550f-4493-4d38-9ccb-29146c464601 from URL: /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar 2022-02-07T03:56:49.072Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T03:56:49.072Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar 2022-02-07T03:56:49.264Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T03:56:49.270Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar 2a72550f-4493-4d38-9ccb-29146c464601 71536 2022-02-07T03:56:49.270Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar ASDC sendASDCNotification 2022-02-07T03:56:49.270Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar 2022-02-07T03:56:49.270Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T03:56:49.271Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:56:49.273Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:56:49.274Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206209270, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T03:56:49.374Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T03:56:49.375Z||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. 2022-02-07T03:56:49.375Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:56:49.387Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:56:49.387Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T03:56:50.274Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-07T03:56:50.276Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-07T03:56:50.276Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2a72550f-4493-4d38-9ccb-29146c464601, URL: /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar to file: /app/ASDC/1/service-BasicOnboardAosbvk-csar.csar 2022-02-07T03:56:50.276Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAosbvk-csar.csar 2022-02-07T03:56:50.277Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAosbvk-csar.csar 2022-02-07T03:56:50.277Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAosbvk-csar.csar 2022-02-07T03:56:50.714Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1697540595575086032/Definitions/service-BasicOnboardAosbvk-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 2022-02-07T03:56:52.021Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAosbvk-csar.csar 2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_aoSBVK 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-BasicOnboardAosbvk-csar.csar 2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||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-BasicOnboardAosbvk-csar.csar 2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAosbvk-csar.csar 2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAosbvk-csar.csar 2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAosbvk-csar.csar 2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardAosbvk-csar.csar 2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAosbvk-csar.csar 2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAosbvk-csar.csar 2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardAosbvk-csar.csar 2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:56:52.023Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:56:52.023Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aoSBVK 0 is matching search criteria 2022-02-07T03:56:52.023Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-02-07T03:56:52.023Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aoSBVK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-07T03:56:52.023Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:56:52.023Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:56:52.023Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aoSBVK 0 is matching search criteria 2022-02-07T03:56:52.023Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-02-07T03:56:52.023Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aoSBVK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-07T03:56:52.024Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:56:52.024Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:56:52.024Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:56:52.024Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aoSBVK 0 is not matching search criteria 2022-02-07T03:56:52.024Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-02-07T03:56:52.024Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-02-07T03:56:52.024Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-02-07T03:56:52.024Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-02-07T03:56:52.025Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-02-07T03:56:52.025Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:56:52.025Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-07T03:56:52.025Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:56:52.025Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aoSBVK 0 is matching search criteria 2022-02-07T03:56:52.025Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aoSBVK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T03:56:52.025Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:56:52.025Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aoSBVK 0 is matching search criteria 2022-02-07T03:56:52.025Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aoSBVK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T03:56:52.026Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:56:52.026Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aoSBVK 0 is matching search criteria 2022-02-07T03:56:52.026Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aoSBVK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T03:56:52.026Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:56:52.026Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aoSBVK 0 is not matching search criteria 2022-02-07T03:56:52.026Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-02-07T03:56:52.026Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-02-07T03:56:52.026Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bf2b4472-aa18-4b61-8115-5ed7870d4136 2022-02-07T03:56:52.026Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:56:52.026Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:56:52.027Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:56:52.027Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:56:52.027Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:56:52.027Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:56:52.027Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:56:52.027Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:56:52.027Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_aoSBVK Description:service Model UUID:b4ddc6c1-c13f-4fbe-9d01-82f98d09b301 Model Version:NULL Model InvariantUuid:e4e30a30-c5a5-4d73-8057-669e8ec24267 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_aoSBVK Model UUID:12c13162-c64f-4f35-a041-a574aa8279dc Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9b94b272-1b6f-4653-a32f-816f7c621b93 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b60984ea-4881-4669-8344-a2453fdf56da NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6c52d941-cd67-4514-94be-ad5f8769a6c1 ModelName:BasicOnboardAosbvk..base_ubuntu18..module-0 ModelUuid:40910bb3-f30a-453a-8658-a84a1d4b0a2b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bf2b4472-aa18-4b61-8115-5ed7870d4136 ModelInvariantUuid:a0d0d85d-1cac-49af-aa4e-9d4150fdeba1 ModelName:basic_onboard_aoSBVK-nodes.ubuntu18Cvfc ModelUuid:6ad96375-27b9-4310-aa72-1942210d9cdb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:b7c05c7a-e8f7-4ece-bd9f-1187c7c1b3f4 ModelInvariantUuid:0efc8d61-6266-4ad0-95f7-545c1ccccdda ModelName:BasicOnboardAosbvk.compute.nodes.heat.ubuntu18 ModelUuid:75194040-7945-4ac3-86cb-4e2d82975ab3 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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-02-07T03:56:52.033Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 18ee6d28-fdfb-4c30-9cbc-10db1c3c11a9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T03:56:52.035Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||basic_onboard_aoSBVK 0 2022-02-07T03:56:52.035Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 18ee6d28-fdfb-4c30-9cbc-10db1c3c11a9 2022-02-07T03:56:52.035Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ae8a372e-6aaa-4f56-bb67-6a9dd295f672 from URL: /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json 2022-02-07T03:56:52.035Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T03:56:52.035Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json 2022-02-07T03:56:52.152Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T03:56:52.153Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json ae8a372e-6aaa-4f56-bb67-6a9dd295f672 798 2022-02-07T03:56:52.153Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json ASDC sendASDCNotification 2022-02-07T03:56:52.153Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json 2022-02-07T03:56:52.153Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T03:56:52.154Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:56:52.156Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:56:52.156Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206212153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-07T03:56:52.256Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T03:56:52.257Z||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. 2022-02-07T03:56:52.257Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:56:52.269Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:56:52.270Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-07T03:56:53.157Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardAosbvk..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "6c52d941-cd67-4514-94be-ad5f8769a6c1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "40910bb3-f30a-453a-8658-a84a1d4b0a2b", "vfModuleModelCustomizationUUID": "f0e84c29-979f-453b-a451-0dd8c8ae697b", "isBase": true, "artifacts": [ "3f10ed3d-f55f-4b83-a162-613459360ff3", "d678c5ba-4292-498d-be58-58c51d02db13" ], "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": "" } } ] 2022-02-07T03:56:53.162Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardAosbvk..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:40910bb3-f30a-453a-8658-a84a1d4b0a2b VfModuleModelInvariantUUID:6c52d941-cd67-4514-94be-ad5f8769a6c1 VfModuleModelDescription:NULL Artifacts UUID List:{ 3f10ed3d-f55f-4b83-a162-613459360ff3 , d678c5ba-4292-498d-be58-58c51d02db13 } 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 } 2022-02-07T03:56:53.165Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardAosbvk..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "6c52d941-cd67-4514-94be-ad5f8769a6c1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "40910bb3-f30a-453a-8658-a84a1d4b0a2b", "vfModuleModelCustomizationUUID": "f0e84c29-979f-453b-a451-0dd8c8ae697b", "isBase": true, "artifacts": [ "3f10ed3d-f55f-4b83-a162-613459360ff3", "d678c5ba-4292-498d-be58-58c51d02db13" ], "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": "" } } ] 2022-02-07T03:56:53.166Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardAosbvk..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:40910bb3-f30a-453a-8658-a84a1d4b0a2b VfModuleModelInvariantUUID:6c52d941-cd67-4514-94be-ad5f8769a6c1 VfModuleModelDescription:NULL Artifacts UUID List:{ 3f10ed3d-f55f-4b83-a162-613459360ff3 , d678c5ba-4292-498d-be58-58c51d02db13 } 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 } 2022-02-07T03:56:53.166Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3f10ed3d-f55f-4b83-a162-613459360ff3 from URL: /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml 2022-02-07T03:56:53.166Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T03:56:53.166Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml 2022-02-07T03:56:53.284Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T03:56:53.285Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml 3f10ed3d-f55f-4b83-a162-613459360ff3 5033 2022-02-07T03:56:53.285Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-02-07T03:56:53.285Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml 2022-02-07T03:56:53.285Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T03:56:53.285Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:56:53.288Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:56:53.288Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206213285, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-02-07T03:56:53.388Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T03:56:53.389Z||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. 2022-02-07T03:56:53.389Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:56:53.401Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:56:53.401Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-07T03:56:54.289Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d678c5ba-4292-498d-be58-58c51d02db13 from URL: /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env 2022-02-07T03:56:54.289Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T03:56:54.290Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env 2022-02-07T03:56:54.336Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T03:56:54.336Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env d678c5ba-4292-498d-be58-58c51d02db13 909 2022-02-07T03:56:54.337Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-02-07T03:56:54.337Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env 2022-02-07T03:56:54.337Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T03:56:54.337Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:56:54.339Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:56:54.339Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206214337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-02-07T03:56:54.440Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-07T03:56:54.441Z||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. 2022-02-07T03:56:54.441Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:56:54.453Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:56:54.454Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-07T03:56:55.340Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b4ddc6c1-c13f-4fbe-9d01-82f98d09b301 2022-02-07T03:56:55.341Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_aoSBVK 0 18ee6d28-fdfb-4c30-9cbc-10db1c3c11a9 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T03:56:55.357Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34151328, org.onap.sdc.toscaparser.api.parameters.Input@4e19cd12, org.onap.sdc.toscaparser.api.parameters.Input@7cf2cc35, org.onap.sdc.toscaparser.api.parameters.Input@42dc696e, org.onap.sdc.toscaparser.api.parameters.Input@5e4cbe4e] 2022-02-07T03:56:55.358Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:56:55.359Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:56:55.359Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-02-07T03:56:55.359Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= b60984ea-4881-4669-8344-a2453fdf56da 2022-02-07T03:56:55.359Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b60984ea-4881-4669-8344-a2453fdf56da matches Tosca VF Customization UUID: b60984ea-4881-4669-8344-a2453fdf56da 2022-02-07T03:56:55.359Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: b60984ea-4881-4669-8344-a2453fdf56da matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-02-07T03:56:55.361Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:56:55.361Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:56:55.362Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id b60984ea-4881-4669-8344-a2453fdf56da: {\"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\"} 2022-02-07T03:56:55.362Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5bfb906a 2022-02-07T03:56:55.362Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:56:55.362Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-07T03:56:55.363Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f0e84c29-979f-453b-a451-0dd8c8ae697b 2022-02-07T03:56:55.363Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f0e84c29-979f-453b-a451-0dd8c8ae697b Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-02-07T03:56:55.364Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:56:55.364Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aoSBVK 0 is matching search criteria 2022-02-07T03:56:55.365Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aoSBVK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T03:56:55.365Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:56:55.365Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aoSBVK 0 is matching search criteria 2022-02-07T03:56:55.365Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aoSBVK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T03:56:55.366Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:56:55.366Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aoSBVK 0 is not matching search criteria 2022-02-07T03:56:55.366Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-02-07T03:56:55.366Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-02-07T03:56:55.366Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bf2b4472-aa18-4b61-8115-5ed7870d4136 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-02-07T03:56:55.368Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:56:55.368Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aoSBVK 0 is matching search criteria 2022-02-07T03:56:55.368Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aoSBVK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T03:56:55.369Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:56:55.369Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aoSBVK 0 is matching search criteria 2022-02-07T03:56:55.369Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aoSBVK 0] matching following query criteria: sdcType=VF, customizationUUID=b60984ea-4881-4669-8344-a2453fdf56da Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T03:56:55.370Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:56:55.371Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:56:55.371Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b4ddc6c1-c13f-4fbe-9d01-82f98d09b301: basic_onboard_aoSBVK 2022-02-07T03:56:55.371Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:56:55.371Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:56:55.371Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:56:55.371Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:56:55.372Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:56:55.372Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:56:55.372Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:56:55.372Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:56:55.372Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T03:56:55.373Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T03:56:55.373Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_aoSBVK Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?) 2022-02-07T03:56:55.453Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_aoSBVK 18ee6d28-fdfb-4c30-9cbc-10db1c3c11a9 1 ASDC deployResourceStructure 2022-02-07T03:56:55.454Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json ASDC sendASDCNotification 2022-02-07T03:56:55.454Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json 2022-02-07T03:56:55.454Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T03:56:55.454Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:56:55.456Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:56:55.456Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206215454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json", "status": "DEPLOY_OK" } 2022-02-07T03:56:55.556Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T03:56:55.557Z||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. 2022-02-07T03:56:55.557Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:56:55.570Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:56:55.571Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-07T03:56:56.457Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-02-07T03:56:56.457Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml 2022-02-07T03:56:56.457Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T03:56:56.458Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:56:56.459Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:56:56.459Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206216457, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-02-07T03:56:56.560Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T03:56:56.561Z||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. 2022-02-07T03:56:56.561Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:56:56.574Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:56:56.575Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-02-07T03:56:57.461Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-02-07T03:56:57.461Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env 2022-02-07T03:56:57.461Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T03:56:57.462Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:56:57.465Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:56:57.465Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206217461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-02-07T03:56:57.565Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T03:56:57.567Z||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. 2022-02-07T03:56:57.567Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:56:57.578Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:56:57.579Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-07T03:56:58.465Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar ASDC sendASDCNotification 2022-02-07T03:56:58.466Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar 2022-02-07T03:56:58.466Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T03:56:58.466Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:56:58.468Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:56:58.468Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206218465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T03:56:58.569Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T03:56:58.570Z||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. 2022-02-07T03:56:58.570Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:56:58.582Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:56:58.582Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-07T03:56:59.469Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb3b9e5c-2186-47f2-9a49-8a537eb10bec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T03:56:59.478Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb3b9e5c-2186-47f2-9a49-8a537eb10bec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T03:56:59.481Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T03:56:59.481Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-07T03:56:59.481Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-07T03:57:29.481Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb3b9e5c-2186-47f2-9a49-8a537eb10bec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T03:57:29.490Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb3b9e5c-2186-47f2-9a49-8a537eb10bec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T03:57:29.495Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T03:57:29.495Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-07T03:57:29.495Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-07T03:57:36.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:57:36.727Z||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. 2022-02-07T03:57:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:57:36.755Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:57:36.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206136725, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json", "status": "NOTIFIED" } 2022-02-07T03:57:36.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206136725, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-07T03:57:36.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206136725, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206136725, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-02-07T03:57:36.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206136725, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206136725, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar", "status": "NOTIFIED" } 2022-02-07T03:57:36.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206144654, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T03:57:36.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:57:36.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206149263, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-07T03:57:36.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:57:36.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206150472, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-02-07T03:57:36.765Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:57:36.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206151666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-02-07T03:57:36.765Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:57:36.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206152997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json", "status": "DEPLOY_OK" } 2022-02-07T03:57:36.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:57:36.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206153999, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-02-07T03:57:36.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:57:36.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206155004, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-02-07T03:57:36.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:57:36.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206156008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T03:57:36.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:57:36.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "aai-ml", "timestamp": 1644206157772, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "ves-openapi-manager", "timestamp": 1644206156335, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "cds", "timestamp": 1644206158208, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "multicloud-k8s-id", "timestamp": 1644206165823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.770Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "policy-id", "timestamp": 1644206165828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.770Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "clamp", "timestamp": 1644206166422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.770Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "cds", "timestamp": 1644206158208, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.771Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "aai-ml", "timestamp": 1644206157772, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.771Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "ves-openapi-manager", "timestamp": 1644206156335, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "multicloud-k8s-id", "timestamp": 1644206165823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json", "status": "NOTIFIED" } 2022-02-07T03:57:36.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "policy-id", "timestamp": 1644206165828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "clamp", "timestamp": 1644206166422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json", "status": "NOTIFIED" } 2022-02-07T03:57:36.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "ves-openapi-manager", "timestamp": 1644206156335, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "aai-ml", "timestamp": 1644206157772, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "cds", "timestamp": 1644206158208, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "multicloud-k8s-id", "timestamp": 1644206165823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-02-07T03:57:36.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "policy-id", "timestamp": 1644206165828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-02-07T03:57:36.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "clamp", "timestamp": 1644206166422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "cds", "timestamp": 1644206158208, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "aai-ml", "timestamp": 1644206157772, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "ves-openapi-manager", "timestamp": 1644206156335, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "multicloud-k8s-id", "timestamp": 1644206165823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "policy-id", "timestamp": 1644206165828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "clamp", "timestamp": 1644206166422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "aai-ml", "timestamp": 1644206157772, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "ves-openapi-manager", "timestamp": 1644206156335, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.777Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "cds", "timestamp": 1644206158208, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.777Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "multicloud-k8s-id", "timestamp": 1644206165823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-02-07T03:57:36.777Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "policy-id", "timestamp": 1644206165828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "clamp", "timestamp": 1644206166422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "aai-ml", "timestamp": 1644206157772, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "cds", "timestamp": 1644206158208, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "ves-openapi-manager", "timestamp": 1644206156335, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "dcae-sch", "timestamp": 1644206170816, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "multicloud-k8s-id", "timestamp": 1644206165823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "policy-id", "timestamp": 1644206165828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "clamp", "timestamp": 1644206166422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "ves-openapi-manager", "timestamp": 1644206156335, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "cds", "timestamp": 1644206158208, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar", "status": "NOTIFIED" } 2022-02-07T03:57:36.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "aai-ml", "timestamp": 1644206157772, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar", "status": "NOTIFIED" } 2022-02-07T03:57:36.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "dcae-sch", "timestamp": 1644206170816, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "multicloud-k8s-id", "timestamp": 1644206165823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar", "status": "NOTIFIED" } 2022-02-07T03:57:36.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "policy-id", "timestamp": 1644206165828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar", "status": "NOTIFIED" } 2022-02-07T03:57:36.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "clamp", "timestamp": 1644206166422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar", "status": "NOTIFIED" } 2022-02-07T03:57:36.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "cds", "timestamp": 1644206173385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T03:57:36.783Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:57:36.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "aai-ml", "timestamp": 1644206173389, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T03:57:36.783Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:57:36.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "dcae-sch", "timestamp": 1644206170816, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "multicloud-k8s-id", "timestamp": 1644206173533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-07T03:57:36.784Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:57:36.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "policy-id", "timestamp": 1644206173548, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T03:57:36.784Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:57:36.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "cds", "timestamp": 1644206174391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-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=? 2022-02-07T03:57:36.789Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb3b9e5c-2186-47f2-9a49-8a537eb10bec 2022-02-07T03:57:36.789Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3b9e5c-2186-47f2-9a49-8a537eb10bec 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 (?, ?, ?, ?, ?) 2022-02-07T03:57:36.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "dcae-sch", "timestamp": 1644206170816, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "policy-id", "timestamp": 1644206174552, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T03:57:36.797Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:57:36.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "multicloud-k8s-id", "timestamp": 1644206174583, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-02-07T03:57:36.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:57:36.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "dcae-sch", "timestamp": 1644206170816, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.798Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "policy-id", "timestamp": 1644206175555, "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=? 2022-02-07T03:57:36.802Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb3b9e5c-2186-47f2-9a49-8a537eb10bec 2022-02-07T03:57:36.802Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3b9e5c-2186-47f2-9a49-8a537eb10bec 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 (?, ?, ?, ?, ?) 2022-02-07T03:57:36.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "multicloud-k8s-id", "timestamp": 1644206175632, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-02-07T03:57:36.809Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:57:36.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "dcae-sch", "timestamp": 1644206170816, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "multicloud-k8s-id", "timestamp": 1644206176649, "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=? 2022-02-07T03:57:36.816Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb3b9e5c-2186-47f2-9a49-8a537eb10bec 2022-02-07T03:57:36.816Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3b9e5c-2186-47f2-9a49-8a537eb10bec 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=? 2022-02-07T03:57:36.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644206176563, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "dcae-sch", "timestamp": 1644206170816, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "multicloud-k8s-id", "timestamp": 1644206177653, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json", "status": "DEPLOY_OK" } 2022-02-07T03:57:36.823Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:57:36.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644206176563, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644206176563, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644206176563, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "aai-ml", "timestamp": 1644206180255, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T03:57:36.824Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:57:36.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644206176563, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "aai-ml", "timestamp": 1644206181260, "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=? 2022-02-07T03:57:36.829Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bb3b9e5c-2186-47f2-9a49-8a537eb10bec 2022-02-07T03:57:36.829Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3b9e5c-2186-47f2-9a49-8a537eb10bec 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 (?, ?, ?, ?, ?) 2022-02-07T03:57:36.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "clamp", "timestamp": 1644206181604, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T03:57:36.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:57:36.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644206176563, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T03:57:36.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "clamp", "timestamp": 1644206182621, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T03:57:36.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:57:36.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644206176563, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar", "status": "NOTIFIED" } 2022-02-07T03:57:36.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:57:36.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "clamp", "timestamp": 1644206183624, "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=? 2022-02-07T03:57:36.841Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bb3b9e5c-2186-47f2-9a49-8a537eb10bec 2022-02-07T03:57:36.841Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3b9e5c-2186-47f2-9a49-8a537eb10bec 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 (?, ?, ?, ?, ?) 2022-02-07T03:57:36.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644206184296, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T03:57:36.849Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:57:36.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644206186248, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T03:57:36.849Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:57:36.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:57:36.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644206187252, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-07T03:57:36.853Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb3b9e5c-2186-47f2-9a49-8a537eb10bec 2022-02-07T03:57:36.853Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3b9e5c-2186-47f2-9a49-8a537eb10bec and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-02-07T03:57:59.496Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb3b9e5c-2186-47f2-9a49-8a537eb10bec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T03:57:59.509Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb3b9e5c-2186-47f2-9a49-8a537eb10bec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T03:57:59.513Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T03:57:59.513Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-07T03:57:59.514Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-07T03:57:59.514Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-07T03:57:59.514Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T03:57:59.514Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T03:57:59.514Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T03:57:59.514Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T03:57:59.514Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T03:57:59.514Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T03:57:59.514Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-07T03:57:59.519Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-07T03:58:29.519Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bb3b9e5c-2186-47f2-9a49-8a537eb10bec 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=? 2022-02-07T03:58:29.525Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bb3b9e5c-2186-47f2-9a49-8a537eb10bec and serviceModelVersionId: b4ddc6c1-c13f-4fbe-9d01-82f98d09b301 2022-02-07T03:58:29.525Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e4e30a30-c5a5-4d73-8057-669e8ec24267 2022-02-07T03:58:29.526Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e4e30a30-c5a5-4d73-8057-669e8ec24267/model-vers/model-ver/b4ddc6c1-c13f-4fbe-9d01-82f98d09b301?depth=0 2022-02-07T03:58:29.531Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-02-07T03:58:29.567Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4e30a30-c5a5-4d73-8057-669e8ec24267/model-vers/model-ver/b4ddc6c1-c13f-4fbe-9d01-82f98d09b301?depth=0|INFO|500||Invoke 2022-02-07T03:58:29.567Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4e30a30-c5a5-4d73-8057-669e8ec24267/model-vers/model-ver/b4ddc6c1-c13f-4fbe-9d01-82f98d09b301?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4e30a30-c5a5-4d73-8057-669e8ec24267/model-vers/model-ver/b4ddc6c1-c13f-4fbe-9d01-82f98d09b301?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bb3b9e5c-2186-47f2-9a49-8a537eb10bec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c9ce8a83-e1d2-4262-af6b-1f1a0116c75b], X-ECOMP-RequestID=[bb3b9e5c-2186-47f2-9a49-8a537eb10bec], X-TransactionId=[], X-ONAP-RequestID=[bb3b9e5c-2186-47f2-9a49-8a537eb10bec], Content-Type=[application/merge-patch+json]} 2022-02-07T03:58:29.595Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4e30a30-c5a5-4d73-8057-669e8ec24267/model-vers/model-ver/b4ddc6c1-c13f-4fbe-9d01-82f98d09b301?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-07T03:58:29.659Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4e30a30-c5a5-4d73-8057-669e8ec24267/model-vers/model-ver/b4ddc6c1-c13f-4fbe-9d01-82f98d09b301?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4e30a30-c5a5-4d73-8057-669e8ec24267/model-vers/model-ver/b4ddc6c1-c13f-4fbe-9d01-82f98d09b301?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220207-03:58:29:599-17844], vertex-id=[168184], Content-Length=[0], Date=[Mon, 07 Feb 2022 03:58:29 GMT], Content-Type=[application/json]} 2022-02-07T03:58:29.660Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4e30a30-c5a5-4d73-8057-669e8ec24267/model-vers/model-ver/b4ddc6c1-c13f-4fbe-9d01-82f98d09b301?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-02-07T03:58:29.661Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4e30a30-c5a5-4d73-8057-669e8ec24267/model-vers/model-ver/b4ddc6c1-c13f-4fbe-9d01-82f98d09b301?depth=0|INFO|500||InvokeReturn 2022-02-07T03:58:29.662Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-07T03:58:29.662Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T03:58:29.667Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-07T03:58:29.667Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bb3b9e5c-2186-47f2-9a49-8a537eb10bec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-07T03:58:29.668Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-07T03:58:29.668Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T03:58:29.670Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T03:58:29.670Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206309667, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-07T03:58:29.770Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T03:58:29.771Z||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. 2022-02-07T03:58:29.771Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:58:29.791Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:58:29.792Z||pool-34-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-02-07T03:58:30.681Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:58:30.681Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:58:30.682Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:58:36.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:58:36.727Z||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. 2022-02-07T03:58:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:58:36.751Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:58:36.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:58:36.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206200361, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-07T03:58:36.753Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:58:36.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:58:36.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206201383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:58:36.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:58:36.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:58:36.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206201383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json", "status": "NOTIFIED" } 2022-02-07T03:58:36.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:58:36.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:58:36.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206201383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-02-07T03:58:36.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:58:36.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:58:36.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206201383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T03:58:36.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:58:36.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:58:36.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206201383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-02-07T03:58:36.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:58:36.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:58:36.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206201383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T03:58:36.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:58:36.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:58:36.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206201383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar", "status": "NOTIFIED" } 2022-02-07T03:58:36.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T03:58:36.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:58:36.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206209270, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T03:58:36.756Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:58:36.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:58:36.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206212153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-07T03:58:36.757Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:58:36.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:58:36.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206213285, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-02-07T03:58:36.757Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:58:36.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:58:36.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206214337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-02-07T03:58:36.757Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:58:36.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:58:36.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206215454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json", "status": "DEPLOY_OK" } 2022-02-07T03:58:36.758Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:58:36.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:58:36.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206216457, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-02-07T03:58:36.758Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:58:36.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:58:36.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206217461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-02-07T03:58:36.758Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:58:36.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T03:58:36.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206218465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T03:58:36.759Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:58:40.214Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:58:40.216Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:58:40.216Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:58:40.216Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:58:49.747Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:59:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:59:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T03:59:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T03:59:36.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T03:59:36.727Z||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. 2022-02-07T03:59:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T03:59:37.254Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T03:59:37.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T03:59:37.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644206309667, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-07T03:59:37.256Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T03:59:46.262Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:00:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:00:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:00:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:00:36.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:00:36.727Z||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. 2022-02-07T04:00:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:00:46.263Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:00:46.266Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:01:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:01:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:01:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:01:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:01:36.727Z||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. 2022-02-07T04:01:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:01:46.264Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:01:46.265Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:02:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:02:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:02:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:02:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:02:36.727Z||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. 2022-02-07T04:02:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:02:46.261Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:02:46.265Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:03:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:03:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:03:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:03:36.727Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:03:36.727Z||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. 2022-02-07T04:03:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:03:46.257Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:03:46.263Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:04:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:04:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:04:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:04:36.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:04:36.727Z||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. 2022-02-07T04:04:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:04:46.261Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:04:46.263Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:05:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:05:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:05:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:05:36.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:05:36.727Z||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. 2022-02-07T04:05:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:05:46.259Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:05:46.260Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:06:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:06:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:06:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:06:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:06:36.727Z||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. 2022-02-07T04:06:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:06:46.264Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:06:46.273Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:07:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:07:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:07:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:07:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:07:36.727Z||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. 2022-02-07T04:07:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:07:46.263Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:07:46.267Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:08:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:08:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:08:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:08:36.727Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:08:36.727Z||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. 2022-02-07T04:08:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:08:46.265Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:08:46.270Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:09:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:09:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:09:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:09:36.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:09:36.728Z||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. 2022-02-07T04:09:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:09:46.262Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:09:46.266Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:10:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:10:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:10:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:10:36.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:10:36.727Z||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. 2022-02-07T04:10:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:10:46.261Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:10:46.266Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:11:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:11:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:11:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:11:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:11:36.727Z||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. 2022-02-07T04:11:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:11:37.348Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:11:37.349Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.349Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b6d5de92-386e-4589-b8c8-5cb15e3b8bab","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7db8342c-e375-4f87-af2c-6fc712a80930","serviceDescription":"service","serviceInvariantUUID":"ca04639a-d75f-4584-864f-2ccfaf9aff53","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b3d8b4fa-490c-435f-8589-bdd6172e1404","resourceInvariantUUID":"f8dd5268-95c6-4076-9676-8fc7109a28b4","resourceCustomizationUUID":"6e13c0e3-a989-4adc-863d-13e2076cc0a6","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":"ZjRjMWI2YTA2MTllYWRiOTllZWI0ZmFiNTAzMGRiMTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"05cfa552-5366-4482-9737-f7a5721751a3","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjNjN2Y0NzBjNzk3NWY3NTc5ZmIxMTBlZjcwMmY5YTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e8552ed1-8011-44e7-8826-b81d58eedd3d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-07T04:11:37.351Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:11:37.352Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:11:37.354Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:11:37.354Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207096725, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:11:37.355Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:11:37.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "dcae-sch", "timestamp": 1644207050816, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:11:37.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:11:37.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207046563, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:11:37.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:11:37.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "multicloud-k8s-id", "timestamp": 1644207045823, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:11:37.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:11:37.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "policy-id", "timestamp": 1644207045828, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:11:37.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:11:37.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "dcae-sch", "timestamp": 1644207050816, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:11:37.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:11:37.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207046563, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:11:37.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:11:37.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "multicloud-k8s-id", "timestamp": 1644207045823, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:11:37.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:11:37.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "policy-id", "timestamp": 1644207045828, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:11:37.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:11:37.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "ves-openapi-manager", "timestamp": 1644207056335, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:11:37.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:11:37.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207057483, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:11:37.359Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:11:37.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "policy-id", "timestamp": 1644207057527, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:11:37.360Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:11:37.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "ves-openapi-manager", "timestamp": 1644207056335, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:11:37.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:11:37.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "aai-ml", "timestamp": 1644207057772, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:11:37.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:11:37.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "policy-id", "timestamp": 1644207058530, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:11:37.361Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:11:37.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "cds", "timestamp": 1644207058208, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:11:37.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:11:37.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207058839, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:11:37.361Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:11:37.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "aai-ml", "timestamp": 1644207057772, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:11:37.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:11:37.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "policy-id", "timestamp": 1644207059533, "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 (?, ?, ?, ?, ?) 2022-02-07T04:11:37.373Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b6d5de92-386e-4589-b8c8-5cb15e3b8bab 2022-02-07T04:11:37.373Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6d5de92-386e-4589-b8c8-5cb15e3b8bab 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 (?, ?, ?, ?, ?) 2022-02-07T04:11:37.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "cds", "timestamp": 1644207058208, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:11:37.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:11:37.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207059843, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-07T04:11:37.383Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b6d5de92-386e-4589-b8c8-5cb15e3b8bab 2022-02-07T04:11:37.383Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6d5de92-386e-4589-b8c8-5cb15e3b8bab and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-02-07T04:11:37.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "aai-ml", "timestamp": 1644207060461, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:11:37.392Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:11:37.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "cds", "timestamp": 1644207060933, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:11:37.392Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:11:37.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "cds", "timestamp": 1644207061937, "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=? 2022-02-07T04:11:37.397Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b6d5de92-386e-4589-b8c8-5cb15e3b8bab 2022-02-07T04:11:37.397Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6d5de92-386e-4589-b8c8-5cb15e3b8bab 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 (?, ?, ?, ?, ?) 2022-02-07T04:11:37.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "aai-ml", "timestamp": 1644207063919, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:11:37.403Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:11:37.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "aai-ml", "timestamp": 1644207064923, "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=? 2022-02-07T04:11:37.408Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b6d5de92-386e-4589-b8c8-5cb15e3b8bab 2022-02-07T04:11:37.409Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6d5de92-386e-4589-b8c8-5cb15e3b8bab 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 (?, ?, ?, ?, ?) 2022-02-07T04:11:37.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "clamp", "timestamp": 1644207066422, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:11:37.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:11:37.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "clamp", "timestamp": 1644207066422, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:11:37.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:11:37.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "clamp", "timestamp": 1644207072750, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:11:37.417Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:11:37.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "clamp", "timestamp": 1644207074760, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:11:37.417Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:11:37.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:11:37.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "clamp", "timestamp": 1644207075763, "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=? 2022-02-07T04:11:37.421Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b6d5de92-386e-4589-b8c8-5cb15e3b8bab 2022-02-07T04:11:37.421Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6d5de92-386e-4589-b8c8-5cb15e3b8bab 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 (?, ?, ?, ?, ?) 2022-02-07T04:11:37.454Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:11:37.455Z||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. 2022-02-07T04:11:37.455Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:11:37.467Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:11:37.467Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:11:38.355Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:11:38.356Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:11:38.358Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:11:38.358Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207096725, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:11:38.458Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:11:38.459Z||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. 2022-02-07T04:11:38.459Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:11:38.470Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:11:38.470Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:11:39.360Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "7db8342c-e375-4f87-af2c-6fc712a80930", "serviceDescription": "service", "serviceInvariantUUID": "ca04639a-d75f-4584-864f-2ccfaf9aff53", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "6e13c0e3-a989-4adc-863d-13e2076cc0a6", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "b3d8b4fa-490c-435f-8589-bdd6172e1404", "resourceInvariantUUID": "f8dd5268-95c6-4076-9676-8fc7109a28b4", "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": "NjNjN2Y0NzBjNzk3NWY3NTc5ZmIxMTBlZjcwMmY5YTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e8552ed1-8011-44e7-8826-b81d58eedd3d" } ], "workloadContext": "Production" } 2022-02-07T04:11:39.360Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-07T04:11:39.360Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7db8342c-e375-4f87-af2c-6fc712a80930 ASDC 2022-02-07T04:11:39.360Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:b6d5de92-386e-4589-b8c8-5cb15e3b8bab ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:7db8342c-e375-4f87-af2c-6fc712a80930 ServiceInvariantUUID:ca04639a-d75f-4584-864f-2ccfaf9aff53 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:e8552ed1-8011-44e7-8826-b81d58eedd3d ArtifactChecksum:NjNjN2Y0NzBjNzk3NWY3NTc5ZmIxMTBlZjcwMmY5YTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:6e13c0e3-a989-4adc-863d-13e2076cc0a6 ResourceInvariantUUID:f8dd5268-95c6-4076-9676-8fc7109a28b4 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:b3d8b4fa-490c-435f-8589-bdd6172e1404 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-02-07T04:11:39.360Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7db8342c-e375-4f87-af2c-6fc712a80930 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=? 2022-02-07T04:11:39.381Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-07T04:11:39.381Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-07T04:11:39.382Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-07T04:11:39.382Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e8552ed1-8011-44e7-8826-b81d58eedd3d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-02-07T04:11:39.382Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T04:11:39.382Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-02-07T04:11:39.445Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T04:11:39.448Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e8552ed1-8011-44e7-8826-b81d58eedd3d 52490 2022-02-07T04:11:39.449Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-02-07T04:11:39.449Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-02-07T04:11:39.449Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T04:11:39.449Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:11:39.451Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:11:39.451Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207099448, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:11:39.551Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:11:39.552Z||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. 2022-02-07T04:11:39.552Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:11:39.563Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:11:39.564Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:11:40.452Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-07T04:11:40.453Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-07T04:11:40.453Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: e8552ed1-8011-44e7-8826-b81d58eedd3d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-07T04:11:40.453Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-02-07T04:11:40.454Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-07T04:11:40.454Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-07T04:11:40.534Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12895815941786335778/Definitions/service-BasicNetwork-template.yml 2022-02-07T04:11:40.908Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-07T04:11:40.909Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-02-07T04:11:40.909Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-07T04:11:40.909Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-02-07T04:11:40.909Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||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 2022-02-07T04:11:40.909Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||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 2022-02-07T04:11:40.909Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||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 2022-02-07T04:11:40.909Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||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 2022-02-07T04:11:40.909Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-07T04:11:40.909Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||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 2022-02-07T04:11:40.909Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||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 2022-02-07T04:11:40.909Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||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 2022-02-07T04:11:40.909Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-02-07T04:11:40.910Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:11:40.910Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:11:40.910Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-02-07T04:11:40.910Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-02-07T04:11:40.910Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-07T04:11:40.910Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:11:40.910Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:11:40.910Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-02-07T04:11:40.910Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-02-07T04:11:40.911Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-07T04:11:40.911Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:11:40.911Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:11:40.911Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:11:40.911Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:11:40.911Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:11:40.911Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:11:40.911Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:11:40.912Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:11:40.912Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:11:40.912Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:11:40.912Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:7db8342c-e375-4f87-af2c-6fc712a80930 Model Version:NULL Model InvariantUuid:ca04639a-d75f-4584-864f-2ccfaf9aff53 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:f8dd5268-95c6-4076-9676-8fc7109a28b4 Model UUID:cb90a6b5-14bf-4894-8f0c-5ebd91644116 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:6e13c0e3-a989-4adc-863d-13e2076cc0a6 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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-02-07T04:11:40.919Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: b3d8b4fa-490c-435f-8589-bdd6172e1404 2022-02-07T04:11:40.919Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||No resources found for Service: 7db8342c-e375-4f87-af2c-6fc712a80930 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:11:40.923Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500|| 2022-02-07T04:11:40.923Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-02-07T04:11:40.923Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 7db8342c-e375-4f87-af2c-6fc712a80930 2022-02-07T04:11:40.923Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 7db8342c-e375-4f87-af2c-6fc712a80930 2022-02-07T04:11:40.923Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-02-07T04:11:40.923Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:11:40.927Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3021471c, org.onap.sdc.toscaparser.api.parameters.Input@34b0b26d, org.onap.sdc.toscaparser.api.parameters.Input@1e530cf8, org.onap.sdc.toscaparser.api.parameters.Input@7349a32b, org.onap.sdc.toscaparser.api.parameters.Input@496a03f9] 2022-02-07T04:11:40.928Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:11:40.929Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:11:40.929Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:11:40.929Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:11:40.929Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 7db8342c-e375-4f87-af2c-6fc712a80930: Generic NeutronNet 2022-02-07T04:11:40.929Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:11:40.929Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:11:40.929Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:11:40.930Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||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_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-02-07T04:11:40.963Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:11:40.964Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:11:40.964Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:11:40.964Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:11:40.964Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:11:40.965Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:11:40.965Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_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_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_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 (?, ?) 2022-02-07T04:11:41.022Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-02-07T04:11:41.023Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-02-07T04:11:41.023Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-02-07T04:11:41.023Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T04:11:41.023Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:11:41.025Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:11:41.025Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207101023, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:11:41.125Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:11:41.126Z||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. 2022-02-07T04:11:41.126Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:11:41.140Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:11:41.140Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-02-07T04:11:42.026Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6d5de92-386e-4589-b8c8-5cb15e3b8bab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:11:42.035Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6d5de92-386e-4589-b8c8-5cb15e3b8bab Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:11:42.038Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:11:42.038Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-07T04:11:42.039Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-07T04:11:42.039Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-07T04:11:42.039Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:11:42.039Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:11:42.039Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:11:42.039Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:11:42.039Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:11:42.039Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:11:42.039Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-07T04:11:42.044Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-07T04:12:12.044Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b6d5de92-386e-4589-b8c8-5cb15e3b8bab 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=? 2022-02-07T04:12:12.049Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b6d5de92-386e-4589-b8c8-5cb15e3b8bab and serviceModelVersionId: 7db8342c-e375-4f87-af2c-6fc712a80930 2022-02-07T04:12:12.050Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca04639a-d75f-4584-864f-2ccfaf9aff53 2022-02-07T04:12:12.051Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca04639a-d75f-4584-864f-2ccfaf9aff53/model-vers/model-ver/7db8342c-e375-4f87-af2c-6fc712a80930?depth=0 2022-02-07T04:12:12.058Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-02-07T04:12:12.093Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca04639a-d75f-4584-864f-2ccfaf9aff53/model-vers/model-ver/7db8342c-e375-4f87-af2c-6fc712a80930?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]} 2022-02-07T04:12:12.094Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca04639a-d75f-4584-864f-2ccfaf9aff53/model-vers/model-ver/7db8342c-e375-4f87-af2c-6fc712a80930?depth=0|INFO|500||Invoke 2022-02-07T04:12:12.110Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca04639a-d75f-4584-864f-2ccfaf9aff53/model-vers/model-ver/7db8342c-e375-4f87-af2c-6fc712a80930?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-07T04:12:12.245Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca04639a-d75f-4584-864f-2ccfaf9aff53/model-vers/model-ver/7db8342c-e375-4f87-af2c-6fc712a80930?depth=0|INFO|500||InvokeReturn 2022-02-07T04:12:12.246Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca04639a-d75f-4584-864f-2ccfaf9aff53/model-vers/model-ver/7db8342c-e375-4f87-af2c-6fc712a80930?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220207-04:12:12:115-56763], vertex-id=[426096], Content-Length=[0], Date=[Mon, 07 Feb 2022 04:12:12 GMT], Content-Type=[application/json]} 2022-02-07T04:12:12.246Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-02-07T04:12:12.246Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-07T04:12:12.246Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:12:12.252Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-07T04:12:12.253Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b6d5de92-386e-4589-b8c8-5cb15e3b8bab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-07T04:12:12.253Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-07T04:12:12.253Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:12:12.256Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:12:12.256Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207132253, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-07T04:12:12.356Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:12:12.357Z||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. 2022-02-07T04:12:12.357Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:12:12.371Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:12:12.372Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-02-07T04:12:36.725Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:12:36.726Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:12:36.726Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:12:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:12:36.727Z||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. 2022-02-07T04:12:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:12:36.850Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:12:36.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:12:36.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207096725, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:12:36.852Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:12:37.344Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:12:37.346Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-07T04:12:37.346Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c42c33c5-7aee-43a1-b1cd-7cb545656a96","serviceName":"Demo_pNF_xwPvCdWdqeLaQcJWuBgb","serviceVersion":"1.0","serviceUUID":"ea57faa7-dd22-431e-bda2-146203028eb4","serviceDescription":"catalog service description","serviceInvariantUUID":"83965df4-7f2b-4b6b-b774-9a65899edea6","resources":[{"resourceInstanceName":"pNF 9ea53f50-8fd1 0","resourceName":"pNF 9ea53f50-8fd1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fcab17b9-d590-4cdb-904e-5bfae1723f59","resourceInvariantUUID":"87305134-84f1-4464-8050-cb0594742f58","resourceCustomizationUUID":"e3c2d6c9-a619-4ff4-abd3-930e1e9efa0b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/vf-license-model.xml","artifactChecksum":"MjBjYjQxMGUyN2ViZWUyODk5ZDUwMzZjNzliYzMzYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"40a31a08-9006-4020-82cf-538ace4ffb7b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/pNF.csar","artifactChecksum":"OGEyMTBhMGZhMDI5MzM2ZDc5NmU5YzUwMzU5ZDY5Njk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ef4dad3b-65ea-4f08-8b06-a85ae237f6bc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99b9a75c-3cd6-41ea-988f-8733cca0e345","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/vendor-license-model.xml","artifactChecksum":"NzRhYjA4ODQzNTg1NDUxNjI4NTE5YzU0MWQyMWQxMDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f66540c7-70c6-429b-ae76-885822c11355","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d7d221ef-6291-492f-91e1-87ac4670f9d1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"da61a161-297f-459f-bcf4-d0b4ecb511a7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXwpvcdwdqelaqcjwubgb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-template.yml","artifactChecksum":"OGFjYjQxMTVmM2VhZWViMTNlZDU1NTA4MGUxZDRlMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f47ca545-b0f6-487d-8020-eda9ead638c4","artifactVersion":"1"},{"artifactName":"service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar","artifactChecksum":"NWVhMTJhNWMzMDAzNTlhYzA1NjdiNmI1ZTVjMzM3ZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dcaf0403-0173-41f8-b3bd-9a0925083699","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-07T04:12:37.349Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:12:37.349Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:12:37.351Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:12:37.351Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207156725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:12:37.451Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:12:37.452Z||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. 2022-02-07T04:12:37.452Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:12:37.463Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:12:37.463Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:12:38.352Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:12:38.353Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:12:38.355Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:12:38.355Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207156725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:12:38.455Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:12:38.456Z||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. 2022-02-07T04:12:38.456Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:12:38.468Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:12:38.468Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:12:39.355Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:12:39.356Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:12:39.358Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:12:39.358Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207156725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:12:39.458Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:12:39.459Z||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. 2022-02-07T04:12:39.459Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:12:39.471Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:12:39.471Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-02-07T04:12:40.359Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:12:40.359Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:12:40.361Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:12:40.361Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207156725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:12:40.462Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-07T04:12:40.462Z||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. 2022-02-07T04:12:40.462Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:12:40.473Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:12:40.474Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:12:41.362Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:12:41.363Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:12:41.365Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:12:41.365Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207156725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:12:41.466Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:12:41.467Z||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. 2022-02-07T04:12:41.467Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:12:41.479Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:12:41.480Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:12:42.366Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:12:42.367Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:12:42.369Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:12:42.369Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207156725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:12:42.469Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:12:42.470Z||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. 2022-02-07T04:12:42.470Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:12:42.486Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:12:42.487Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:12:43.370Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:12:43.371Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:12:43.373Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:12:43.373Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207156725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:12:43.473Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:12:43.474Z||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. 2022-02-07T04:12:43.474Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:12:43.486Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:12:43.486Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:12:44.373Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:12:44.375Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:12:44.376Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:12:44.376Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207156725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:12:44.477Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:12:44.478Z||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. 2022-02-07T04:12:44.478Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:12:44.489Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:12:44.490Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:12:45.378Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "serviceName": "Demo_pNF_xwPvCdWdqeLaQcJWuBgb", "serviceVersion": "1.0", "serviceUUID": "ea57faa7-dd22-431e-bda2-146203028eb4", "serviceDescription": "catalog service description", "serviceInvariantUUID": "83965df4-7f2b-4b6b-b774-9a65899edea6", "resources": [ { "resourceInstanceName": "pNF 9ea53f50-8fd1 0", "resourceCustomizationUUID": "e3c2d6c9-a619-4ff4-abd3-930e1e9efa0b", "resourceName": "pNF 9ea53f50-8fd1", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "fcab17b9-d590-4cdb-904e-5bfae1723f59", "resourceInvariantUUID": "87305134-84f1-4464-8050-cb0594742f58", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar", "artifactChecksum": "NWVhMTJhNWMzMDAzNTlhYzA1NjdiNmI1ZTVjMzM3ZDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dcaf0403-0173-41f8-b3bd-9a0925083699" } ], "workloadContext": "Production" } 2022-02-07T04:12:45.378Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-07T04:12:45.378Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ea57faa7-dd22-431e-bda2-146203028eb4 ASDC 2022-02-07T04:12:45.378Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:c42c33c5-7aee-43a1-b1cd-7cb545656a96 ServiceName:Demo_pNF_xwPvCdWdqeLaQcJWuBgb ServiceVersion:1.0 ServiceUUID:ea57faa7-dd22-431e-bda2-146203028eb4 ServiceInvariantUUID:83965df4-7f2b-4b6b-b774-9a65899edea6 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar ArtifactUUID:dcaf0403-0173-41f8-b3bd-9a0925083699 ArtifactChecksum:NWVhMTJhNWMzMDAzNTlhYzA1NjdiNmI1ZTVjMzM3ZDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 9ea53f50-8fd1 0 ResourceCustomizationUUID:e3c2d6c9-a619-4ff4-abd3-930e1e9efa0b ResourceInvariantUUID:87305134-84f1-4464-8050-cb0594742f58 ResourceName:pNF 9ea53f50-8fd1 ResourceType:PNF ResourceUUID:fcab17b9-d590-4cdb-904e-5bfae1723f59 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-02-07T04:12:45.378Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ea57faa7-dd22-431e-bda2-146203028eb4 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-02-07T04:12:45.406Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-07T04:12:45.407Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-07T04:12:45.407Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-07T04:12:45.407Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: dcaf0403-0173-41f8-b3bd-9a0925083699 from URL: /sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar 2022-02-07T04:12:45.407Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T04:12:45.407Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar 2022-02-07T04:12:45.462Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T04:12:45.469Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar dcaf0403-0173-41f8-b3bd-9a0925083699 82620 2022-02-07T04:12:45.469Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar ASDC sendASDCNotification 2022-02-07T04:12:45.470Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar 2022-02-07T04:12:45.470Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T04:12:45.470Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:12:45.472Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:12:45.472Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207165469, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:12:45.572Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:12:45.573Z||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. 2022-02-07T04:12:45.573Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:12:45.585Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:12:45.586Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-02-07T04:12:46.473Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-07T04:12:46.474Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-07T04:12:46.474Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: dcaf0403-0173-41f8-b3bd-9a0925083699, URL: /sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar to file: /app/ASDC/1/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar 2022-02-07T04:12:46.474Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar 2022-02-07T04:12:46.475Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar 2022-02-07T04:12:46.475Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar 2022-02-07T04:12:46.558Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1025185651662411362/Definitions/service-DemoPnfXwpvcdwdqelaqcjwubgb-template.yml 2022-02-07T04:12:47.169Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar 2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||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-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar 2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar 2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||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-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar 2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar 2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar 2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9ea53f50-8fd1 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-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar 2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar 2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_xwPvCdWdqeLaQcJWuBgb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Node template pNF 9ea53f50-8fd1 0 is matching search criteria 2022-02-07T04:12:47.171Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-02-07T04:12:47.171Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 9ea53f50-8fd1 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-07T04:12:47.171Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:12:47.171Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_xwPvCdWdqeLaQcJWuBgb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:12:47.171Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Node template pNF 9ea53f50-8fd1 0 is matching search criteria 2022-02-07T04:12:47.171Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-02-07T04:12:47.171Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 9ea53f50-8fd1 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-07T04:12:47.171Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:12:47.171Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_xwPvCdWdqeLaQcJWuBgb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:12:47.171Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:12:47.171Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_xwPvCdWdqeLaQcJWuBgb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:12:47.171Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:12:47.171Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_xwPvCdWdqeLaQcJWuBgb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:12:47.172Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:12:47.172Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_xwPvCdWdqeLaQcJWuBgb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:12:47.172Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:12:47.172Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_xwPvCdWdqeLaQcJWuBgb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:12:47.172Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_xwPvCdWdqeLaQcJWuBgb Description:catalog service description Model UUID:ea57faa7-dd22-431e-bda2-146203028eb4 Model Version:NULL Model InvariantUuid:83965df4-7f2b-4b6b-b774-9a65899edea6 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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-02-07T04:12:47.177Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: fcab17b9-d590-4cdb-904e-5bfae1723f59 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:12:47.178Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||pNF 9ea53f50-8fd1 0 2022-02-07T04:12:47.179Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fcab17b9-d590-4cdb-904e-5bfae1723f59 2022-02-07T04:12:47.179Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||No resources found for Service: ea57faa7-dd22-431e-bda2-146203028eb4 2022-02-07T04:12:47.179Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ea57faa7-dd22-431e-bda2-146203028eb4 2022-02-07T04:12:47.179Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9ea53f50-8fd1 0 fcab17b9-d590-4cdb-904e-5bfae1723f59 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:12:47.182Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@29d8b7ea, org.onap.sdc.toscaparser.api.parameters.Input@3c363f1, org.onap.sdc.toscaparser.api.parameters.Input@4d93f054, org.onap.sdc.toscaparser.api.parameters.Input@36628c27, org.onap.sdc.toscaparser.api.parameters.Input@5ae91ae6] 2022-02-07T04:12:47.182Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:12:47.182Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_xwPvCdWdqeLaQcJWuBgb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:12:47.182Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ea57faa7-dd22-431e-bda2-146203028eb4: pNF 9ea53f50-8fd1 2022-02-07T04:12:47.182Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||Processing PNF resource: fcab17b9-d590-4cdb-904e-5bfae1723f59 2022-02-07T04:12:47.182Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:12:47.182Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_xwPvCdWdqeLaQcJWuBgb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:12:47.182Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||Resource customization UUID: e3c2d6c9-a619-4ff4-abd3-930e1e9efa0b is the same as notified resource customizationUUID: e3c2d6c9-a619-4ff4-abd3-930e1e9efa0b Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_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 (?, ?) 2022-02-07T04:12:47.246Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9ea53f50-8fd1 fcab17b9-d590-4cdb-904e-5bfae1723f59 0 ASDC deployResourceStructure 2022-02-07T04:12:47.247Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar ASDC sendASDCNotification 2022-02-07T04:12:47.247Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar 2022-02-07T04:12:47.247Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T04:12:47.247Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:12:47.249Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:12:47.249Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207167247, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:12:47.350Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:12:47.350Z||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. 2022-02-07T04:12:47.350Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:12:47.363Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:12:47.364Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:12:48.250Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c42c33c5-7aee-43a1-b1cd-7cb545656a96 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:12:48.262Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c42c33c5-7aee-43a1-b1cd-7cb545656a96 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:12:48.264Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:12:48.264Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-07T04:12:48.264Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-07T04:13:18.264Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c42c33c5-7aee-43a1-b1cd-7cb545656a96 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:13:18.274Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c42c33c5-7aee-43a1-b1cd-7cb545656a96 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:13:18.277Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:13:18.277Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-07T04:13:18.277Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-07T04:13:36.727Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:13:36.728Z||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. 2022-02-07T04:13:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:13:36.752Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:13:36.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207096725, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:13:36.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:13:36.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207099448, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:13:36.755Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:13:36.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207101023, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:13:36.755Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:13:36.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207132253, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-07T04:13:36.755Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:13:36.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "dcae-sch", "timestamp": 1644207150816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:13:36.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:13:36.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "aai-ml", "timestamp": 1644207147772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:13:36.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:13:36.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "policy-id", "timestamp": 1644207145828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:13:36.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:13:36.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "cds", "timestamp": 1644207148207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:13:36.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:13:36.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "multicloud-k8s-id", "timestamp": 1644207145823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:13:36.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:13:36.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "dcae-sch", "timestamp": 1644207150816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:13:36.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:13:36.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "aai-ml", "timestamp": 1644207147772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:13:36.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:13:36.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "policy-id", "timestamp": 1644207145828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:13:36.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:13:36.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "cds", "timestamp": 1644207148207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:13:36.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:13:36.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "multicloud-k8s-id", "timestamp": 1644207145823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:13:36.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:13:36.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "dcae-sch", "timestamp": 1644207150816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:13:36.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:13:36.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "aai-ml", "timestamp": 1644207147772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:13:36.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:13:36.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "policy-id", "timestamp": 1644207145828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:13:36.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:13:36.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "cds", "timestamp": 1644207148207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:13:36.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:13:36.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "multicloud-k8s-id", "timestamp": 1644207145823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:13:36.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:13:36.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "dcae-sch", "timestamp": 1644207150816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:13:36.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:13:36.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "aai-ml", "timestamp": 1644207147772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:13:36.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:13:36.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "policy-id", "timestamp": 1644207145828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:13:36.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:13:36.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "cds", "timestamp": 1644207148207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:13:36.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:13:36.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "multicloud-k8s-id", "timestamp": 1644207145823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:13:36.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:13:36.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "dcae-sch", "timestamp": 1644207150816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:13:36.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:13:36.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "aai-ml", "timestamp": 1644207147772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:13:36.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:13:36.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "policy-id", "timestamp": 1644207145828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:13:36.762Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:13:36.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "cds", "timestamp": 1644207148207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:13:36.762Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:13:36.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:13:36.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "multicloud-k8s-id", "timestamp": 1644207145823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:13:36.762Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:13:48.277Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c42c33c5-7aee-43a1-b1cd-7cb545656a96 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:13:48.290Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c42c33c5-7aee-43a1-b1cd-7cb545656a96 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:13:48.292Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:13:48.293Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-07T04:13:48.293Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-07T04:14:18.293Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c42c33c5-7aee-43a1-b1cd-7cb545656a96 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:14:18.303Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c42c33c5-7aee-43a1-b1cd-7cb545656a96 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:14:18.305Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:14:18.305Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-07T04:14:18.305Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-07T04:14:36.727Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:14:36.728Z||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. 2022-02-07T04:14:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:14:36.750Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:14:36.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:14:36.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "dcae-sch", "timestamp": 1644207150816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:14:36.752Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:14:48.305Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c42c33c5-7aee-43a1-b1cd-7cb545656a96 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:14:48.315Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c42c33c5-7aee-43a1-b1cd-7cb545656a96 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:14:48.317Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:14:48.318Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-07T04:14:48.318Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-07T04:15:18.318Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c42c33c5-7aee-43a1-b1cd-7cb545656a96 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:15:18.328Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c42c33c5-7aee-43a1-b1cd-7cb545656a96 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:15:18.332Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:15:18.332Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-07T04:15:18.332Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-07T04:15:36.727Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:15:36.727Z||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. 2022-02-07T04:15:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:15:36.753Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:15:36.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "aai-ml", "timestamp": 1644207147772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "policy-id", "timestamp": 1644207145828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "cds", "timestamp": 1644207148207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "multicloud-k8s-id", "timestamp": 1644207145823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "ves-openapi-manager", "timestamp": 1644207156335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "clamp", "timestamp": 1644207156422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207156725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "dcae-sch", "timestamp": 1644207150816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "aai-ml", "timestamp": 1644207147772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "policy-id", "timestamp": 1644207145828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "cds", "timestamp": 1644207148207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "multicloud-k8s-id", "timestamp": 1644207145823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "ves-openapi-manager", "timestamp": 1644207156335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "clamp", "timestamp": 1644207156422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207156725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "dcae-sch", "timestamp": 1644207150816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "aai-ml", "timestamp": 1644207147772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:15:36.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "policy-id", "timestamp": 1644207145828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:15:36.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "cds", "timestamp": 1644207148207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:15:36.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "multicloud-k8s-id", "timestamp": 1644207145823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:15:36.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "ves-openapi-manager", "timestamp": 1644207156335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "clamp", "timestamp": 1644207156422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207156725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "cds", "timestamp": 1644207159935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:15:36.761Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:15:36.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "policy-id", "timestamp": 1644207159924, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:15:36.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:15:36.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "ves-openapi-manager", "timestamp": 1644207156335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.762Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "aai-ml", "timestamp": 1644207160022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:15:36.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:15:36.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "clamp", "timestamp": 1644207156422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.762Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207156725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.762Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "cds", "timestamp": 1644207160939, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-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=? 2022-02-07T04:15:36.769Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c42c33c5-7aee-43a1-b1cd-7cb545656a96 2022-02-07T04:15:36.769Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c42c33c5-7aee-43a1-b1cd-7cb545656a96 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 (?, ?, ?, ?, ?) 2022-02-07T04:15:36.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "policy-id", "timestamp": 1644207160928, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:15:36.777Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:15:36.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "ves-openapi-manager", "timestamp": 1644207156335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "clamp", "timestamp": 1644207156422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207156725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "policy-id", "timestamp": 1644207161932, "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=? 2022-02-07T04:15:36.782Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c42c33c5-7aee-43a1-b1cd-7cb545656a96 2022-02-07T04:15:36.782Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c42c33c5-7aee-43a1-b1cd-7cb545656a96 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 (?, ?, ?, ?, ?) 2022-02-07T04:15:36.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "ves-openapi-manager", "timestamp": 1644207156335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-02-07T04:15:36.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "clamp", "timestamp": 1644207156422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207156725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "ves-openapi-manager", "timestamp": 1644207156335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "clamp", "timestamp": 1644207156422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207156725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "ves-openapi-manager", "timestamp": 1644207156335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "clamp", "timestamp": 1644207156422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:15:36.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "aai-ml", "timestamp": 1644207164315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:15:36.790Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:15:36.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207156725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:15:36.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "ves-openapi-manager", "timestamp": 1644207165143, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-02-07T04:15:36.790Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:15:36.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "aai-ml", "timestamp": 1644207165319, "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=? 2022-02-07T04:15:36.794Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c42c33c5-7aee-43a1-b1cd-7cb545656a96 2022-02-07T04:15:36.794Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c42c33c5-7aee-43a1-b1cd-7cb545656a96 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 (?, ?, ?, ?, ?) 2022-02-07T04:15:36.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207165469, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:15:36.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:15:36.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "ves-openapi-manager", "timestamp": 1644207166416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-02-07T04:15:36.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:15:36.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207166563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207167247, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:15:36.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:15:36.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "ves-openapi-manager", "timestamp": 1644207167418, "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=? 2022-02-07T04:15:36.805Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c42c33c5-7aee-43a1-b1cd-7cb545656a96 2022-02-07T04:15:36.805Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c42c33c5-7aee-43a1-b1cd-7cb545656a96 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 (?, ?, ?, ?, ?) 2022-02-07T04:15:36.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207166563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.811Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "clamp", "timestamp": 1644207168765, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:15:36.811Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:15:36.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207166563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.812Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207166563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.812Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "clamp", "timestamp": 1644207170773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:15:36.812Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:15:36.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207166563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.813Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "clamp", "timestamp": 1644207171775, "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=? 2022-02-07T04:15:36.816Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c42c33c5-7aee-43a1-b1cd-7cb545656a96 2022-02-07T04:15:36.816Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c42c33c5-7aee-43a1-b1cd-7cb545656a96 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 (?, ?, ?, ?, ?) 2022-02-07T04:15:36.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207166563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207166563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:15:36.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207166563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:15:36.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-07T04:15:36.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207175348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:15:36.823Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:15:36.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207177000, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:15:36.823Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:15:36.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-07T04:15:36.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207178003, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-07T04:15:36.826Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c42c33c5-7aee-43a1-b1cd-7cb545656a96 2022-02-07T04:15:36.827Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c42c33c5-7aee-43a1-b1cd-7cb545656a96 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-02-07T04:15:48.332Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c42c33c5-7aee-43a1-b1cd-7cb545656a96 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:15:48.344Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c42c33c5-7aee-43a1-b1cd-7cb545656a96 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:15:48.348Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:15:48.348Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-07T04:15:48.349Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-07T04:15:48.349Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-07T04:15:48.349Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:15:48.350Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:15:48.350Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:15:48.350Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:15:48.350Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:15:48.351Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:15:48.351Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:15:48.351Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-07T04:15:48.357Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-07T04:16:18.357Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c42c33c5-7aee-43a1-b1cd-7cb545656a96 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=? 2022-02-07T04:16:18.363Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c42c33c5-7aee-43a1-b1cd-7cb545656a96 and serviceModelVersionId: ea57faa7-dd22-431e-bda2-146203028eb4 2022-02-07T04:16:18.364Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 83965df4-7f2b-4b6b-b774-9a65899edea6 2022-02-07T04:16:18.365Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/83965df4-7f2b-4b6b-b774-9a65899edea6/model-vers/model-ver/ea57faa7-dd22-431e-bda2-146203028eb4?depth=0 2022-02-07T04:16:18.372Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-02-07T04:16:18.404Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83965df4-7f2b-4b6b-b774-9a65899edea6/model-vers/model-ver/ea57faa7-dd22-431e-bda2-146203028eb4?depth=0|INFO|500||Invoke 2022-02-07T04:16:18.405Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83965df4-7f2b-4b6b-b774-9a65899edea6/model-vers/model-ver/ea57faa7-dd22-431e-bda2-146203028eb4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83965df4-7f2b-4b6b-b774-9a65899edea6/model-vers/model-ver/ea57faa7-dd22-431e-bda2-146203028eb4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c42c33c5-7aee-43a1-b1cd-7cb545656a96], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a9b9690f-0e4f-4beb-840b-dda102d7c56d], X-ECOMP-RequestID=[c42c33c5-7aee-43a1-b1cd-7cb545656a96], X-TransactionId=[], X-ONAP-RequestID=[c42c33c5-7aee-43a1-b1cd-7cb545656a96], Content-Type=[application/merge-patch+json]} 2022-02-07T04:16:18.421Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83965df4-7f2b-4b6b-b774-9a65899edea6/model-vers/model-ver/ea57faa7-dd22-431e-bda2-146203028eb4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-07T04:16:18.653Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83965df4-7f2b-4b6b-b774-9a65899edea6/model-vers/model-ver/ea57faa7-dd22-431e-bda2-146203028eb4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83965df4-7f2b-4b6b-b774-9a65899edea6/model-vers/model-ver/ea57faa7-dd22-431e-bda2-146203028eb4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220207-04:16:18:425-41173], vertex-id=[438384], Content-Length=[0], Date=[Mon, 07 Feb 2022 04:16:18 GMT], Content-Type=[application/json]} 2022-02-07T04:16:18.653Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83965df4-7f2b-4b6b-b774-9a65899edea6/model-vers/model-ver/ea57faa7-dd22-431e-bda2-146203028eb4?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-02-07T04:16:18.654Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83965df4-7f2b-4b6b-b774-9a65899edea6/model-vers/model-ver/ea57faa7-dd22-431e-bda2-146203028eb4?depth=0|INFO|500||InvokeReturn 2022-02-07T04:16:18.654Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-07T04:16:18.655Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:16:18.661Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-07T04:16:18.661Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c42c33c5-7aee-43a1-b1cd-7cb545656a96 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-07T04:16:18.661Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-07T04:16:18.662Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:16:18.664Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:16:18.664Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207378661, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-07T04:16:18.764Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:16:18.765Z||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. 2022-02-07T04:16:18.766Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:16:18.784Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:16:18.784Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-02-07T04:16:19.676Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:16:19.677Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:16:19.677Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:16:24.027Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:16:24.028Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-07T04:16:24.028Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"05a27c3b-95df-4f22-8ca1-612e4abce8f6","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7a6a9f4d-91a8-456d-9ac8-2be1a42446d7","serviceDescription":"service","serviceInvariantUUID":"5e8ec488-6e89-4b47-b130-0dc3b9c86d3c","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a340ab67-bc0d-4413-a76c-3b8ca8b238d7","resourceInvariantUUID":"c909ac9a-4c84-434e-b327-141728acc6eb","resourceCustomizationUUID":"944e6da0-1b1d-4a96-8943-1302be80881e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MmRlZDJkMDA3YzAyMzU5ZGQwYzZlZDk4M2RjNmE0NjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5f586d9b-26cc-47c2-a5e5-40c05fb57023","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"Njg4NGRlMTE0MmQ0NjVjYzM1OTQ2Y2Q1OTFiZDI2MTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f84023c5-eb62-4a5d-9245-4ebe7600460c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"50b7a007-4b20-4a4d-be75-9252f315e10c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f8046d9e-5ba0-4ca5-8a3f-155e5c581a55","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"98535fa4-6ad1-4c35-82d4-b2e3cfb46926","artifactVersion":"2","generatedFromUUID":"50b7a007-4b20-4a4d-be75-9252f315e10c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTYyMTc3NzY3N2RmMWQ0NGY0N2Q5OWFiY2Y1YjcxM2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"851987a3-8391-45b9-918c-cf81eaf07aec","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzdlZDMzMTJiOWM4ODcxMmI2YjFiN2Y5YjZjNTM2MzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9b89ec5-4626-46cc-b7da-11f078ffff7d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-07T04:16:24.030Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:16:24.030Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:16:24.032Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:16:24.032Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:24.132Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:16:24.133Z||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. 2022-02-07T04:16:24.133Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:16:24.145Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:16:24.145Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:16:25.032Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:16:25.033Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:16:25.036Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:16:25.036Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-02-07T04:16:25.136Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:16:25.137Z||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. 2022-02-07T04:16:25.137Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:16:25.149Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:16:25.149Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-02-07T04:16:26.037Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:16:26.038Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:16:26.040Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:16:26.040Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-02-07T04:16:26.141Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-07T04:16:26.142Z||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. 2022-02-07T04:16:26.142Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:16:26.155Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:16:26.156Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:16:27.041Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:16:27.042Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:16:27.045Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:16:27.045Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:27.145Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:16:27.146Z||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. 2022-02-07T04:16:27.146Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:16:27.156Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:16:27.156Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:16:28.046Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:16:28.047Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:16:28.049Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:16:28.049Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-02-07T04:16:28.149Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:16:28.150Z||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. 2022-02-07T04:16:28.151Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:16:28.162Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:16:28.162Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:16:29.050Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:16:29.051Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:16:29.052Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:16:29.053Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:29.153Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:16:29.153Z||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. 2022-02-07T04:16:29.154Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:16:29.164Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:16:29.164Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:16:30.053Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:16:30.054Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:16:30.057Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:16:30.057Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:16:30.157Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:16:30.158Z||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. 2022-02-07T04:16:30.159Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:16:30.168Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:16:30.168Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:16:31.058Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "7a6a9f4d-91a8-456d-9ac8-2be1a42446d7", "serviceDescription": "service", "serviceInvariantUUID": "5e8ec488-6e89-4b47-b130-0dc3b9c86d3c", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "944e6da0-1b1d-4a96-8943-1302be80881e", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a340ab67-bc0d-4413-a76c-3b8ca8b238d7", "resourceInvariantUUID": "c909ac9a-4c84-434e-b327-141728acc6eb", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "artifactChecksum": "Njg4NGRlMTE0MmQ0NjVjYzM1OTQ2Y2Q1OTFiZDI2MTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f84023c5-eb62-4a5d-9245-4ebe7600460c", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "50b7a007-4b20-4a4d-be75-9252f315e10c", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "98535fa4-6ad1-4c35-82d4-b2e3cfb46926", "generatedFromUUID": "50b7a007-4b20-4a4d-be75-9252f315e10c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "98535fa4-6ad1-4c35-82d4-b2e3cfb46926", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NzdlZDMzMTJiOWM4ODcxMmI2YjFiN2Y5YjZjNTM2MzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c9b89ec5-4626-46cc-b7da-11f078ffff7d" } ], "workloadContext": "Production" } 2022-02-07T04:16:31.059Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-07T04:16:31.059Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7a6a9f4d-91a8-456d-9ac8-2be1a42446d7 ASDC 2022-02-07T04:16:31.059Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:05a27c3b-95df-4f22-8ca1-612e4abce8f6 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:7a6a9f4d-91a8-456d-9ac8-2be1a42446d7 ServiceInvariantUUID:5e8ec488-6e89-4b47-b130-0dc3b9c86d3c ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ArtifactUUID:c9b89ec5-4626-46cc-b7da-11f078ffff7d ArtifactChecksum:NzdlZDMzMTJiOWM4ODcxMmI2YjFiN2Y5YjZjNTM2MzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:944e6da0-1b1d-4a96-8943-1302be80881e ResourceInvariantUUID:c909ac9a-4c84-434e-b327-141728acc6eb ResourceName:basic_vm ResourceType:VF ResourceUUID:a340ab67-bc0d-4413-a76c-3b8ca8b238d7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ArtifactUUID:f84023c5-eb62-4a5d-9245-4ebe7600460c ArtifactChecksum:Njg4NGRlMTE0MmQ0NjVjYzM1OTQ2Y2Q1OTFiZDI2MTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ArtifactUUID:50b7a007-4b20-4a4d-be75-9252f315e10c ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:98535fa4-6ad1-4c35-82d4-b2e3cfb46926 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:98535fa4-6ad1-4c35-82d4-b2e3cfb46926 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-02-07T04:16:31.060Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a6a9f4d-91a8-456d-9ac8-2be1a42446d7 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-02-07T04:16:31.089Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-07T04:16:31.090Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-07T04:16:31.090Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-07T04:16:31.090Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c9b89ec5-4626-46cc-b7da-11f078ffff7d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-02-07T04:16:31.090Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T04:16:31.090Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-02-07T04:16:31.221Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T04:16:31.225Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c9b89ec5-4626-46cc-b7da-11f078ffff7d 71039 2022-02-07T04:16:31.226Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-02-07T04:16:31.226Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-02-07T04:16:31.226Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T04:16:31.226Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:16:31.228Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:16:31.228Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207391226, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:16:31.329Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:16:31.329Z||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. 2022-02-07T04:16:31.329Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:16:31.340Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:16:31.340Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:16:32.229Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-07T04:16:32.231Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-07T04:16:32.232Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c9b89ec5-4626-46cc-b7da-11f078ffff7d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-02-07T04:16:32.232Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-02-07T04:16:32.232Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-02-07T04:16:32.233Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-02-07T04:16:32.351Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9331883690734355931/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-02-07T04:16:33.241Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-07T04:16:33.241Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-02-07T04:16:33.241Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-02-07T04:16:33.241Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-02-07T04:16:33.241Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-02-07T04:16:33.241Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-02-07T04:16:33.241Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-02-07T04:16:33.241Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-02-07T04:16:33.241Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-02-07T04:16:33.241Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-02-07T04:16:33.241Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-02-07T04:16:33.242Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-02-07T04:16:33.242Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-02-07T04:16:33.242Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-02-07T04:16:33.242Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:16:33.242Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:16:33.242Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-02-07T04:16:33.242Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-02-07T04:16:33.242Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-07T04:16:33.242Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:16:33.242Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:16:33.242Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-02-07T04:16:33.242Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-02-07T04:16:33.242Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-07T04:16:33.243Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:16:33.243Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:16:33.243Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:16:33.243Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-02-07T04:16:33.243Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-02-07T04:16:33.243Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-02-07T04:16:33.243Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-02-07T04:16:33.243Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-02-07T04:16:33.243Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-02-07T04:16:33.243Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:16:33.243Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-07T04:16:33.243Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:16:33.244Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-02-07T04:16:33.244Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T04:16:33.244Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:16:33.244Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-02-07T04:16:33.244Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T04:16:33.244Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:16:33.244Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-02-07T04:16:33.244Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T04:16:33.244Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:16:33.244Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-02-07T04:16:33.245Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-02-07T04:16:33.245Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-02-07T04:16:33.245Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=41fe5693-7bbe-49fa-b922-c5d0572ed590 2022-02-07T04:16:33.245Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:16:33.245Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:16:33.245Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:16:33.245Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:16:33.245Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:16:33.245Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:16:33.245Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:16:33.245Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:16:33.245Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:7a6a9f4d-91a8-456d-9ac8-2be1a42446d7 Model Version:NULL Model InvariantUuid:5e8ec488-6e89-4b47-b130-0dc3b9c86d3c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:7bc9e3ab-68af-4563-b147-010ef041518d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c909ac9a-4c84-434e-b327-141728acc6eb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:944e6da0-1b1d-4a96-8943-1302be80881e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4444d2f6-67fe-4921-85cf-0de4af323213 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:9d9ed99d-ba0b-4444-964b-9bab8f22bf1e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:41fe5693-7bbe-49fa-b922-c5d0572ed590 ModelInvariantUuid:0804ccfa-06b3-4eba-a9c2-746b044d5060 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:8a304f49-2814-4929-bffa-a6f786ea1897 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:9e79f629-bcee-42a4-956f-3202b0275925 ModelInvariantUuid:6b9a26dd-dd4e-4f9f-b674-a33b674a38d1 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:37f291d8-0aea-4c36-b5d5-4120eadfd734 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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-02-07T04:16:33.250Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a340ab67-bc0d-4413-a76c-3b8ca8b238d7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:16:33.252Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||basic_vm 0 2022-02-07T04:16:33.252Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a340ab67-bc0d-4413-a76c-3b8ca8b238d7 2022-02-07T04:16:33.252Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f84023c5-eb62-4a5d-9245-4ebe7600460c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-02-07T04:16:33.252Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T04:16:33.252Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-02-07T04:16:33.340Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T04:16:33.341Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json f84023c5-eb62-4a5d-9245-4ebe7600460c 787 2022-02-07T04:16:33.341Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-02-07T04:16:33.341Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-02-07T04:16:33.341Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T04:16:33.342Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:16:33.344Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:16:33.344Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207393341, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-07T04:16:33.445Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:16:33.445Z||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. 2022-02-07T04:16:33.446Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:16:33.457Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:16:33.457Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:16:34.345Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4444d2f6-67fe-4921-85cf-0de4af323213", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9d9ed99d-ba0b-4444-964b-9bab8f22bf1e", "vfModuleModelCustomizationUUID": "ac771644-f98c-473b-b293-fe439be8fe9b", "isBase": true, "artifacts": [ "50b7a007-4b20-4a4d-be75-9252f315e10c", "98535fa4-6ad1-4c35-82d4-b2e3cfb46926" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-02-07T04:16:34.349Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9d9ed99d-ba0b-4444-964b-9bab8f22bf1e VfModuleModelInvariantUUID:4444d2f6-67fe-4921-85cf-0de4af323213 VfModuleModelDescription:NULL Artifacts UUID List:{ 50b7a007-4b20-4a4d-be75-9252f315e10c , 98535fa4-6ad1-4c35-82d4-b2e3cfb46926 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-02-07T04:16:34.352Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4444d2f6-67fe-4921-85cf-0de4af323213", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9d9ed99d-ba0b-4444-964b-9bab8f22bf1e", "vfModuleModelCustomizationUUID": "ac771644-f98c-473b-b293-fe439be8fe9b", "isBase": true, "artifacts": [ "50b7a007-4b20-4a4d-be75-9252f315e10c", "98535fa4-6ad1-4c35-82d4-b2e3cfb46926" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-02-07T04:16:34.352Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9d9ed99d-ba0b-4444-964b-9bab8f22bf1e VfModuleModelInvariantUUID:4444d2f6-67fe-4921-85cf-0de4af323213 VfModuleModelDescription:NULL Artifacts UUID List:{ 50b7a007-4b20-4a4d-be75-9252f315e10c , 98535fa4-6ad1-4c35-82d4-b2e3cfb46926 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-02-07T04:16:34.352Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 50b7a007-4b20-4a4d-be75-9252f315e10c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-02-07T04:16:34.352Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T04:16:34.352Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-02-07T04:16:34.510Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T04:16:34.510Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 50b7a007-4b20-4a4d-be75-9252f315e10c 5033 2022-02-07T04:16:34.511Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-02-07T04:16:34.511Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-02-07T04:16:34.511Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T04:16:34.511Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:16:34.513Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:16:34.513Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207394511, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-02-07T04:16:34.614Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-07T04:16:34.615Z||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. 2022-02-07T04:16:34.615Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:16:34.627Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:16:34.627Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:16:35.514Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 98535fa4-6ad1-4c35-82d4-b2e3cfb46926 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-02-07T04:16:35.515Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T04:16:35.515Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-02-07T04:16:35.563Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T04:16:35.563Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 98535fa4-6ad1-4c35-82d4-b2e3cfb46926 903 2022-02-07T04:16:35.563Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-02-07T04:16:35.564Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-02-07T04:16:35.564Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T04:16:35.564Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:16:35.566Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:16:35.566Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207395563, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-02-07T04:16:35.666Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:16:35.667Z||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. 2022-02-07T04:16:35.667Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:16:35.678Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:16:35.679Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:16:36.566Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 7a6a9f4d-91a8-456d-9ac8-2be1a42446d7 2022-02-07T04:16:36.567Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 a340ab67-bc0d-4413-a76c-3b8ca8b238d7 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:16:36.578Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@19e52841, org.onap.sdc.toscaparser.api.parameters.Input@3d5bc20f, org.onap.sdc.toscaparser.api.parameters.Input@18e1d29e, org.onap.sdc.toscaparser.api.parameters.Input@ab7a817, org.onap.sdc.toscaparser.api.parameters.Input@3aa02e20] 2022-02-07T04:16:36.579Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:16:36.579Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:16:36.580Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-02-07T04:16:36.580Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 944e6da0-1b1d-4a96-8943-1302be80881e 2022-02-07T04:16:36.580Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 944e6da0-1b1d-4a96-8943-1302be80881e matches Tosca VF Customization UUID: 944e6da0-1b1d-4a96-8943-1302be80881e 2022-02-07T04:16:36.580Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 944e6da0-1b1d-4a96-8943-1302be80881e matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-02-07T04:16:36.582Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:16:36.582Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:16:36.582Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 944e6da0-1b1d-4a96-8943-1302be80881e: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-02-07T04:16:36.582Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@782b6aa6 2022-02-07T04:16:36.582Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:16:36.582Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-07T04:16:36.583Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ac771644-f98c-473b-b293-fe439be8fe9b 2022-02-07T04:16:36.583Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ac771644-f98c-473b-b293-fe439be8fe9b Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-02-07T04:16:36.584Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:16:36.585Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-02-07T04:16:36.585Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T04:16:36.585Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:16:36.585Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-02-07T04:16:36.586Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T04:16:36.586Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:16:36.586Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-02-07T04:16:36.586Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-02-07T04:16:36.587Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-02-07T04:16:36.587Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=41fe5693-7bbe-49fa-b922-c5d0572ed590 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-02-07T04:16:36.589Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:16:36.589Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-02-07T04:16:36.589Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T04:16:36.590Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:16:36.590Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-02-07T04:16:36.590Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=944e6da0-1b1d-4a96-8943-1302be80881e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:16:36.592Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:16:36.592Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:16:36.592Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 7a6a9f4d-91a8-456d-9ac8-2be1a42446d7: basic_vm 2022-02-07T04:16:36.592Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:16:36.593Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:16:36.593Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:16:36.593Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:16:36.593Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:16:36.593Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:16:36.593Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:16:36.594Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:16:36.594Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:16:36.594Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:16:36.594Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?) 2022-02-07T04:16:36.653Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm a340ab67-bc0d-4413-a76c-3b8ca8b238d7 1 ASDC deployResourceStructure 2022-02-07T04:16:36.653Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-02-07T04:16:36.654Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-02-07T04:16:36.654Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T04:16:36.654Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:16:36.655Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:16:36.655Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207396653, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-02-07T04:16:36.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:16:36.727Z||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. 2022-02-07T04:16:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:16:36.750Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:16:36.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207256563, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.752Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "ves-openapi-manager", "timestamp": 1644207256335, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.752Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "cds", "timestamp": 1644207253207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "dcae-sch", "timestamp": 1644207250816, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207256563, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "ves-openapi-manager", "timestamp": 1644207256335, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "cds", "timestamp": 1644207253207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "dcae-sch", "timestamp": 1644207250816, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "ves-openapi-manager", "timestamp": 1644207256335, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207256563, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "cds", "timestamp": 1644207253207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "dcae-sch", "timestamp": 1644207250816, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "ves-openapi-manager", "timestamp": 1644207256335, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207256563, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "cds", "timestamp": 1644207253207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.756Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:16:36.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "dcae-sch", "timestamp": 1644207250816, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "ves-openapi-manager", "timestamp": 1644207256335, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.756Z||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. 2022-02-07T04:16:36.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207256563, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.756Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:16:36.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "cds", "timestamp": 1644207253207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "dcae-sch", "timestamp": 1644207250816, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "ves-openapi-manager", "timestamp": 1644207256335, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207256563, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "cds", "timestamp": 1644207253207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "dcae-sch", "timestamp": 1644207250816, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "ves-openapi-manager", "timestamp": 1644207256335, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207256563, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:16:36.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "cds", "timestamp": 1644207253207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:16:36.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "dcae-sch", "timestamp": 1644207250816, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207266328, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:16:36.759Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:16:36.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "cds", "timestamp": 1644207266329, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:16:36.759Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:16:36.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "multicloud-k8s-id", "timestamp": 1644207265823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "policy-id", "timestamp": 1644207265828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "cds", "timestamp": 1644207267333, "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=? 2022-02-07T04:16:36.764Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 05a27c3b-95df-4f22-8ca1-612e4abce8f6 2022-02-07T04:16:36.764Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a27c3b-95df-4f22-8ca1-612e4abce8f6 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=? 2022-02-07T04:16:36.766Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:16:36.766Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-02-07T04:16:36.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "multicloud-k8s-id", "timestamp": 1644207265823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-02-07T04:16:36.771Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "policy-id", "timestamp": 1644207265828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.771Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207268202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:16:36.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:16:36.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "aai-ml", "timestamp": 1644207267772, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.771Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "multicloud-k8s-id", "timestamp": 1644207265823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-02-07T04:16:36.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "policy-id", "timestamp": 1644207265828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-02-07T04:16:36.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207269211, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-07T04:16:36.775Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 05a27c3b-95df-4f22-8ca1-612e4abce8f6 2022-02-07T04:16:36.775Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a27c3b-95df-4f22-8ca1-612e4abce8f6 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-02-07T04:16:36.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "aai-ml", "timestamp": 1644207267772, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "multicloud-k8s-id", "timestamp": 1644207265823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "policy-id", "timestamp": 1644207265828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "aai-ml", "timestamp": 1644207267772, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "multicloud-k8s-id", "timestamp": 1644207265823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-02-07T04:16:36.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "policy-id", "timestamp": 1644207265828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "aai-ml", "timestamp": 1644207267772, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "multicloud-k8s-id", "timestamp": 1644207265823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "policy-id", "timestamp": 1644207265828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "aai-ml", "timestamp": 1644207267772, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "multicloud-k8s-id", "timestamp": 1644207265823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:16:36.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "policy-id", "timestamp": 1644207265828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:16:36.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "aai-ml", "timestamp": 1644207267772, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:16:36.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "multicloud-k8s-id", "timestamp": 1644207273634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-07T04:16:36.785Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:16:36.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "policy-id", "timestamp": 1644207273714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:16:36.785Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:16:36.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "aai-ml", "timestamp": 1644207267772, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:16:36.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:16:36.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "policy-id", "timestamp": 1644207274718, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:16:36.785Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:16:36.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "multicloud-k8s-id", "timestamp": 1644207274922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-02-07T04:16:36.785Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:16:36.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "aai-ml", "timestamp": 1644207275546, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:16:36.786Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:16:36.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "policy-id", "timestamp": 1644207275720, "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=? 2022-02-07T04:16:36.790Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 05a27c3b-95df-4f22-8ca1-612e4abce8f6 2022-02-07T04:16:36.790Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a27c3b-95df-4f22-8ca1-612e4abce8f6 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 (?, ?, ?, ?, ?) 2022-02-07T04:16:36.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:16:36.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "multicloud-k8s-id", "timestamp": 1644207276041, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-02-07T04:16:36.796Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:16:37.656Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-02-07T04:16:37.657Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-02-07T04:16:37.657Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T04:16:37.657Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:16:37.660Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:16:37.660Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207397656, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-02-07T04:16:37.760Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:16:37.761Z||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. 2022-02-07T04:16:37.761Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:16:37.771Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:16:37.771Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:16:38.661Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-02-07T04:16:38.661Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-02-07T04:16:38.662Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T04:16:38.662Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:16:38.664Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:16:38.664Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207398661, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-02-07T04:16:38.764Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:16:38.765Z||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. 2022-02-07T04:16:38.766Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:16:38.776Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:16:38.777Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-02-07T04:16:39.665Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-02-07T04:16:39.666Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-02-07T04:16:39.666Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T04:16:39.666Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:16:39.668Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:16:39.668Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207399665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:16:39.769Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:16:39.770Z||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. 2022-02-07T04:16:39.770Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:16:39.781Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:16:39.782Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:16:40.669Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05a27c3b-95df-4f22-8ca1-612e4abce8f6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:16:40.680Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05a27c3b-95df-4f22-8ca1-612e4abce8f6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:16:40.683Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:16:40.683Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-07T04:16:40.683Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-07T04:17:10.684Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05a27c3b-95df-4f22-8ca1-612e4abce8f6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:17:10.696Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05a27c3b-95df-4f22-8ca1-612e4abce8f6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:17:10.698Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:17:10.699Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-07T04:17:10.699Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-07T04:17:36.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:17:36.727Z||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. 2022-02-07T04:17:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:17:36.747Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:17:36.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "clamp", "timestamp": 1644207276422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "multicloud-k8s-id", "timestamp": 1644207277056, "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=? 2022-02-07T04:17:36.769Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 05a27c3b-95df-4f22-8ca1-612e4abce8f6 2022-02-07T04:17:36.769Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a27c3b-95df-4f22-8ca1-612e4abce8f6 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=? 2022-02-07T04:17:36.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "cds", "timestamp": 1644207268337, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.777Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "dcae-sch", "timestamp": 1644207270816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2022-02-07T04:17:36.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "ves-openapi-manager", "timestamp": 1644207276335, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "clamp", "timestamp": 1644207276422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-02-07T04:17:36.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "multicloud-k8s-id", "timestamp": 1644207278058, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-02-07T04:17:36.778Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "dcae-sch", "timestamp": 1644207270816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "cds", "timestamp": 1644207268337, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "ves-openapi-manager", "timestamp": 1644207276335, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "clamp", "timestamp": 1644207276422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "dcae-sch", "timestamp": 1644207270816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "cds", "timestamp": 1644207268337, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "ves-openapi-manager", "timestamp": 1644207276335, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "clamp", "timestamp": 1644207276422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "cds", "timestamp": 1644207268337, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "dcae-sch", "timestamp": 1644207270816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "ves-openapi-manager", "timestamp": 1644207276335, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "clamp", "timestamp": 1644207276422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "dcae-sch", "timestamp": 1644207270816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "cds", "timestamp": 1644207268337, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "ves-openapi-manager", "timestamp": 1644207276335, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "aai-ml", "timestamp": 1644207281905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:17:36.782Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "clamp", "timestamp": 1644207276422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "dcae-sch", "timestamp": 1644207270816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "cds", "timestamp": 1644207268337, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "ves-openapi-manager", "timestamp": 1644207276335, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "aai-ml", "timestamp": 1644207282908, "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=? 2022-02-07T04:17:36.787Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 05a27c3b-95df-4f22-8ca1-612e4abce8f6 2022-02-07T04:17:36.787Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a27c3b-95df-4f22-8ca1-612e4abce8f6 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 (?, ?, ?, ?, ?) 2022-02-07T04:17:36.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "clamp", "timestamp": 1644207276422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:17:36.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "dcae-sch", "timestamp": 1644207270816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "cds", "timestamp": 1644207268337, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "ves-openapi-manager", "timestamp": 1644207276335, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "dcae-sch", "timestamp": 1644207270816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "cds", "timestamp": 1644207268337, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:17:36.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "ves-openapi-manager", "timestamp": 1644207276335, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "cds", "timestamp": 1644207286054, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:17:36.795Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "multicloud-k8s-id", "timestamp": 1644207285823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "policy-id", "timestamp": 1644207285829, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "dcae-sch", "timestamp": 1644207286571, "artifactURL": "/sdc/v1/catalog/services/8998f68a-68b2-4fcc-8592-8730beb32939/resourceInstances/basicclamp0/artifacts/d30adbcb-8af8-4914-88d2-ec9cc6659874", "status": "DOWNLOAD_OK" } 2022-02-07T04:17:36.796Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "cds", "timestamp": 1644207287058, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-02-07T04:17:36.806Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0a051453-8fe3-4b86-9b99-af03c52eaa86 2022-02-07T04:17:36.806Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a051453-8fe3-4b86-9b99-af03c52eaa86 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 (?, ?, ?, ?, ?) 2022-02-07T04:17:36.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207286563, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "multicloud-k8s-id", "timestamp": 1644207285823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "policy-id", "timestamp": 1644207285829, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "dcae-sch", "timestamp": 1644207287794, "artifactURL": "/sdc/v1/catalog/services/8998f68a-68b2-4fcc-8592-8730beb32939/resourceInstances/basicclamp0/artifacts/d30adbcb-8af8-4914-88d2-ec9cc6659874", "status": "DEPLOY_OK" } 2022-02-07T04:17:36.812Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207286563, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "multicloud-k8s-id", "timestamp": 1644207285823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-02-07T04:17:36.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "policy-id", "timestamp": 1644207285829, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "dcae-sch", "timestamp": 1644207288797, "artifactURL": "/sdc/v1/catalog/services/8998f68a-68b2-4fcc-8592-8730beb32939/resourceInstances/basicclamp0/artifacts/d30adbcb-8af8-4914-88d2-ec9cc6659874", "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=? 2022-02-07T04:17:36.816Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 0a051453-8fe3-4b86-9b99-af03c52eaa86 2022-02-07T04:17:36.816Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a051453-8fe3-4b86-9b99-af03c52eaa86 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 (?, ?, ?, ?, ?) 2022-02-07T04:17:36.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207286563, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "multicloud-k8s-id", "timestamp": 1644207285823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-02-07T04:17:36.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "policy-id", "timestamp": 1644207285829, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-02-07T04:17:36.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207286563, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "multicloud-k8s-id", "timestamp": 1644207285823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "policy-id", "timestamp": 1644207285829, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207286563, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "multicloud-k8s-id", "timestamp": 1644207285823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-02-07T04:17:36.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "policy-id", "timestamp": 1644207285829, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207286563, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "multicloud-k8s-id", "timestamp": 1644207285823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "policy-id", "timestamp": 1644207285829, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207286563, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "multicloud-k8s-id", "timestamp": 1644207285823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:17:36.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "policy-id", "timestamp": 1644207285829, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:17:36.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207286563, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:17:36.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "cds", "timestamp": 1644207288061, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "dcae-sch", "timestamp": 1644207290816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "multicloud-k8s-id", "timestamp": 1644207294509, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-07T04:17:36.825Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "policy-id", "timestamp": 1644207294513, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:17:36.825Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "clamp", "timestamp": 1644207294790, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:17:36.825Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207295268, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:17:36.825Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "cds", "timestamp": 1644207288061, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "dcae-sch", "timestamp": 1644207290816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "policy-id", "timestamp": 1644207295516, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:17:36.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "multicloud-k8s-id", "timestamp": 1644207295557, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-02-07T04:17:36.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "cds", "timestamp": 1644207288061, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "dcae-sch", "timestamp": 1644207290816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "policy-id", "timestamp": 1644207296518, "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=? 2022-02-07T04:17:36.830Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a051453-8fe3-4b86-9b99-af03c52eaa86 2022-02-07T04:17:36.830Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a051453-8fe3-4b86-9b99-af03c52eaa86 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 (?, ?, ?, ?, ?) 2022-02-07T04:17:36.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "multicloud-k8s-id", "timestamp": 1644207296619, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-02-07T04:17:36.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "clamp", "timestamp": 1644207296796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:17:36.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "ves-openapi-manager", "timestamp": 1644207296335, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207297137, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:17:36.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "cds", "timestamp": 1644207288061, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "dcae-sch", "timestamp": 1644207290816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "multicloud-k8s-id", "timestamp": 1644207297635, "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=? 2022-02-07T04:17:36.842Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a051453-8fe3-4b86-9b99-af03c52eaa86 2022-02-07T04:17:36.842Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a051453-8fe3-4b86-9b99-af03c52eaa86 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=? 2022-02-07T04:17:36.846Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "clamp", "timestamp": 1644207297799, "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=? 2022-02-07T04:17:36.850Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 05a27c3b-95df-4f22-8ca1-612e4abce8f6 2022-02-07T04:17:36.850Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05a27c3b-95df-4f22-8ca1-612e4abce8f6 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 (?, ?, ?, ?, ?) 2022-02-07T04:17:36.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.856Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "ves-openapi-manager", "timestamp": 1644207296335, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.856Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207298140, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-07T04:17:36.859Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0a051453-8fe3-4b86-9b99-af03c52eaa86 2022-02-07T04:17:36.860Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a051453-8fe3-4b86-9b99-af03c52eaa86 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-02-07T04:17:36.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "aai-ml", "timestamp": 1644207297772, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "cds", "timestamp": 1644207288061, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "dcae-sch", "timestamp": 1644207290816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "multicloud-k8s-id", "timestamp": 1644207298638, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-02-07T04:17:36.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "ves-openapi-manager", "timestamp": 1644207296335, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "aai-ml", "timestamp": 1644207297772, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "cds", "timestamp": 1644207288061, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "dcae-sch", "timestamp": 1644207290816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "ves-openapi-manager", "timestamp": 1644207296335, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "aai-ml", "timestamp": 1644207297772, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "cds", "timestamp": 1644207288061, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "dcae-sch", "timestamp": 1644207290816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "ves-openapi-manager", "timestamp": 1644207296335, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "aai-ml", "timestamp": 1644207297772, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "cds", "timestamp": 1644207288061, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:17:36.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "dcae-sch", "timestamp": 1644207290816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "ves-openapi-manager", "timestamp": 1644207296335, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "aai-ml", "timestamp": 1644207297772, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "cds", "timestamp": 1644207302729, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:17:36.872Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "ves-openapi-manager", "timestamp": 1644207296335, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "aai-ml", "timestamp": 1644207297772, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "ves-openapi-manager", "timestamp": 1644207296335, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "aai-ml", "timestamp": 1644207297772, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "cds", "timestamp": 1644207304646, "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 (?, ?, ?, ?, ?) 2022-02-07T04:17:36.881Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bbea0a95-9e29-489e-b57c-a6c15ab0e7ab 2022-02-07T04:17:36.881Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbea0a95-9e29-489e-b57c-a6c15ab0e7ab 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 (?, ?, ?, ?, ?) 2022-02-07T04:17:36.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "aai-ml", "timestamp": 1644207297772, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:17:36.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "multicloud-k8s-id", "timestamp": 1644207305823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "policy-id", "timestamp": 1644207305828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "clamp", "timestamp": 1644207306422, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "aai-ml", "timestamp": 1644207306617, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:17:36.886Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "multicloud-k8s-id", "timestamp": 1644207305823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-02-07T04:17:36.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "policy-id", "timestamp": 1644207305828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "clamp", "timestamp": 1644207306422, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "multicloud-k8s-id", "timestamp": 1644207305823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-02-07T04:17:36.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "policy-id", "timestamp": 1644207305828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-02-07T04:17:36.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "clamp", "timestamp": 1644207306422, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-02-07T04:17:36.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "multicloud-k8s-id", "timestamp": 1644207305823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "policy-id", "timestamp": 1644207305828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "clamp", "timestamp": 1644207306422, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "multicloud-k8s-id", "timestamp": 1644207305823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-02-07T04:17:36.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "policy-id", "timestamp": 1644207305828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "clamp", "timestamp": 1644207306422, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "multicloud-k8s-id", "timestamp": 1644207305823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "policy-id", "timestamp": 1644207305828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "clamp", "timestamp": 1644207306422, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "multicloud-k8s-id", "timestamp": 1644207305823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "policy-id", "timestamp": 1644207305828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "clamp", "timestamp": 1644207306422, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "aai-ml", "timestamp": 1644207312807, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:17:36.889Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "multicloud-k8s-id", "timestamp": 1644207305823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:17:36.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "policy-id", "timestamp": 1644207305828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:17:36.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "clamp", "timestamp": 1644207306422, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:17:36.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "aai-ml", "timestamp": 1644207313811, "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=? 2022-02-07T04:17:36.892Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0a051453-8fe3-4b86-9b99-af03c52eaa86 2022-02-07T04:17:36.893Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a051453-8fe3-4b86-9b99-af03c52eaa86 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 (?, ?, ?, ?, ?) 2022-02-07T04:17:36.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "multicloud-k8s-id", "timestamp": 1644207314515, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-07T04:17:36.899Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "policy-id", "timestamp": 1644207314518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:17:36.899Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "aai-ml", "timestamp": 1644207297772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "policy-id", "timestamp": 1644207315521, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:17:36.900Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "multicloud-k8s-id", "timestamp": 1644207315565, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-02-07T04:17:36.901Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "aai-ml", "timestamp": 1644207297772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "policy-id", "timestamp": 1644207316524, "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=? 2022-02-07T04:17:36.905Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbea0a95-9e29-489e-b57c-a6c15ab0e7ab 2022-02-07T04:17:36.906Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbea0a95-9e29-489e-b57c-a6c15ab0e7ab 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 (?, ?, ?, ?, ?) 2022-02-07T04:17:36.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "multicloud-k8s-id", "timestamp": 1644207316760, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-02-07T04:17:36.913Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "aai-ml", "timestamp": 1644207297772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207316563, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "multicloud-k8s-id", "timestamp": 1644207317775, "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=? 2022-02-07T04:17:36.918Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbea0a95-9e29-489e-b57c-a6c15ab0e7ab 2022-02-07T04:17:36.918Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbea0a95-9e29-489e-b57c-a6c15ab0e7ab 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=? 2022-02-07T04:17:36.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "aai-ml", "timestamp": 1644207297772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207316563, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "multicloud-k8s-id", "timestamp": 1644207318777, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-02-07T04:17:36.924Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "aai-ml", "timestamp": 1644207297772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207316563, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "aai-ml", "timestamp": 1644207297772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207316563, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "aai-ml", "timestamp": 1644207297772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207316563, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "aai-ml", "timestamp": 1644207297772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:17:36.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207316563, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "clamp", "timestamp": 1644207322794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:17:36.926Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "aai-ml", "timestamp": 1644207323057, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:17:36.926Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207316563, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:17:36.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "clamp", "timestamp": 1644207323797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-07T04:17:36.927Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207316563, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:17:36.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:17:36.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207325265, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:17:36.927Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207327131, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:17:36.928Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "clamp", "timestamp": 1644207327876, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:17:36.928Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "aai-ml", "timestamp": 1644207328102, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:17:36.928Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207328135, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-07T04:17:36.932Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bbea0a95-9e29-489e-b57c-a6c15ab0e7ab 2022-02-07T04:17:36.933Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbea0a95-9e29-489e-b57c-a6c15ab0e7ab and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-02-07T04:17:36.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "clamp", "timestamp": 1644207328878, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-02-07T04:17:36.939Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:17:36.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "aai-ml", "timestamp": 1644207329106, "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=? 2022-02-07T04:17:36.944Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bbea0a95-9e29-489e-b57c-a6c15ab0e7ab 2022-02-07T04:17:36.944Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbea0a95-9e29-489e-b57c-a6c15ab0e7ab 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 (?, ?, ?, ?, ?) 2022-02-07T04:17:36.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:17:36.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "clamp", "timestamp": 1644207329881, "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=? 2022-02-07T04:17:36.954Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0a051453-8fe3-4b86-9b99-af03c52eaa86 2022-02-07T04:17:36.955Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a051453-8fe3-4b86-9b99-af03c52eaa86 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 (?, ?, ?, ?, ?) 2022-02-07T04:17:40.699Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05a27c3b-95df-4f22-8ca1-612e4abce8f6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:17:40.709Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05a27c3b-95df-4f22-8ca1-612e4abce8f6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:17:40.712Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:17:40.712Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-07T04:17:40.712Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-07T04:17:40.712Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-07T04:17:40.712Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:17:40.713Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:17:40.713Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:17:40.713Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:17:40.713Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:17:40.713Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:17:40.713Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-07T04:17:40.718Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-07T04:18:10.718Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 05a27c3b-95df-4f22-8ca1-612e4abce8f6 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=? 2022-02-07T04:18:10.724Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 05a27c3b-95df-4f22-8ca1-612e4abce8f6 and serviceModelVersionId: 7a6a9f4d-91a8-456d-9ac8-2be1a42446d7 2022-02-07T04:18:10.724Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5e8ec488-6e89-4b47-b130-0dc3b9c86d3c 2022-02-07T04:18:10.725Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5e8ec488-6e89-4b47-b130-0dc3b9c86d3c/model-vers/model-ver/7a6a9f4d-91a8-456d-9ac8-2be1a42446d7?depth=0 2022-02-07T04:18:10.730Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-02-07T04:18:10.762Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e8ec488-6e89-4b47-b130-0dc3b9c86d3c/model-vers/model-ver/7a6a9f4d-91a8-456d-9ac8-2be1a42446d7?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]} 2022-02-07T04:18:10.763Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e8ec488-6e89-4b47-b130-0dc3b9c86d3c/model-vers/model-ver/7a6a9f4d-91a8-456d-9ac8-2be1a42446d7?depth=0|INFO|500||Invoke 2022-02-07T04:18:10.777Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e8ec488-6e89-4b47-b130-0dc3b9c86d3c/model-vers/model-ver/7a6a9f4d-91a8-456d-9ac8-2be1a42446d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-07T04:18:10.930Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e8ec488-6e89-4b47-b130-0dc3b9c86d3c/model-vers/model-ver/7a6a9f4d-91a8-456d-9ac8-2be1a42446d7?depth=0|INFO|500||InvokeReturn 2022-02-07T04:18:10.931Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e8ec488-6e89-4b47-b130-0dc3b9c86d3c/model-vers/model-ver/7a6a9f4d-91a8-456d-9ac8-2be1a42446d7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220207-04:18:10:782-99149], vertex-id=[192512], Content-Length=[0], Date=[Mon, 07 Feb 2022 04:18:10 GMT], Content-Type=[application/json]} 2022-02-07T04:18:10.931Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-02-07T04:18:10.931Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-07T04:18:10.931Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:18:10.935Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-07T04:18:10.935Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 05a27c3b-95df-4f22-8ca1-612e4abce8f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-07T04:18:10.936Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-07T04:18:10.936Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:18:10.938Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:18:10.938Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207490936, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-07T04:18:11.038Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:18:11.039Z||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. 2022-02-07T04:18:11.039Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:18:11.053Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:18:11.053Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-02-07T04:18:11.947Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-07T04:18:11.947Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"0a051453-8fe3-4b86-9b99-af03c52eaa86","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"8998f68a-68b2-4fcc-8592-8730beb32939","serviceDescription":"service","serviceInvariantUUID":"8c8a2042-b74e-4657-8ba4-794e6b83f6ce","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5cb602cd-41da-4c61-bc6e-93e4641e7a8c","resourceInvariantUUID":"3eaa0b21-a08b-494d-9a67-de108ab68811","resourceCustomizationUUID":"b34dc953-a268-45b6-9c43-cc1fd92fb150","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d30adbcb-8af8-4914-88d2-ec9cc6659874","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"N2Q2NDQ5OGI2Y2ZjYjZjYjgxNmUyMzU2MWQxM2I5YTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c67cc97-96a1-48ed-8dff-c80c183ffe15","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"YTE3ODI5ZDdjMTk4MTFlYjNlYzgyZTNhMGQ2ZDA0ODI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"da8a9a68-806c-4d1a-839b-ad78d2edb0c2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b5eef785-1b0c-4011-b14c-7741ca17ea01","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"54d3dbe4-642d-4d73-bc64-c2318c6aac6f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"557b0966-a7bc-4265-8ab6-de9a0610886e","artifactVersion":"2","generatedFromUUID":"b5eef785-1b0c-4011-b14c-7741ca17ea01"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZDA1NGRhMjI5MzRiNmVlNWZhMWU4NjNmNTAyM2M4YTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b4a5e5f-ea09-4adf-a3af-193a9c907c90","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZTZmNWQ4NTgwOTIyZjEyYTcwNzE5Yzk5YTk0NjQyMzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c431c209-9764-46ec-ad0d-c24a88f4d0d3","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-07T04:18:11.948Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:18:11.949Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:18:11.951Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:18:11.951Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:18:12.051Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:18:12.052Z||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. 2022-02-07T04:18:12.053Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:18:12.064Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:18:12.064Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:18:12.952Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:18:12.953Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:18:12.955Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:18:12.955Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:18:13.055Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:18:13.056Z||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. 2022-02-07T04:18:13.056Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:18:13.068Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:18:13.068Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:18:13.955Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:18:13.956Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:18:13.958Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:18:13.958Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-02-07T04:18:14.058Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:18:14.059Z||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. 2022-02-07T04:18:14.059Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:18:14.070Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:18:14.071Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:18:14.959Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:18:14.960Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:18:14.962Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:18:14.962Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-02-07T04:18:15.062Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:18:15.063Z||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. 2022-02-07T04:18:15.063Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:18:15.075Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:18:15.075Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:18:15.963Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:18:15.963Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:18:15.965Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:18:15.965Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:18:16.065Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:18:16.066Z||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. 2022-02-07T04:18:16.066Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:18:16.077Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:18:16.077Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:18:16.965Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:18:16.966Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:18:16.968Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:18:16.968Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-02-07T04:18:17.069Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-07T04:18:17.069Z||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. 2022-02-07T04:18:17.069Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:18:17.079Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:18:17.080Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:18:17.969Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:18:17.970Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:18:17.972Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:18:17.972Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:18:18.073Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:18:18.073Z||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. 2022-02-07T04:18:18.073Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:18:18.085Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:18:18.086Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:18:18.973Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:18:18.973Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:18:18.977Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:18:18.977Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:18:19.078Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:18:19.079Z||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. 2022-02-07T04:18:19.079Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:18:19.090Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:18:19.091Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:18:19.979Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "8998f68a-68b2-4fcc-8592-8730beb32939", "serviceDescription": "service", "serviceInvariantUUID": "8c8a2042-b74e-4657-8ba4-794e6b83f6ce", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "b34dc953-a268-45b6-9c43-cc1fd92fb150", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5cb602cd-41da-4c61-bc6e-93e4641e7a8c", "resourceInvariantUUID": "3eaa0b21-a08b-494d-9a67-de108ab68811", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "YTE3ODI5ZDdjMTk4MTFlYjNlYzgyZTNhMGQ2ZDA0ODI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "da8a9a68-806c-4d1a-839b-ad78d2edb0c2", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b5eef785-1b0c-4011-b14c-7741ca17ea01", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "557b0966-a7bc-4265-8ab6-de9a0610886e", "generatedFromUUID": "b5eef785-1b0c-4011-b14c-7741ca17ea01" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "557b0966-a7bc-4265-8ab6-de9a0610886e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "ZTZmNWQ4NTgwOTIyZjEyYTcwNzE5Yzk5YTk0NjQyMzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c431c209-9764-46ec-ad0d-c24a88f4d0d3" } ], "workloadContext": "Production" } 2022-02-07T04:18:19.979Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-07T04:18:19.979Z|05a27c3b-95df-4f22-8ca1-612e4abce8f6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8998f68a-68b2-4fcc-8592-8730beb32939 ASDC 2022-02-07T04:18:19.980Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:0a051453-8fe3-4b86-9b99-af03c52eaa86 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:8998f68a-68b2-4fcc-8592-8730beb32939 ServiceInvariantUUID:8c8a2042-b74e-4657-8ba4-794e6b83f6ce ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:c431c209-9764-46ec-ad0d-c24a88f4d0d3 ArtifactChecksum:ZTZmNWQ4NTgwOTIyZjEyYTcwNzE5Yzk5YTk0NjQyMzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:b34dc953-a268-45b6-9c43-cc1fd92fb150 ResourceInvariantUUID:3eaa0b21-a08b-494d-9a67-de108ab68811 ResourceName:basicclamp ResourceType:VF ResourceUUID:5cb602cd-41da-4c61-bc6e-93e4641e7a8c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:da8a9a68-806c-4d1a-839b-ad78d2edb0c2 ArtifactChecksum:YTE3ODI5ZDdjMTk4MTFlYjNlYzgyZTNhMGQ2ZDA0ODI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:b5eef785-1b0c-4011-b14c-7741ca17ea01 ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:557b0966-a7bc-4265-8ab6-de9a0610886e ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:557b0966-a7bc-4265-8ab6-de9a0610886e ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-02-07T04:18:19.980Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8998f68a-68b2-4fcc-8592-8730beb32939 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=? 2022-02-07T04:18:20.007Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-07T04:18:20.008Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-07T04:18:20.008Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-07T04:18:20.008Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c431c209-9764-46ec-ad0d-c24a88f4d0d3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-02-07T04:18:20.008Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T04:18:20.009Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-02-07T04:18:20.669Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T04:18:20.674Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar c431c209-9764-46ec-ad0d-c24a88f4d0d3 73646 2022-02-07T04:18:20.674Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-02-07T04:18:20.675Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-02-07T04:18:20.675Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T04:18:20.675Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:18:20.677Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:18:20.677Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207500674, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:18:20.777Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:18:20.778Z||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. 2022-02-07T04:18:20.778Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:18:20.788Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:18:20.789Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:18:21.678Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-07T04:18:21.679Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-07T04:18:21.679Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c431c209-9764-46ec-ad0d-c24a88f4d0d3, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-02-07T04:18:21.679Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-02-07T04:18:21.680Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-02-07T04:18:21.680Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-02-07T04:18:21.797Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7996132748823675286/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-02-07T04:18:22.644Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-07T04:18:22.644Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-02-07T04:18:22.644Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-02-07T04:18:22.645Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-02-07T04:18:22.645Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-02-07T04:18:22.645Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-02-07T04:18:22.645Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-02-07T04:18:22.645Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-02-07T04:18:22.645Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-02-07T04:18:22.645Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-02-07T04:18:22.645Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-02-07T04:18:22.645Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-02-07T04:18:22.645Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-02-07T04:18:22.645Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-02-07T04:18:22.645Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:18:22.645Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:18:22.645Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-02-07T04:18:22.645Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-02-07T04:18:22.646Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-07T04:18:22.646Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:18:22.646Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:18:22.646Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-02-07T04:18:22.646Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-02-07T04:18:22.646Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-07T04:18:22.646Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:18:22.646Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:18:22.646Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:18:22.646Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-02-07T04:18:22.646Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-02-07T04:18:22.647Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-02-07T04:18:22.647Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-02-07T04:18:22.647Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-02-07T04:18:22.647Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-02-07T04:18:22.647Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:18:22.647Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-07T04:18:22.647Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:18:22.647Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-02-07T04:18:22.647Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T04:18:22.647Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:18:22.647Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-02-07T04:18:22.647Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T04:18:22.647Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:18:22.648Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-02-07T04:18:22.648Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T04:18:22.648Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:18:22.648Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-02-07T04:18:22.648Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-02-07T04:18:22.648Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-02-07T04:18:22.648Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9ba10b20-1a56-456d-b1a6-fd20e05e631b 2022-02-07T04:18:22.648Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:18:22.648Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:18:22.648Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:18:22.648Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:18:22.648Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:18:22.649Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:18:22.649Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:18:22.649Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:18:22.649Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:8998f68a-68b2-4fcc-8592-8730beb32939 Model Version:NULL Model InvariantUuid:8c8a2042-b74e-4657-8ba4-794e6b83f6ce Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:bb0f5ba3-803f-4541-9565-f2eaf5e12392 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:3eaa0b21-a08b-494d-9a67-de108ab68811 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b34dc953-a268-45b6-9c43-cc1fd92fb150 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1cf8edcd-90e7-453d-9556-a756772b2d73 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:fcbf9428-84c2-40dc-95c7-11150960b8fe ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9ba10b20-1a56-456d-b1a6-fd20e05e631b ModelInvariantUuid:23425ec2-8db4-4fef-85c7-3235c5b26e68 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:1e7f5000-b0b3-4613-9eab-5817b249938d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:b32db834-9076-4944-a52b-d837332760c1 ModelInvariantUuid:a4df9a6b-485c-4e86-81f8-b00b6c0f0681 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:a9314834-5e55-46b5-98f3-1ad1fb4a7f55 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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-02-07T04:18:22.655Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 5cb602cd-41da-4c61-bc6e-93e4641e7a8c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:18:22.657Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||basicclamp 0 2022-02-07T04:18:22.657Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5cb602cd-41da-4c61-bc6e-93e4641e7a8c 2022-02-07T04:18:22.657Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: da8a9a68-806c-4d1a-839b-ad78d2edb0c2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-02-07T04:18:22.657Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T04:18:22.657Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-02-07T04:18:22.761Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T04:18:22.761Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json da8a9a68-806c-4d1a-839b-ad78d2edb0c2 790 2022-02-07T04:18:22.761Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-02-07T04:18:22.762Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-02-07T04:18:22.762Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T04:18:22.762Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:18:22.764Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:18:22.764Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207502761, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-07T04:18:22.864Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:18:22.865Z||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. 2022-02-07T04:18:22.866Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:18:22.878Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:18:22.878Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:18:23.765Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "1cf8edcd-90e7-453d-9556-a756772b2d73", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fcbf9428-84c2-40dc-95c7-11150960b8fe", "vfModuleModelCustomizationUUID": "5c20907a-ce5a-4c5f-a6f1-b6098232b177", "isBase": true, "artifacts": [ "b5eef785-1b0c-4011-b14c-7741ca17ea01", "557b0966-a7bc-4265-8ab6-de9a0610886e" ], "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": "" } } ] 2022-02-07T04:18:23.769Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fcbf9428-84c2-40dc-95c7-11150960b8fe VfModuleModelInvariantUUID:1cf8edcd-90e7-453d-9556-a756772b2d73 VfModuleModelDescription:NULL Artifacts UUID List:{ b5eef785-1b0c-4011-b14c-7741ca17ea01 , 557b0966-a7bc-4265-8ab6-de9a0610886e } 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 } 2022-02-07T04:18:23.771Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "1cf8edcd-90e7-453d-9556-a756772b2d73", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fcbf9428-84c2-40dc-95c7-11150960b8fe", "vfModuleModelCustomizationUUID": "5c20907a-ce5a-4c5f-a6f1-b6098232b177", "isBase": true, "artifacts": [ "b5eef785-1b0c-4011-b14c-7741ca17ea01", "557b0966-a7bc-4265-8ab6-de9a0610886e" ], "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": "" } } ] 2022-02-07T04:18:23.771Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fcbf9428-84c2-40dc-95c7-11150960b8fe VfModuleModelInvariantUUID:1cf8edcd-90e7-453d-9556-a756772b2d73 VfModuleModelDescription:NULL Artifacts UUID List:{ b5eef785-1b0c-4011-b14c-7741ca17ea01 , 557b0966-a7bc-4265-8ab6-de9a0610886e } 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 } 2022-02-07T04:18:23.771Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b5eef785-1b0c-4011-b14c-7741ca17ea01 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-02-07T04:18:23.772Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T04:18:23.772Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-02-07T04:18:23.826Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T04:18:23.826Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml b5eef785-1b0c-4011-b14c-7741ca17ea01 5033 2022-02-07T04:18:23.827Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-02-07T04:18:23.827Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-02-07T04:18:23.827Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T04:18:23.827Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:18:23.830Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:18:23.830Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207503827, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-02-07T04:18:23.930Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:18:23.931Z||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. 2022-02-07T04:18:23.931Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:18:23.943Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:18:23.943Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-02-07T04:18:24.830Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 557b0966-a7bc-4265-8ab6-de9a0610886e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-02-07T04:18:24.831Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T04:18:24.831Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-02-07T04:18:24.874Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T04:18:24.874Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 557b0966-a7bc-4265-8ab6-de9a0610886e 909 2022-02-07T04:18:24.875Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-02-07T04:18:24.875Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-02-07T04:18:24.875Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T04:18:24.875Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:18:24.878Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:18:24.878Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207504874, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-02-07T04:18:24.978Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:18:24.978Z||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. 2022-02-07T04:18:24.978Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:18:24.988Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:18:24.989Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:18:25.879Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 8998f68a-68b2-4fcc-8592-8730beb32939 2022-02-07T04:18:25.879Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 5cb602cd-41da-4c61-bc6e-93e4641e7a8c ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:18:25.889Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ae07e41, org.onap.sdc.toscaparser.api.parameters.Input@6bd45a70, org.onap.sdc.toscaparser.api.parameters.Input@48030035, org.onap.sdc.toscaparser.api.parameters.Input@5a8839af, org.onap.sdc.toscaparser.api.parameters.Input@438346c9] 2022-02-07T04:18:25.890Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:18:25.890Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:18:25.890Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-02-07T04:18:25.890Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= b34dc953-a268-45b6-9c43-cc1fd92fb150 2022-02-07T04:18:25.890Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b34dc953-a268-45b6-9c43-cc1fd92fb150 matches Tosca VF Customization UUID: b34dc953-a268-45b6-9c43-cc1fd92fb150 2022-02-07T04:18:25.890Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: b34dc953-a268-45b6-9c43-cc1fd92fb150 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-02-07T04:18:25.892Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:18:25.892Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:18:25.893Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id b34dc953-a268-45b6-9c43-cc1fd92fb150: {\"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\"} 2022-02-07T04:18:25.893Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4141377a 2022-02-07T04:18:25.893Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:18:25.893Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-07T04:18:25.893Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5c20907a-ce5a-4c5f-a6f1-b6098232b177 2022-02-07T04:18:25.893Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5c20907a-ce5a-4c5f-a6f1-b6098232b177 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-02-07T04:18:25.895Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:18:25.895Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-02-07T04:18:25.895Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T04:18:25.895Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:18:25.896Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-02-07T04:18:25.896Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T04:18:25.896Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:18:25.896Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-02-07T04:18:25.896Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-02-07T04:18:25.896Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-02-07T04:18:25.897Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9ba10b20-1a56-456d-b1a6-fd20e05e631b Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-02-07T04:18:25.898Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:18:25.898Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-02-07T04:18:25.898Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T04:18:25.899Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:18:25.899Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-02-07T04:18:25.899Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=b34dc953-a268-45b6-9c43-cc1fd92fb150 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:18:25.900Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:18:25.900Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:18:25.901Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 8998f68a-68b2-4fcc-8592-8730beb32939: basicclamp 2022-02-07T04:18:25.901Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:18:25.901Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:18:25.901Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:18:25.901Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:18:25.901Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:18:25.901Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:18:25.901Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:18:25.902Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:18:25.902Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:18:25.902Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:18:25.902Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?) 2022-02-07T04:18:25.967Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 5cb602cd-41da-4c61-bc6e-93e4641e7a8c 1 ASDC deployResourceStructure 2022-02-07T04:18:25.967Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-02-07T04:18:25.967Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-02-07T04:18:25.967Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T04:18:25.968Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:18:25.969Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:18:25.969Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207505967, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-02-07T04:18:26.070Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:18:26.071Z||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. 2022-02-07T04:18:26.071Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:18:26.081Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:18:26.081Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:18:26.970Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-02-07T04:18:26.971Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-02-07T04:18:26.971Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T04:18:26.971Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:18:26.972Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:18:26.972Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207506970, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-02-07T04:18:27.073Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:18:27.073Z||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. 2022-02-07T04:18:27.073Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:18:27.083Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:18:27.083Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:18:27.973Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-02-07T04:18:27.974Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-02-07T04:18:27.974Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T04:18:27.974Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:18:27.977Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:18:27.977Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207507973, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-02-07T04:18:28.077Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-07T04:18:28.078Z||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. 2022-02-07T04:18:28.078Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:18:28.088Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:18:28.089Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-02-07T04:18:28.979Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-02-07T04:18:28.979Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-02-07T04:18:28.979Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T04:18:28.979Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:18:28.982Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:18:28.982Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207508978, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:18:29.082Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:18:29.083Z||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. 2022-02-07T04:18:29.083Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:18:29.094Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:18:29.094Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-02-07T04:18:29.982Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a051453-8fe3-4b86-9b99-af03c52eaa86 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:18:29.991Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a051453-8fe3-4b86-9b99-af03c52eaa86 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:18:29.994Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:18:29.994Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-07T04:18:29.994Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-07T04:18:29.994Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-07T04:18:29.994Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:18:29.994Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:18:29.994Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:18:29.994Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:18:29.994Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:18:29.994Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:18:29.994Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:18:29.994Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-07T04:18:29.999Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-07T04:18:36.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:18:36.727Z||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. 2022-02-07T04:18:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:18:36.748Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:18:36.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:18:36.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "clamp", "timestamp": 1644207336422, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:18:36.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:18:36.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:18:36.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "clamp", "timestamp": 1644207336422, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-02-07T04:18:36.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:18:36.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:18:36.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "clamp", "timestamp": 1644207336422, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:18:36.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:18:36.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:18:36.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "clamp", "timestamp": 1644207336422, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:18:36.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:18:36.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:18:36.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "clamp", "timestamp": 1644207336422, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:18:36.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:18:36.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:18:36.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "clamp", "timestamp": 1644207336422, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-07T04:18:36.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:18:36.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:18:36.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "clamp", "timestamp": 1644207336422, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:18:36.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:18:36.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:18:36.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "clamp", "timestamp": 1644207336422, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:18:36.752Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:18:36.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:18:36.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "clamp", "timestamp": 1644207353798, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:18:36.752Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:18:36.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:18:36.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "clamp", "timestamp": 1644207356802, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:18:36.752Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:18:36.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:18:36.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "clamp", "timestamp": 1644207357805, "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=? 2022-02-07T04:18:36.757Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bbea0a95-9e29-489e-b57c-a6c15ab0e7ab 2022-02-07T04:18:36.757Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbea0a95-9e29-489e-b57c-a6c15ab0e7ab 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 (?, ?, ?, ?, ?) 2022-02-07T04:18:36.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:18:36.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207378661, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-07T04:18:36.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:18:36.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:18:36.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:18:36.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:18:36.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:18:36.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-02-07T04:18:36.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:18:36.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:18:36.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-02-07T04:18:36.765Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:18:36.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:18:36.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:18:36.765Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:18:36.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:18:36.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-02-07T04:18:36.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:18:36.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:18:36.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:18:36.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:18:36.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:18:36.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:18:36.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-02-07T04:18:36.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:18:36.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207391226, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:18:36.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:18:36.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:18:36.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207393341, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-07T04:18:36.768Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:18:36.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:18:36.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207394511, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-02-07T04:18:36.768Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:18:36.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-02-07T04:18:36.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207395563, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-02-07T04:18:36.768Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:18:59.999Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0a051453-8fe3-4b86-9b99-af03c52eaa86 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=? 2022-02-07T04:19:00.003Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0a051453-8fe3-4b86-9b99-af03c52eaa86 and serviceModelVersionId: 8998f68a-68b2-4fcc-8592-8730beb32939 2022-02-07T04:19:00.004Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8c8a2042-b74e-4657-8ba4-794e6b83f6ce 2022-02-07T04:19:00.004Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8c8a2042-b74e-4657-8ba4-794e6b83f6ce/model-vers/model-ver/8998f68a-68b2-4fcc-8592-8730beb32939?depth=0 2022-02-07T04:19:00.009Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-02-07T04:19:00.036Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8a2042-b74e-4657-8ba4-794e6b83f6ce/model-vers/model-ver/8998f68a-68b2-4fcc-8592-8730beb32939?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]} 2022-02-07T04:19:00.036Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8a2042-b74e-4657-8ba4-794e6b83f6ce/model-vers/model-ver/8998f68a-68b2-4fcc-8592-8730beb32939?depth=0|INFO|500||Invoke 2022-02-07T04:19:00.057Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8a2042-b74e-4657-8ba4-794e6b83f6ce/model-vers/model-ver/8998f68a-68b2-4fcc-8592-8730beb32939?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-07T04:19:00.124Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8a2042-b74e-4657-8ba4-794e6b83f6ce/model-vers/model-ver/8998f68a-68b2-4fcc-8592-8730beb32939?depth=0|INFO|500||InvokeReturn 2022-02-07T04:19:00.125Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c8a2042-b74e-4657-8ba4-794e6b83f6ce/model-vers/model-ver/8998f68a-68b2-4fcc-8592-8730beb32939?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220207-04:19:00:061-71174], vertex-id=[458864], Content-Length=[0], Date=[Mon, 07 Feb 2022 04:19:00 GMT], Content-Type=[application/json]} 2022-02-07T04:19:00.125Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-02-07T04:19:00.125Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-07T04:19:00.126Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:19:00.130Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-07T04:19:00.131Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0a051453-8fe3-4b86-9b99-af03c52eaa86 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-07T04:19:00.131Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-07T04:19:00.131Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:19:00.133Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:19:00.133Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207540131, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-07T04:19:00.234Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:19:00.235Z||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. 2022-02-07T04:19:00.235Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:19:00.251Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:19:00.251Z||pool-83-thread-1|||||INFO|500||cambria reply ok (17 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=? 2022-02-07T04:19:01.145Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-07T04:19:01.145Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"bbea0a95-9e29-489e-b57c-a6c15ab0e7ab","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"4eacebad-8e09-4d1d-97e7-38ed51d7f9de","serviceDescription":"service","serviceInvariantUUID":"8f41c6bc-ee8c-46dd-a036-5ec4d7820884","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a6694462-43c5-408a-9add-50b4e31963c7","resourceInvariantUUID":"674bf810-e38d-4b26-a7a8-b25278f86baa","resourceCustomizationUUID":"7633a4ca-302e-4f72-9874-b2afa7342f15","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"OGFiYzM3MmJiMzJiMDRlOTcwOTY4NWJhNDUyNTVlODQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7144efce-e1a2-42ba-bb2d-cb471fabf92f","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"MWFhYmRhZDEzYzBkYmE2NDNmNGQ5MzYzY2IyNzUwZDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7c5999a1-04a3-40f5-9c50-11dc7157bf6c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"89b6a0b6-c65a-4e55-8c43-faded9dc5599","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cfa80e3b-b201-47af-832a-6a9e436f7301","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4e5c0d2b-1246-452b-a66f-61d5b6964578","artifactVersion":"2","generatedFromUUID":"89b6a0b6-c65a-4e55-8c43-faded9dc5599"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"MDYxNTM3NjQyZmIwMTAxYTIyNjAxMmFlNTNjYWM3Yjc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c00e5788-9595-43da-8b0a-af100a8cd930","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"MmI1MDljMmM1YTNjOWY3NzYxODg1MWU2MGQxOWVmMTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"17b866aa-dadd-4111-8ad8-2049533d16f6","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZWE3Nzk3MGI2ZDNkOWE1ZGE3ZDBiNjQwOTIyNmNhZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9d2fb1cd-a52f-42aa-8818-3e585018bbfc","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-07T04:19:01.145Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:19:01.146Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:19:01.148Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:19:01.148Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:19:01.248Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:19:01.249Z||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. 2022-02-07T04:19:01.249Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:19:01.260Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:19:01.260Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:19:02.148Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:19:02.149Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:19:02.151Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:19:02.152Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-02-07T04:19:02.252Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:19:02.253Z||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. 2022-02-07T04:19:02.253Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:19:02.264Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:19:02.264Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:19:03.155Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:19:03.156Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:19:03.160Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:19:03.160Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-02-07T04:19:03.260Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:19:03.261Z||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. 2022-02-07T04:19:03.262Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:19:03.274Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:19:03.275Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:19:04.161Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:19:04.162Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:19:04.164Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:19:04.164Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:19:04.264Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:19:04.265Z||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. 2022-02-07T04:19:04.265Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:19:04.276Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:19:04.276Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:19:05.164Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:19:05.165Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:19:05.167Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:19:05.167Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-02-07T04:19:05.268Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:19:05.268Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:19:05.268Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:19:05.279Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:19:05.280Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:19:06.168Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:19:06.169Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:19:06.171Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:19:06.171Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-07T04:19:06.271Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:19:06.273Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:19:06.273Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:19:06.283Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:19:06.283Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:19:07.172Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:19:07.173Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:19:07.175Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:19:07.175Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:19:07.275Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:19:07.276Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:19:07.276Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:19:07.287Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:19:07.287Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:19:08.176Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:19:08.177Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:19:08.180Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:19:08.180Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:19:08.280Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:19:08.281Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:19:08.281Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:19:08.292Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:19:08.293Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-02-07T04:19:09.181Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "4eacebad-8e09-4d1d-97e7-38ed51d7f9de", "serviceDescription": "service", "serviceInvariantUUID": "8f41c6bc-ee8c-46dd-a036-5ec4d7820884", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "7633a4ca-302e-4f72-9874-b2afa7342f15", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a6694462-43c5-408a-9add-50b4e31963c7", "resourceInvariantUUID": "674bf810-e38d-4b26-a7a8-b25278f86baa", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "MWFhYmRhZDEzYzBkYmE2NDNmNGQ5MzYzY2IyNzUwZDY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7c5999a1-04a3-40f5-9c50-11dc7157bf6c", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "89b6a0b6-c65a-4e55-8c43-faded9dc5599", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4e5c0d2b-1246-452b-a66f-61d5b6964578", "generatedFromUUID": "89b6a0b6-c65a-4e55-8c43-faded9dc5599" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4e5c0d2b-1246-452b-a66f-61d5b6964578", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZWE3Nzk3MGI2ZDNkOWE1ZGE3ZDBiNjQwOTIyNmNhZmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9d2fb1cd-a52f-42aa-8818-3e585018bbfc" } ], "workloadContext": "Production" } 2022-02-07T04:19:09.182Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-07T04:19:09.182Z|0a051453-8fe3-4b86-9b99-af03c52eaa86|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4eacebad-8e09-4d1d-97e7-38ed51d7f9de ASDC 2022-02-07T04:19:09.182Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:bbea0a95-9e29-489e-b57c-a6c15ab0e7ab ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:4eacebad-8e09-4d1d-97e7-38ed51d7f9de ServiceInvariantUUID:8f41c6bc-ee8c-46dd-a036-5ec4d7820884 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:9d2fb1cd-a52f-42aa-8818-3e585018bbfc ArtifactChecksum:ZWE3Nzk3MGI2ZDNkOWE1ZGE3ZDBiNjQwOTIyNmNhZmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:7633a4ca-302e-4f72-9874-b2afa7342f15 ResourceInvariantUUID:674bf810-e38d-4b26-a7a8-b25278f86baa ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:a6694462-43c5-408a-9add-50b4e31963c7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:7c5999a1-04a3-40f5-9c50-11dc7157bf6c ArtifactChecksum:MWFhYmRhZDEzYzBkYmE2NDNmNGQ5MzYzY2IyNzUwZDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:89b6a0b6-c65a-4e55-8c43-faded9dc5599 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:4e5c0d2b-1246-452b-a66f-61d5b6964578 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:4e5c0d2b-1246-452b-a66f-61d5b6964578 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-02-07T04:19:09.182Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4eacebad-8e09-4d1d-97e7-38ed51d7f9de 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=? 2022-02-07T04:19:09.208Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-07T04:19:09.208Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-07T04:19:09.209Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-07T04:19:09.209Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9d2fb1cd-a52f-42aa-8818-3e585018bbfc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-02-07T04:19:09.209Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T04:19:09.209Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-02-07T04:19:09.340Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T04:19:09.346Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 9d2fb1cd-a52f-42aa-8818-3e585018bbfc 78790 2022-02-07T04:19:09.347Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-02-07T04:19:09.347Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-02-07T04:19:09.347Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T04:19:09.347Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:19:09.350Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:19:09.350Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207549347, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:19:09.450Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:19:09.451Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:19:09.451Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:19:09.462Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:19:09.463Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:19:10.351Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-07T04:19:10.352Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-07T04:19:10.352Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9d2fb1cd-a52f-42aa-8818-3e585018bbfc, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-02-07T04:19:10.352Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-02-07T04:19:10.352Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-02-07T04:19:10.353Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-02-07T04:19:10.475Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16098434237739965044/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-02-07T04:19:11.329Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-07T04:19:11.330Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-02-07T04:19:11.330Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-02-07T04:19:11.330Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-02-07T04:19:11.330Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-02-07T04:19:11.330Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-02-07T04:19:11.330Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-02-07T04:19:11.330Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-02-07T04:19:11.330Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-02-07T04:19:11.330Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-02-07T04:19:11.330Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-02-07T04:19:11.330Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-02-07T04:19:11.330Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-02-07T04:19:11.330Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-02-07T04:19:11.330Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:19:11.330Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:19:11.330Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-02-07T04:19:11.331Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-02-07T04:19:11.331Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-07T04:19:11.331Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:19:11.331Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:19:11.331Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-02-07T04:19:11.331Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-02-07T04:19:11.331Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-07T04:19:11.331Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:19:11.331Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:19:11.331Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:19:11.332Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-02-07T04:19:11.332Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-02-07T04:19:11.332Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-02-07T04:19:11.332Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-02-07T04:19:11.332Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-02-07T04:19:11.332Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-02-07T04:19:11.332Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:19:11.332Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-07T04:19:11.332Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:19:11.332Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-02-07T04:19:11.332Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T04:19:11.333Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:19:11.333Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-02-07T04:19:11.333Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T04:19:11.333Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:19:11.333Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-02-07T04:19:11.333Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T04:19:11.333Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:19:11.333Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-02-07T04:19:11.333Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-02-07T04:19:11.333Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-02-07T04:19:11.333Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=568b856f-e5a9-441d-be6b-c0e41260c6e4 2022-02-07T04:19:11.334Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:19:11.334Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:19:11.334Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:19:11.334Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:19:11.334Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:19:11.334Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:19:11.334Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:19:11.334Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:19:11.334Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:4eacebad-8e09-4d1d-97e7-38ed51d7f9de Model Version:NULL Model InvariantUuid:8f41c6bc-ee8c-46dd-a036-5ec4d7820884 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:e1295cc3-0058-49c4-83f9-8072cef4f2c3 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:674bf810-e38d-4b26-a7a8-b25278f86baa Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7633a4ca-302e-4f72-9874-b2afa7342f15 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6389c391-ec22-4a42-acef-ca65871f12b8 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:b09f1288-980a-4605-9d02-b6cb179386ff ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:568b856f-e5a9-441d-be6b-c0e41260c6e4 ModelInvariantUuid:cb56ab57-4376-484d-bcbd-7b7909a88f94 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:9f31198f-81c1-465f-b6d9-76d535cf2a47 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:90148d1d-f940-4b8b-9103-0a3f6a5c41fa ModelInvariantUuid:d87cfaed-99a7-4568-8cb5-6e61c90ca866 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:4b1cd896-e46a-482e-a12d-45278783bf75 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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-02-07T04:19:11.341Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a6694462-43c5-408a-9add-50b4e31963c7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:19:11.343Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||basic_vm_macro 0 2022-02-07T04:19:11.343Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a6694462-43c5-408a-9add-50b4e31963c7 2022-02-07T04:19:11.344Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7c5999a1-04a3-40f5-9c50-11dc7157bf6c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-02-07T04:19:11.344Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T04:19:11.344Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-02-07T04:19:11.507Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T04:19:11.508Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 7c5999a1-04a3-40f5-9c50-11dc7157bf6c 792 2022-02-07T04:19:11.508Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-02-07T04:19:11.508Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-02-07T04:19:11.508Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T04:19:11.509Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:19:11.511Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:19:11.511Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207551508, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-07T04:19:11.611Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:19:11.613Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:19:11.613Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:19:11.624Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:19:11.625Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:19:12.511Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "6389c391-ec22-4a42-acef-ca65871f12b8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b09f1288-980a-4605-9d02-b6cb179386ff", "vfModuleModelCustomizationUUID": "7e364c33-702e-4e46-9a61-2fe968480014", "isBase": true, "artifacts": [ "89b6a0b6-c65a-4e55-8c43-faded9dc5599", "4e5c0d2b-1246-452b-a66f-61d5b6964578" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-02-07T04:19:12.516Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b09f1288-980a-4605-9d02-b6cb179386ff VfModuleModelInvariantUUID:6389c391-ec22-4a42-acef-ca65871f12b8 VfModuleModelDescription:NULL Artifacts UUID List:{ 89b6a0b6-c65a-4e55-8c43-faded9dc5599 , 4e5c0d2b-1246-452b-a66f-61d5b6964578 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-02-07T04:19:12.519Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "6389c391-ec22-4a42-acef-ca65871f12b8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b09f1288-980a-4605-9d02-b6cb179386ff", "vfModuleModelCustomizationUUID": "7e364c33-702e-4e46-9a61-2fe968480014", "isBase": true, "artifacts": [ "89b6a0b6-c65a-4e55-8c43-faded9dc5599", "4e5c0d2b-1246-452b-a66f-61d5b6964578" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-02-07T04:19:12.519Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b09f1288-980a-4605-9d02-b6cb179386ff VfModuleModelInvariantUUID:6389c391-ec22-4a42-acef-ca65871f12b8 VfModuleModelDescription:NULL Artifacts UUID List:{ 89b6a0b6-c65a-4e55-8c43-faded9dc5599 , 4e5c0d2b-1246-452b-a66f-61d5b6964578 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-02-07T04:19:12.520Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 89b6a0b6-c65a-4e55-8c43-faded9dc5599 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-02-07T04:19:12.520Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T04:19:12.520Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-02-07T04:19:12.705Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T04:19:12.705Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 89b6a0b6-c65a-4e55-8c43-faded9dc5599 5033 2022-02-07T04:19:12.706Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-02-07T04:19:12.706Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-02-07T04:19:12.706Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T04:19:12.706Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:19:12.708Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:19:12.708Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207552706, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-02-07T04:19:12.808Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:19:12.809Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:19:12.809Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:19:12.820Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:19:12.820Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:19:13.709Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4e5c0d2b-1246-452b-a66f-61d5b6964578 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-02-07T04:19:13.709Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T04:19:13.710Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-02-07T04:19:13.827Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T04:19:13.828Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 4e5c0d2b-1246-452b-a66f-61d5b6964578 903 2022-02-07T04:19:13.828Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-02-07T04:19:13.828Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-02-07T04:19:13.828Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T04:19:13.829Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:19:13.831Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:19:13.831Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207553828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-02-07T04:19:13.931Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:19:13.934Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:19:13.934Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:19:13.946Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:19:13.946Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:19:14.831Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 4eacebad-8e09-4d1d-97e7-38ed51d7f9de 2022-02-07T04:19:14.832Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 a6694462-43c5-408a-9add-50b4e31963c7 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:19:14.842Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36e3a1f7, org.onap.sdc.toscaparser.api.parameters.Input@3b456339, org.onap.sdc.toscaparser.api.parameters.Input@1b82f11d, org.onap.sdc.toscaparser.api.parameters.Input@66aa4a19, org.onap.sdc.toscaparser.api.parameters.Input@4d6da322] 2022-02-07T04:19:14.843Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:19:14.843Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:19:14.843Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-02-07T04:19:14.843Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 7633a4ca-302e-4f72-9874-b2afa7342f15 2022-02-07T04:19:14.843Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7633a4ca-302e-4f72-9874-b2afa7342f15 matches Tosca VF Customization UUID: 7633a4ca-302e-4f72-9874-b2afa7342f15 2022-02-07T04:19:14.844Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 7633a4ca-302e-4f72-9874-b2afa7342f15 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-02-07T04:19:14.845Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:19:14.845Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:19:14.846Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 7633a4ca-302e-4f72-9874-b2afa7342f15: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-02-07T04:19:14.846Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65692702 2022-02-07T04:19:14.846Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:19:14.846Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-07T04:19:14.846Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7e364c33-702e-4e46-9a61-2fe968480014 2022-02-07T04:19:14.847Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7e364c33-702e-4e46-9a61-2fe968480014 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-02-07T04:19:14.848Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:19:14.848Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-02-07T04:19:14.848Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T04:19:14.848Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:19:14.848Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-02-07T04:19:14.849Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T04:19:14.849Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:19:14.849Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-02-07T04:19:14.849Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-02-07T04:19:14.849Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-02-07T04:19:14.849Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=568b856f-e5a9-441d-be6b-c0e41260c6e4 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-02-07T04:19:14.850Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:19:14.851Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-02-07T04:19:14.851Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T04:19:14.851Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:19:14.851Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-02-07T04:19:14.851Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7633a4ca-302e-4f72-9874-b2afa7342f15 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:19:14.852Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:19:14.852Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:19:14.852Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 4eacebad-8e09-4d1d-97e7-38ed51d7f9de: basic_vm_macro 2022-02-07T04:19:14.852Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:19:14.852Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:19:14.852Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:19:14.853Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:19:14.853Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:19:14.853Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:19:14.853Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:19:14.853Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:19:14.853Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:19:14.853Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:19:14.853Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?) 2022-02-07T04:19:14.924Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro a6694462-43c5-408a-9add-50b4e31963c7 1 ASDC deployResourceStructure 2022-02-07T04:19:14.924Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-02-07T04:19:14.924Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-02-07T04:19:14.924Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T04:19:14.925Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:19:14.927Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:19:14.927Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207554924, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-02-07T04:19:15.027Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:19:15.028Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:19:15.028Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:19:15.039Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:19:15.039Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:19:15.927Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-02-07T04:19:15.928Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-02-07T04:19:15.928Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T04:19:15.929Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:19:15.930Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:19:15.931Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207555927, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-02-07T04:19:16.031Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:19:16.032Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:19:16.032Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:19:16.048Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:19:16.049Z||pool-97-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-02-07T04:19:16.931Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-02-07T04:19:16.932Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-02-07T04:19:16.932Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T04:19:16.932Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:19:16.934Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:19:16.934Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207556931, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-02-07T04:19:17.034Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:19:17.035Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:19:17.035Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:19:17.051Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:19:17.051Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:19:17.935Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-02-07T04:19:17.935Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-02-07T04:19:17.935Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T04:19:17.936Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:19:17.938Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:19:17.938Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207557935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:19:18.038Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:19:18.039Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:19:18.039Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:19:18.062Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:19:18.064Z||pool-99-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:19:18.939Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbea0a95-9e29-489e-b57c-a6c15ab0e7ab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:19:18.950Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbea0a95-9e29-489e-b57c-a6c15ab0e7ab Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:19:18.952Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:19:18.952Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-07T04:19:18.952Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-07T04:19:18.952Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-07T04:19:18.952Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:19:18.952Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:19:18.952Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:19:18.952Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:19:18.952Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:19:18.952Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:19:18.952Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-07T04:19:18.957Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-07T04:19:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:19:36.728Z||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. 2022-02-07T04:19:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:19:36.752Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:19:36.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:19:36.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207396653, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-02-07T04:19:36.753Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:19:36.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:19:36.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207397656, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-02-07T04:19:36.754Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:19:36.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:19:36.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207398661, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-02-07T04:19:36.754Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:19:36.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:19:36.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207399665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:19:36.754Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:19:48.957Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bbea0a95-9e29-489e-b57c-a6c15ab0e7ab 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=? 2022-02-07T04:19:48.961Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bbea0a95-9e29-489e-b57c-a6c15ab0e7ab and serviceModelVersionId: 4eacebad-8e09-4d1d-97e7-38ed51d7f9de 2022-02-07T04:19:48.961Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8f41c6bc-ee8c-46dd-a036-5ec4d7820884 2022-02-07T04:19:48.962Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8f41c6bc-ee8c-46dd-a036-5ec4d7820884/model-vers/model-ver/4eacebad-8e09-4d1d-97e7-38ed51d7f9de?depth=0 2022-02-07T04:19:48.967Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-02-07T04:19:48.997Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f41c6bc-ee8c-46dd-a036-5ec4d7820884/model-vers/model-ver/4eacebad-8e09-4d1d-97e7-38ed51d7f9de?depth=0|INFO|500||Invoke 2022-02-07T04:19:48.997Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f41c6bc-ee8c-46dd-a036-5ec4d7820884/model-vers/model-ver/4eacebad-8e09-4d1d-97e7-38ed51d7f9de?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f41c6bc-ee8c-46dd-a036-5ec4d7820884/model-vers/model-ver/4eacebad-8e09-4d1d-97e7-38ed51d7f9de?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bbea0a95-9e29-489e-b57c-a6c15ab0e7ab], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9e121270-25f0-40d5-b605-ecb01224a94e], X-ECOMP-RequestID=[bbea0a95-9e29-489e-b57c-a6c15ab0e7ab], X-TransactionId=[], X-ONAP-RequestID=[bbea0a95-9e29-489e-b57c-a6c15ab0e7ab], Content-Type=[application/merge-patch+json]} 2022-02-07T04:19:49.014Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f41c6bc-ee8c-46dd-a036-5ec4d7820884/model-vers/model-ver/4eacebad-8e09-4d1d-97e7-38ed51d7f9de?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-07T04:19:49.266Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f41c6bc-ee8c-46dd-a036-5ec4d7820884/model-vers/model-ver/4eacebad-8e09-4d1d-97e7-38ed51d7f9de?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f41c6bc-ee8c-46dd-a036-5ec4d7820884/model-vers/model-ver/4eacebad-8e09-4d1d-97e7-38ed51d7f9de?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220207-04:19:49:019-13718], vertex-id=[278656], Content-Length=[0], Date=[Mon, 07 Feb 2022 04:19:49 GMT], Content-Type=[application/json]} 2022-02-07T04:19:49.267Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f41c6bc-ee8c-46dd-a036-5ec4d7820884/model-vers/model-ver/4eacebad-8e09-4d1d-97e7-38ed51d7f9de?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-02-07T04:19:49.267Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f41c6bc-ee8c-46dd-a036-5ec4d7820884/model-vers/model-ver/4eacebad-8e09-4d1d-97e7-38ed51d7f9de?depth=0|INFO|500||InvokeReturn 2022-02-07T04:19:49.267Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-07T04:19:49.267Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:19:49.270Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-07T04:19:49.270Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bbea0a95-9e29-489e-b57c-a6c15ab0e7ab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-07T04:19:49.270Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-07T04:19:49.270Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:19:49.272Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:19:49.272Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207589270, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-07T04:19:49.372Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:19:49.373Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:19:49.374Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:19:49.385Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:19:49.385Z||pool-100-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=? 2022-02-07T04:19:50.285Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:19:50.286Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:19:50.286Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:19:54.604Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:19:54.605Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-07T04:19:54.605Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"5738235d-be0c-485b-9586-f7f5de7dc07e","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"c4ea88f5-8377-4e42-958e-bb7552870ece","serviceDescription":"service","serviceInvariantUUID":"d053cea7-9800-4f87-a502-3ec3411e302e","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cf6f54f3-096e-4c5e-8b50-9d0e6ff7c61d","resourceInvariantUUID":"5f76049b-811e-440f-b242-772552fa652e","resourceCustomizationUUID":"cddd2efb-c52c-475e-aeaa-0a0fd37304ad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"OGYzYTdlNjFhNjI5OTBiN2NjODNlMGVkNzJmMmIzNzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e6e49c9a-d7c1-4aaa-8037-ec6eaed636d6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88780ea3-c92f-42f5-b225-19a413303614","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78aae3f4-1b1d-417f-bef6-775d7e600d0c","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"ZmI0ZDU0N2RjYTQ1YjM0ZmYzZmE4YWI1N2ZhMzk5NGY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4cdb0601-c901-435b-8f3e-b69bb99cc8ff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"81127dbb-ee72-4299-bb3e-06cda8560a3a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f43ebf97-908f-4578-b99c-1c7dbe4d5ffe","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"06ae3416-b100-427f-bd99-74e9a2e3bbc4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ZjMzZTczZTNmYTMxYTlmNTcwOTNmZTEzNDJkOGYyM2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"381f1062-d616-405a-9741-6056868af66e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MTFiNjE5YWQzOWUwNTYwNTRmMDdiOWUzZThmMTM3Njc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"826b30e1-64bd-4462-9cf4-ce452ad3dd37","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-07T04:19:54.607Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:19:54.608Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:19:54.609Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:19:54.609Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:19:54.710Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-07T04:19:54.710Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:19:54.711Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:19:54.722Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:19:54.722Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:19:55.610Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:19:55.611Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:19:55.613Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:19:55.613Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:19:55.714Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:19:55.714Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:19:55.714Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:19:55.726Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:19:55.726Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:19:56.614Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:19:56.615Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:19:56.616Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:19:56.617Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:19:56.717Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:19:56.717Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:19:56.718Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:19:56.729Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:19:56.729Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:19:57.617Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:19:57.618Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:19:57.620Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:19:57.620Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-07T04:19:57.720Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:19:57.721Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:19:57.722Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:19:57.735Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:19:57.735Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:19:58.624Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:19:58.624Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:19:58.627Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:19:58.628Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:19:58.728Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:19:58.730Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:19:58.730Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:19:58.741Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:19:58.741Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:19:59.628Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:19:59.629Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:19:59.631Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:19:59.631Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:19:59.731Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:19:59.732Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:19:59.732Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:19:59.744Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:19:59.744Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:20:00.631Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:20:00.632Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:20:00.634Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:20:00.634Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:00.735Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:20:00.735Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:20:00.736Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:20:00.746Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:20:00.747Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:20:01.635Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:20:01.636Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:20:01.637Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:20:01.637Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:01.738Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:20:01.739Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:20:01.739Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:20:01.751Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:20:01.751Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:20:02.638Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:20:02.639Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:20:02.640Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:20:02.640Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:20:02.741Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:20:02.742Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:20:02.742Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:20:02.754Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:20:02.754Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:20:03.642Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "c4ea88f5-8377-4e42-958e-bb7552870ece", "serviceDescription": "service", "serviceInvariantUUID": "d053cea7-9800-4f87-a502-3ec3411e302e", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "cddd2efb-c52c-475e-aeaa-0a0fd37304ad", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "cf6f54f3-096e-4c5e-8b50-9d0e6ff7c61d", "resourceInvariantUUID": "5f76049b-811e-440f-b242-772552fa652e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "MTFiNjE5YWQzOWUwNTYwNTRmMDdiOWUzZThmMTM3Njc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "826b30e1-64bd-4462-9cf4-ce452ad3dd37" } ], "workloadContext": "Production" } 2022-02-07T04:20:03.643Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-07T04:20:03.643Z|bbea0a95-9e29-489e-b57c-a6c15ab0e7ab|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c4ea88f5-8377-4e42-958e-bb7552870ece ASDC 2022-02-07T04:20:03.643Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:5738235d-be0c-485b-9586-f7f5de7dc07e ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:c4ea88f5-8377-4e42-958e-bb7552870ece ServiceInvariantUUID:d053cea7-9800-4f87-a502-3ec3411e302e ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:826b30e1-64bd-4462-9cf4-ce452ad3dd37 ArtifactChecksum:MTFiNjE5YWQzOWUwNTYwNTRmMDdiOWUzZThmMTM3Njc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:cddd2efb-c52c-475e-aeaa-0a0fd37304ad ResourceInvariantUUID:5f76049b-811e-440f-b242-772552fa652e ResourceName:test-pnf ResourceType:PNF ResourceUUID:cf6f54f3-096e-4c5e-8b50-9d0e6ff7c61d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-02-07T04:20:03.644Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c4ea88f5-8377-4e42-958e-bb7552870ece ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-02-07T04:20:03.669Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-07T04:20:03.670Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-07T04:20:03.670Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-07T04:20:03.670Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 826b30e1-64bd-4462-9cf4-ce452ad3dd37 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-02-07T04:20:03.670Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T04:20:03.671Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-02-07T04:20:03.738Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T04:20:03.744Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 826b30e1-64bd-4462-9cf4-ce452ad3dd37 105633 2022-02-07T04:20:03.745Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-02-07T04:20:03.745Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-02-07T04:20:03.745Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T04:20:03.745Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:20:03.747Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:20:03.747Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207603745, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:20:03.847Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:20:03.848Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:20:03.848Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:20:03.860Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:20:03.860Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-02-07T04:20:04.747Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-07T04:20:04.749Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-07T04:20:04.749Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 826b30e1-64bd-4462-9cf4-ce452ad3dd37, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-02-07T04:20:04.749Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-02-07T04:20:04.750Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-02-07T04:20:04.750Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-02-07T04:20:04.844Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9146510595359623753/Definitions/service-TestPnfMacro-template.yml 2022-02-07T04:20:05.414Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-07T04:20:05.414Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-02-07T04:20:05.414Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-02-07T04:20:05.414Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-02-07T04:20:05.414Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-02-07T04:20:05.414Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-02-07T04:20:05.414Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-02-07T04:20:05.414Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-02-07T04:20:05.415Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-02-07T04:20:05.415Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-02-07T04:20:05.415Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-02-07T04:20:05.415Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-02-07T04:20:05.415Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:20:05.415Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:20:05.415Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-02-07T04:20:05.415Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-02-07T04:20:05.415Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-07T04:20:05.415Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:20:05.416Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:20:05.416Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-02-07T04:20:05.416Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-02-07T04:20:05.416Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-07T04:20:05.416Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:20:05.416Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:20:05.416Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:20:05.416Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:20:05.416Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:20:05.416Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:20:05.416Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:20:05.416Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:20:05.417Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:20:05.417Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:20:05.417Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:c4ea88f5-8377-4e42-958e-bb7552870ece Model Version:NULL Model InvariantUuid:d053cea7-9800-4f87-a502-3ec3411e302e 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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-02-07T04:20:05.422Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: cf6f54f3-096e-4c5e-8b50-9d0e6ff7c61d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:20:05.424Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||test-pnf 0 2022-02-07T04:20:05.424Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cf6f54f3-096e-4c5e-8b50-9d0e6ff7c61d 2022-02-07T04:20:05.424Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||No resources found for Service: c4ea88f5-8377-4e42-958e-bb7552870ece 2022-02-07T04:20:05.424Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: c4ea88f5-8377-4e42-958e-bb7552870ece 2022-02-07T04:20:05.424Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 cf6f54f3-096e-4c5e-8b50-9d0e6ff7c61d ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:20:05.428Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52693bfc, org.onap.sdc.toscaparser.api.parameters.Input@36b28c0c, org.onap.sdc.toscaparser.api.parameters.Input@6d4ab2f8, org.onap.sdc.toscaparser.api.parameters.Input@3468cc3d, org.onap.sdc.toscaparser.api.parameters.Input@2f45a797] 2022-02-07T04:20:05.428Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:20:05.428Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:20:05.428Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid c4ea88f5-8377-4e42-958e-bb7552870ece: test-pnf 2022-02-07T04:20:05.428Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||Processing PNF resource: cf6f54f3-096e-4c5e-8b50-9d0e6ff7c61d 2022-02-07T04:20:05.429Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:20:05.429Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:20:05.429Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||Resource customization UUID: cddd2efb-c52c-475e-aeaa-0a0fd37304ad is the same as notified resource customizationUUID: cddd2efb-c52c-475e-aeaa-0a0fd37304ad Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_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 (?, ?) 2022-02-07T04:20:05.456Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf cf6f54f3-096e-4c5e-8b50-9d0e6ff7c61d 0 ASDC deployResourceStructure 2022-02-07T04:20:05.456Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-02-07T04:20:05.456Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-02-07T04:20:05.456Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T04:20:05.457Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:20:05.458Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:20:05.458Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207605456, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:20:05.558Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:20:05.559Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:20:05.560Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:20:05.571Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:20:05.572Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:20:06.459Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5738235d-be0c-485b-9586-f7f5de7dc07e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:20:06.470Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5738235d-be0c-485b-9586-f7f5de7dc07e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:20:06.472Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:20:06.472Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-07T04:20:06.472Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-07T04:20:36.472Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5738235d-be0c-485b-9586-f7f5de7dc07e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:20:36.484Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5738235d-be0c-485b-9586-f7f5de7dc07e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:20:36.486Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:20:36.486Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-07T04:20:36.487Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-07T04:20:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:20:36.728Z||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. 2022-02-07T04:20:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:20:36.755Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:20:36.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "dcae-sch", "timestamp": 1644207470816, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "ves-openapi-manager", "timestamp": 1644207476335, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "aai-ml", "timestamp": 1644207477772, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "cds", "timestamp": 1644207478208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "dcae-sch", "timestamp": 1644207470816, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "ves-openapi-manager", "timestamp": 1644207476335, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "aai-ml", "timestamp": 1644207477772, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "cds", "timestamp": 1644207478208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "dcae-sch", "timestamp": 1644207470816, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "ves-openapi-manager", "timestamp": 1644207476335, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "aai-ml", "timestamp": 1644207477772, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "cds", "timestamp": 1644207478208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "dcae-sch", "timestamp": 1644207470816, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "ves-openapi-manager", "timestamp": 1644207476335, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "aai-ml", "timestamp": 1644207477772, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "cds", "timestamp": 1644207478208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "dcae-sch", "timestamp": 1644207470816, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "ves-openapi-manager", "timestamp": 1644207476335, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "aai-ml", "timestamp": 1644207477772, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "cds", "timestamp": 1644207478208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "dcae-sch", "timestamp": 1644207470816, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "ves-openapi-manager", "timestamp": 1644207476335, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "aai-ml", "timestamp": 1644207477772, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "cds", "timestamp": 1644207478208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "dcae-sch", "timestamp": 1644207470816, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "ves-openapi-manager", "timestamp": 1644207476335, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-02-07T04:20:36.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "aai-ml", "timestamp": 1644207477772, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "cds", "timestamp": 1644207478208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "dcae-sch", "timestamp": 1644207470816, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "ves-openapi-manager", "timestamp": 1644207476335, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "aai-ml", "timestamp": 1644207477772, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "cds", "timestamp": 1644207478208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "dcae-sch", "timestamp": 1644207470816, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "ves-openapi-manager", "timestamp": 1644207476335, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "aai-ml", "timestamp": 1644207477772, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:20:36.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "multicloud-k8s-id", "timestamp": 1644207485823, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "policy-id", "timestamp": 1644207485828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "cds", "timestamp": 1644207478208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:20:36.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "clamp", "timestamp": 1644207486422, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "ves-openapi-manager", "timestamp": 1644207487428, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-02-07T04:20:36.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:20:36.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "multicloud-k8s-id", "timestamp": 1644207485823, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "policy-id", "timestamp": 1644207485828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "aai-ml", "timestamp": 1644207487546, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:20:36.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:20:36.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "cds", "timestamp": 1644207487929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:20:36.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:20:36.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "clamp", "timestamp": 1644207486422, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "ves-openapi-manager", "timestamp": 1644207488447, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-02-07T04:20:36.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:20:36.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "multicloud-k8s-id", "timestamp": 1644207485823, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "policy-id", "timestamp": 1644207485828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "clamp", "timestamp": 1644207486422, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "cds", "timestamp": 1644207489142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-07T04:20:36.769Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5738235d-be0c-485b-9586-f7f5de7dc07e 2022-02-07T04:20:36.769Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5738235d-be0c-485b-9586-f7f5de7dc07e 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 (?, ?, ?, ?, ?) 2022-02-07T04:20:36.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "ves-openapi-manager", "timestamp": 1644207489449, "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=? 2022-02-07T04:20:36.780Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 5738235d-be0c-485b-9586-f7f5de7dc07e 2022-02-07T04:20:36.780Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5738235d-be0c-485b-9586-f7f5de7dc07e 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 (?, ?, ?, ?, ?) 2022-02-07T04:20:36.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "multicloud-k8s-id", "timestamp": 1644207485823, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "policy-id", "timestamp": 1644207485828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "clamp", "timestamp": 1644207486422, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "multicloud-k8s-id", "timestamp": 1644207485823, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "policy-id", "timestamp": 1644207485828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "05a27c3b-95df-4f22-8ca1-612e4abce8f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207490936, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-07T04:20:36.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:20:36.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "clamp", "timestamp": 1644207486422, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "multicloud-k8s-id", "timestamp": 1644207485823, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "policy-id", "timestamp": 1644207485828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "aai-ml", "timestamp": 1644207491705, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:20:36.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:20:36.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "clamp", "timestamp": 1644207486422, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "multicloud-k8s-id", "timestamp": 1644207485823, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "policy-id", "timestamp": 1644207485828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "aai-ml", "timestamp": 1644207492708, "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=? 2022-02-07T04:20:36.791Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5738235d-be0c-485b-9586-f7f5de7dc07e 2022-02-07T04:20:36.791Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5738235d-be0c-485b-9586-f7f5de7dc07e 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 (?, ?, ?, ?, ?) 2022-02-07T04:20:36.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "clamp", "timestamp": 1644207486422, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "multicloud-k8s-id", "timestamp": 1644207485823, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "policy-id", "timestamp": 1644207485828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-02-07T04:20:36.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "clamp", "timestamp": 1644207486422, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "multicloud-k8s-id", "timestamp": 1644207485823, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:20:36.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "policy-id", "timestamp": 1644207485828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:20:36.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-02-07T04:20:36.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "clamp", "timestamp": 1644207486422, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:20:36.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "policy-id", "timestamp": 1644207495550, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:20:36.798Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:20:36.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "policy-id", "timestamp": 1644207496554, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:20:36.799Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:20:36.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-02-07T04:20:36.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207496563, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "policy-id", "timestamp": 1644207497557, "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=? 2022-02-07T04:20:36.803Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5738235d-be0c-485b-9586-f7f5de7dc07e 2022-02-07T04:20:36.803Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5738235d-be0c-485b-9586-f7f5de7dc07e 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 (?, ?, ?, ?, ?) 2022-02-07T04:20:36.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207496563, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.810Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:20:36.810Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207496563, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.810Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207496563, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.810Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207500674, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:20:36.810Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:20:36.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207496563, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207496563, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207502761, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-07T04:20:36.811Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:20:36.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207496563, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207503827, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-02-07T04:20:36.812Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:20:36.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207496563, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:20:36.812Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "clamp", "timestamp": 1644207504821, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:20:36.812Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:20:36.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207504874, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-02-07T04:20:36.812Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:20:36.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207496563, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:20:36.812Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:20:36.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207505967, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-02-07T04:20:36.812Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:20:36.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207506288, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:20:36.813Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:20:36.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "clamp", "timestamp": 1644207506828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:20:36.813Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:20:36.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207506970, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-02-07T04:20:36.813Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:20:36.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207507828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:20:36.813Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:20:36.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "clamp", "timestamp": 1644207507831, "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=? 2022-02-07T04:20:36.816Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5738235d-be0c-485b-9586-f7f5de7dc07e 2022-02-07T04:20:36.816Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5738235d-be0c-485b-9586-f7f5de7dc07e 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 (?, ?, ?, ?, ?) 2022-02-07T04:20:36.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207507973, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-02-07T04:20:36.822Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:20:36.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207508832, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-07T04:20:36.826Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5738235d-be0c-485b-9586-f7f5de7dc07e 2022-02-07T04:20:36.826Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5738235d-be0c-485b-9586-f7f5de7dc07e and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-02-07T04:20:36.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:20:36.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207508978, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:20:36.833Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:21:06.487Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5738235d-be0c-485b-9586-f7f5de7dc07e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:21:06.497Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5738235d-be0c-485b-9586-f7f5de7dc07e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:21:06.499Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:21:06.499Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-07T04:21:06.499Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-07T04:21:06.499Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-07T04:21:06.499Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:21:06.499Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:21:06.499Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:21:06.500Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:21:06.500Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:21:06.500Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:21:06.500Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:21:06.500Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-07T04:21:06.504Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-07T04:21:36.504Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5738235d-be0c-485b-9586-f7f5de7dc07e 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=? 2022-02-07T04:21:36.513Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5738235d-be0c-485b-9586-f7f5de7dc07e and serviceModelVersionId: c4ea88f5-8377-4e42-958e-bb7552870ece 2022-02-07T04:21:36.513Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d053cea7-9800-4f87-a502-3ec3411e302e 2022-02-07T04:21:36.514Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d053cea7-9800-4f87-a502-3ec3411e302e/model-vers/model-ver/c4ea88f5-8377-4e42-958e-bb7552870ece?depth=0 2022-02-07T04:21:36.519Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-02-07T04:21:36.545Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d053cea7-9800-4f87-a502-3ec3411e302e/model-vers/model-ver/c4ea88f5-8377-4e42-958e-bb7552870ece?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]} 2022-02-07T04:21:36.546Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d053cea7-9800-4f87-a502-3ec3411e302e/model-vers/model-ver/c4ea88f5-8377-4e42-958e-bb7552870ece?depth=0|INFO|500||Invoke 2022-02-07T04:21:36.561Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d053cea7-9800-4f87-a502-3ec3411e302e/model-vers/model-ver/c4ea88f5-8377-4e42-958e-bb7552870ece?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-07T04:21:36.713Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d053cea7-9800-4f87-a502-3ec3411e302e/model-vers/model-ver/c4ea88f5-8377-4e42-958e-bb7552870ece?depth=0|INFO|500||InvokeReturn 2022-02-07T04:21:36.713Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d053cea7-9800-4f87-a502-3ec3411e302e/model-vers/model-ver/c4ea88f5-8377-4e42-958e-bb7552870ece?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220207-04:21:36:567-60940], vertex-id=[176352], Content-Length=[0], Date=[Mon, 07 Feb 2022 04:21:36 GMT], Content-Type=[application/json]} 2022-02-07T04:21:36.714Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-02-07T04:21:36.714Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-07T04:21:36.714Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:21:36.718Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-07T04:21:36.718Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5738235d-be0c-485b-9586-f7f5de7dc07e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-07T04:21:36.719Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-07T04:21:36.719Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:21:36.722Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:21:36.723Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207696718, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-07T04:21:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:21:36.727Z||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. 2022-02-07T04:21:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:21:36.755Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:21:36.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "multicloud-k8s-id", "timestamp": 1644207525823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "cds", "timestamp": 1644207523208, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207526563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "policy-id", "timestamp": 1644207525828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "multicloud-k8s-id", "timestamp": 1644207525823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-02-07T04:21:36.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207526563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "cds", "timestamp": 1644207523208, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "policy-id", "timestamp": 1644207525828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "multicloud-k8s-id", "timestamp": 1644207525823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-02-07T04:21:36.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "cds", "timestamp": 1644207523208, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207526563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "policy-id", "timestamp": 1644207525828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "multicloud-k8s-id", "timestamp": 1644207525823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-02-07T04:21:36.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "cds", "timestamp": 1644207523208, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207526563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "policy-id", "timestamp": 1644207525828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "dcae-sch", "timestamp": 1644207530816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "multicloud-k8s-id", "timestamp": 1644207525823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-02-07T04:21:36.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "cds", "timestamp": 1644207523208, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207526563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "policy-id", "timestamp": 1644207525828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-02-07T04:21:36.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "dcae-sch", "timestamp": 1644207530816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "cds", "timestamp": 1644207523208, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207526563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "multicloud-k8s-id", "timestamp": 1644207525823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "policy-id", "timestamp": 1644207525828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "dcae-sch", "timestamp": 1644207530816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "multicloud-k8s-id", "timestamp": 1644207525823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "cds", "timestamp": 1644207523208, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207526563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "policy-id", "timestamp": 1644207525828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "dcae-sch", "timestamp": 1644207530816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "multicloud-k8s-id", "timestamp": 1644207525823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "cds", "timestamp": 1644207523208, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207526563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "policy-id", "timestamp": 1644207525828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "dcae-sch", "timestamp": 1644207530816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "multicloud-k8s-id", "timestamp": 1644207525823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "cds", "timestamp": 1644207523208, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207526563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "policy-id", "timestamp": 1644207525828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "dcae-sch", "timestamp": 1644207530816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "multicloud-k8s-id", "timestamp": 1644207536621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-07T04:21:36.763Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:21:36.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "cds", "timestamp": 1644207536627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:21:36.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:21:36.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207536628, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:21:36.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:21:36.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "policy-id", "timestamp": 1644207536626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:21:36.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:21:36.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "ves-openapi-manager", "timestamp": 1644207536335, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "dcae-sch", "timestamp": 1644207530816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "cds", "timestamp": 1644207537633, "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 (?, ?, ?, ?, ?) 2022-02-07T04:21:36.775Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 94e77f4c-c29f-4f51-9ef2-21598f4870f5 2022-02-07T04:21:36.775Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94e77f4c-c29f-4f51-9ef2-21598f4870f5 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 (?, ?, ?, ?, ?) 2022-02-07T04:21:36.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "policy-id", "timestamp": 1644207537630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:21:36.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:21:36.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "multicloud-k8s-id", "timestamp": 1644207537679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-02-07T04:21:36.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:21:36.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "ves-openapi-manager", "timestamp": 1644207536335, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "aai-ml", "timestamp": 1644207537772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207538411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:21:36.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:21:36.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "dcae-sch", "timestamp": 1644207530816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "policy-id", "timestamp": 1644207538632, "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=? 2022-02-07T04:21:36.788Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 94e77f4c-c29f-4f51-9ef2-21598f4870f5 2022-02-07T04:21:36.788Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94e77f4c-c29f-4f51-9ef2-21598f4870f5 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 (?, ?, ?, ?, ?) 2022-02-07T04:21:36.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "multicloud-k8s-id", "timestamp": 1644207538762, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-02-07T04:21:36.795Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:21:36.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "ves-openapi-manager", "timestamp": 1644207536335, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "aai-ml", "timestamp": 1644207537772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207539414, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-07T04:21:36.799Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 94e77f4c-c29f-4f51-9ef2-21598f4870f5 2022-02-07T04:21:36.799Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94e77f4c-c29f-4f51-9ef2-21598f4870f5 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-02-07T04:21:36.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "dcae-sch", "timestamp": 1644207530816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.805Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.806Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.806Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "multicloud-k8s-id", "timestamp": 1644207539813, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-02-07T04:21:36.806Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:21:36.806Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.806Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "ves-openapi-manager", "timestamp": 1644207536335, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.806Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.806Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.806Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a051453-8fe3-4b86-9b99-af03c52eaa86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207540131, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-07T04:21:36.806Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:21:36.806Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.806Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "aai-ml", "timestamp": 1644207537772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.806Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.806Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.806Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "multicloud-k8s-id", "timestamp": 1644207540850, "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=? 2022-02-07T04:21:36.811Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 94e77f4c-c29f-4f51-9ef2-21598f4870f5 2022-02-07T04:21:36.812Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94e77f4c-c29f-4f51-9ef2-21598f4870f5 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=? 2022-02-07T04:21:36.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "ves-openapi-manager", "timestamp": 1644207536335, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "aai-ml", "timestamp": 1644207537772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "multicloud-k8s-id", "timestamp": 1644207541852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-02-07T04:21:36.818Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:21:36.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "ves-openapi-manager", "timestamp": 1644207536335, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-02-07T04:21:36.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "aai-ml", "timestamp": 1644207537772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "ves-openapi-manager", "timestamp": 1644207536335, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-02-07T04:21:36.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "aai-ml", "timestamp": 1644207537772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "ves-openapi-manager", "timestamp": 1644207536335, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "aai-ml", "timestamp": 1644207537772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "ves-openapi-manager", "timestamp": 1644207536335, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-02-07T04:21:36.822Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-07T04:21:36.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.822Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:21:36.822Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:21:36.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "aai-ml", "timestamp": 1644207537772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.823Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.824Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "aai-ml", "timestamp": 1644207537772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:21:36.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "clamp", "timestamp": 1644207546422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "aai-ml", "timestamp": 1644207547551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:21:36.826Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:21:36.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "clamp", "timestamp": 1644207546422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207379676, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:21:36.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "clamp", "timestamp": 1644207546422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207549347, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:21:36.827Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:21:36.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "clamp", "timestamp": 1644207546422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-02-07T04:21:36.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "clamp", "timestamp": 1644207546422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207551508, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-07T04:21:36.828Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:21:36.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "clamp", "timestamp": 1644207546422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207552706, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-02-07T04:21:36.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:21:36.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "clamp", "timestamp": 1644207546422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "aai-ml", "timestamp": 1644207553606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:21:36.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:21:36.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207553828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-02-07T04:21:36.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:21:36.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "clamp", "timestamp": 1644207546422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:36.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.831Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:21:36.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "aai-ml", "timestamp": 1644207554609, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } 2022-02-07T04:21:36.831Z||pool-112-thread-1|||||INFO|500||cambria reply ok (9 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=? 2022-02-07T04:21:36.835Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 94e77f4c-c29f-4f51-9ef2-21598f4870f5 2022-02-07T04:21:36.836Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94e77f4c-c29f-4f51-9ef2-21598f4870f5 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 (?, ?, ?, ?, ?) 2022-02-07T04:21:36.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207554924, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-02-07T04:21:36.842Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:21:36.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "clamp", "timestamp": 1644207546422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:21:36.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:21:36.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207555927, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-02-07T04:21:36.842Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:21:36.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207556931, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-02-07T04:21:36.843Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:21:36.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207557935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:21:36.843Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:21:36.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "clamp", "timestamp": 1644207560828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:21:36.843Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:21:36.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "clamp", "timestamp": 1644207562835, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:21:36.843Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:21:36.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:21:36.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "clamp", "timestamp": 1644207563837, "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=? 2022-02-07T04:21:36.847Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 94e77f4c-c29f-4f51-9ef2-21598f4870f5 2022-02-07T04:21:36.848Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94e77f4c-c29f-4f51-9ef2-21598f4870f5 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 (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:21:37.735Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-07T04:21:37.736Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"94e77f4c-c29f-4f51-9ef2-21598f4870f5","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"7c1c03aa-38ce-4323-959b-920a5ea78854","serviceDescription":"service","serviceInvariantUUID":"7dcaa3f5-1218-4cab-87a2-318aa6075de8","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ce54bdb1-b41b-4ead-870f-8771442922d7","resourceInvariantUUID":"98b3499c-cf31-44c6-902f-9b804e701341","resourceCustomizationUUID":"6f752ab2-7d90-4e5a-93c9-ca1f83466a78","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":"MWI3YjE3ODU0YmI0NDZmZWNlNzIxMGZmYmZjZWVjNjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58dd8dc4-ae97-441d-965f-c91bf37efe90","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":"7f758dc1-5690-4969-bd46-5c51f37fd3f7","artifactVersion":"2","generatedFromUUID":"f6811eb8-5b0c-4cb0-b702-45020c408255"},{"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":"f6811eb8-5b0c-4cb0-b702-45020c408255","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":"NDBiNjcxYTk0MWYzYTczYjE2ZTg5YTYxY2YzZmRlODU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bb2e5d50-a88f-435d-8657-c6aece74c537","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":"e24b8c77-4f9e-41f3-a274-b4586076cbcd","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":"b7e0512f-9079-4d64-bf2f-c18354247efd","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":"3ecd33dd-4361-4a58-821f-3fde2cad5971","artifactVersion":"2","generatedFromUUID":"e24b8c77-4f9e-41f3-a274-b4586076cbcd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OGMzYjJhNDVmMWY1YzVmYWRjZjViYWJhZmIwYTQ5MTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5253f34d-eb27-4e18-a4db-393685556c53","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YTgxZjE3MjM1MjE4NTY0OTNlMzRmMDFjYWY3YjAwOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"05e56efa-0258-4847-b4cb-5a58ff039a9d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-07T04:21:37.736Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:21:37.736Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:21:37.738Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:21:37.738Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:37.839Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:21:37.839Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:21:37.840Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:21:37.850Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:21:37.850Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:21:38.739Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:21:38.740Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:21:38.743Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:21:38.743Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-02-07T04:21:38.843Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:21:38.844Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:21:38.844Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:21:38.855Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:21:38.855Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:21:39.744Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:21:39.745Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:21:39.747Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:21:39.747Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-02-07T04:21:39.848Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:21:39.848Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:21:39.849Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:21:39.859Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:21:39.859Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:21:40.748Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:21:40.749Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:21:40.751Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:21:40.752Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-02-07T04:21:40.852Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:21:40.853Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:21:40.853Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:21:40.865Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:21:40.865Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-02-07T04:21:41.752Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:21:41.753Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:21:41.756Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:21:41.756Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-02-07T04:21:41.856Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-07T04:21:41.857Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:21:41.857Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:21:41.868Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:21:41.869Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:21:42.757Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:21:42.759Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:21:42.761Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:21:42.761Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:42.861Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:21:42.862Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:21:42.862Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:21:42.872Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:21:42.872Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:21:43.762Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:21:43.763Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:21:43.765Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:21:43.765Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-02-07T04:21:43.865Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:21:43.866Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:21:43.866Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:21:43.877Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:21:43.877Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:21:44.766Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:21:44.767Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:21:44.769Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:21:44.770Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:21:44.870Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:21:44.870Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:21:44.871Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:21:44.881Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:21:44.882Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:21:45.771Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:21:45.772Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:21:45.773Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:21:45.774Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:21:45.874Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-07T04:21:45.874Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:21:45.874Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:21:45.884Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:21:45.884Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:21:46.775Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "7c1c03aa-38ce-4323-959b-920a5ea78854", "serviceDescription": "service", "serviceInvariantUUID": "7dcaa3f5-1218-4cab-87a2-318aa6075de8", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "6f752ab2-7d90-4e5a-93c9-ca1f83466a78", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ce54bdb1-b41b-4ead-870f-8771442922d7", "resourceInvariantUUID": "98b3499c-cf31-44c6-902f-9b804e701341", "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": "7f758dc1-5690-4969-bd46-5c51f37fd3f7", "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": "f6811eb8-5b0c-4cb0-b702-45020c408255", "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": "NDBiNjcxYTk0MWYzYTczYjE2ZTg5YTYxY2YzZmRlODU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bb2e5d50-a88f-435d-8657-c6aece74c537", "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": "e24b8c77-4f9e-41f3-a274-b4586076cbcd", "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": "3ecd33dd-4361-4a58-821f-3fde2cad5971", "generatedFromUUID": "e24b8c77-4f9e-41f3-a274-b4586076cbcd" }, "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": "3ecd33dd-4361-4a58-821f-3fde2cad5971", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YTgxZjE3MjM1MjE4NTY0OTNlMzRmMDFjYWY3YjAwOGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "05e56efa-0258-4847-b4cb-5a58ff039a9d" } ], "workloadContext": "Production" } 2022-02-07T04:21:46.776Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-07T04:21:46.776Z|5738235d-be0c-485b-9586-f7f5de7dc07e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7c1c03aa-38ce-4323-959b-920a5ea78854 ASDC 2022-02-07T04:21:46.776Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:94e77f4c-c29f-4f51-9ef2-21598f4870f5 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:7c1c03aa-38ce-4323-959b-920a5ea78854 ServiceInvariantUUID:7dcaa3f5-1218-4cab-87a2-318aa6075de8 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:05e56efa-0258-4847-b4cb-5a58ff039a9d ArtifactChecksum:YTgxZjE3MjM1MjE4NTY0OTNlMzRmMDFjYWY3YjAwOGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:6f752ab2-7d90-4e5a-93c9-ca1f83466a78 ResourceInvariantUUID:98b3499c-cf31-44c6-902f-9b804e701341 ResourceName:basic_cnf ResourceType:VF ResourceUUID:ce54bdb1-b41b-4ead-870f-8771442922d7 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:7f758dc1-5690-4969-bd46-5c51f37fd3f7 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:f6811eb8-5b0c-4cb0-b702-45020c408255 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:bb2e5d50-a88f-435d-8657-c6aece74c537 ArtifactChecksum:NDBiNjcxYTk0MWYzYTczYjE2ZTg5YTYxY2YzZmRlODU= 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:e24b8c77-4f9e-41f3-a274-b4586076cbcd 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:3ecd33dd-4361-4a58-821f-3fde2cad5971 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:3ecd33dd-4361-4a58-821f-3fde2cad5971 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-02-07T04:21:46.777Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c1c03aa-38ce-4323-959b-920a5ea78854 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=? 2022-02-07T04:21:46.804Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-07T04:21:46.805Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-07T04:21:46.805Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-07T04:21:46.805Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 05e56efa-0258-4847-b4cb-5a58ff039a9d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-02-07T04:21:46.805Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T04:21:46.806Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-02-07T04:21:47.067Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T04:21:47.071Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 05e56efa-0258-4847-b4cb-5a58ff039a9d 68930 2022-02-07T04:21:47.071Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-02-07T04:21:47.071Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-02-07T04:21:47.071Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T04:21:47.072Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:21:47.073Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:21:47.073Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207707071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:21:47.174Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:21:47.175Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:21:47.175Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:21:47.186Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:21:47.186Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:21:48.074Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-07T04:21:48.076Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-02-07T04:21:48.076Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 05e56efa-0258-4847-b4cb-5a58ff039a9d, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-02-07T04:21:48.076Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-02-07T04:21:48.077Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-02-07T04:21:48.077Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-02-07T04:21:48.157Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17082147061892330156/Definitions/service-BasicCnf-template.yml 2022-02-07T04:21:48.983Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-07T04:21:48.983Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-02-07T04:21:48.983Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-02-07T04:21:48.983Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-02-07T04:21:48.983Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-02-07T04:21:48.983Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-02-07T04:21:48.983Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-02-07T04:21:48.983Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-02-07T04:21:48.983Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-02-07T04:21:48.983Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:21:48.983Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:21:48.984Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-07T04:21:48.984Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-02-07T04:21:48.984Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-07T04:21:48.984Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:21:48.984Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:21:48.984Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-07T04:21:48.984Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-02-07T04:21:48.984Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-07T04:21:48.984Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:21:48.984Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:21:48.984Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:21:48.984Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-02-07T04:21:48.984Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-02-07T04:21:48.985Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria 2022-02-07T04:21:48.985Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-02-07T04:21:48.985Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:21:48.985Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-07T04:21:48.985Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:21:48.985Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-07T04:21:48.985Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T04:21:48.985Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:21:48.985Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-07T04:21:48.985Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T04:21:48.985Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:21:48.985Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-07T04:21:48.985Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T04:21:48.986Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:21:48.986Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-02-07T04:21:48.986Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-02-07T04:21:48.986Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a92e6795-cadf-4e49-926f-7e70a2c80344 2022-02-07T04:21:48.986Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:21:48.986Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:21:48.986Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:21:48.986Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:21:48.986Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:21:48.986Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:21:48.986Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:21:48.986Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:21:48.986Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:7c1c03aa-38ce-4323-959b-920a5ea78854 Model Version:NULL Model InvariantUuid:7dcaa3f5-1218-4cab-87a2-318aa6075de8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:310899f3-8493-4f31-868a-4311e22bacfb Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:98b3499c-cf31-44c6-902f-9b804e701341 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6f752ab2-7d90-4e5a-93c9-ca1f83466a78 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2ffec492-7dd2-4daf-a8d8-0aa388b6742b ModelName:BasicCnf..base_dummy..module-0 ModelUuid:85bbdd50-20fc-470b-8bd7-80ec16189837 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a92e6795-cadf-4e49-926f-7e70a2c80344 ModelInvariantUuid:c7fae0bd-cc8d-4c55-9215-90a9c4b25946 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:b5fa4b4e-e384-49cd-90ca-7732220eb475 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:13094a0d-f90a-4e52-9d23-7def8bf9b725 ModelInvariantUuid:bbbb7a6a-e1d4-403a-b600-ef17550b9517 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:3f80b438-cd6a-4c8e-8354-9cd550276489 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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-02-07T04:21:48.992Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: ce54bdb1-b41b-4ead-870f-8771442922d7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:21:48.994Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||basic_cnf 0 2022-02-07T04:21:48.994Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ce54bdb1-b41b-4ead-870f-8771442922d7 2022-02-07T04:21:48.994Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7f758dc1-5690-4969-bd46-5c51f37fd3f7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-02-07T04:21:48.994Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T04:21:48.995Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-02-07T04:21:49.250Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T04:21:49.250Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 7f758dc1-5690-4969-bd46-5c51f37fd3f7 12 2022-02-07T04:21:49.251Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-02-07T04:21:49.251Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-02-07T04:21:49.251Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T04:21:49.251Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:21:49.253Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:21:49.253Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207709251, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-02-07T04:21:49.354Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-07T04:21:49.355Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:21:49.355Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:21:49.366Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:21:49.366Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:21:50.254Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f6811eb8-5b0c-4cb0-b702-45020c408255 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-02-07T04:21:50.255Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T04:21:50.255Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-02-07T04:21:50.565Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T04:21:50.565Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz f6811eb8-5b0c-4cb0-b702-45020c408255 2688 2022-02-07T04:21:50.565Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-02-07T04:21:50.565Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-02-07T04:21:50.565Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T04:21:50.566Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:21:50.568Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:21:50.568Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207710565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-02-07T04:21:50.668Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:21:50.669Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:21:50.669Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:21:50.680Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:21:50.680Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:21:51.570Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bb2e5d50-a88f-435d-8657-c6aece74c537 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-02-07T04:21:51.570Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T04:21:51.570Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-02-07T04:21:51.756Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T04:21:51.757Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json bb2e5d50-a88f-435d-8657-c6aece74c537 828 2022-02-07T04:21:51.757Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-02-07T04:21:51.757Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-02-07T04:21:51.757Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T04:21:51.757Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:21:51.759Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:21:51.760Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207711757, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-07T04:21:51.860Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:21:51.861Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:21:51.861Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:21:51.870Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:21:51.871Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:21:52.760Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "2ffec492-7dd2-4daf-a8d8-0aa388b6742b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "85bbdd50-20fc-470b-8bd7-80ec16189837", "vfModuleModelCustomizationUUID": "68bcf7dd-9390-49c1-a65b-bdb453553a21", "isBase": true, "artifacts": [ "f6811eb8-5b0c-4cb0-b702-45020c408255", "e24b8c77-4f9e-41f3-a274-b4586076cbcd", "3ecd33dd-4361-4a58-821f-3fde2cad5971" ], "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": "" } } ] 2022-02-07T04:21:52.764Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:85bbdd50-20fc-470b-8bd7-80ec16189837 VfModuleModelInvariantUUID:2ffec492-7dd2-4daf-a8d8-0aa388b6742b VfModuleModelDescription:NULL Artifacts UUID List:{ f6811eb8-5b0c-4cb0-b702-45020c408255 , e24b8c77-4f9e-41f3-a274-b4586076cbcd , 3ecd33dd-4361-4a58-821f-3fde2cad5971 } 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 } 2022-02-07T04:21:52.765Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "2ffec492-7dd2-4daf-a8d8-0aa388b6742b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "85bbdd50-20fc-470b-8bd7-80ec16189837", "vfModuleModelCustomizationUUID": "68bcf7dd-9390-49c1-a65b-bdb453553a21", "isBase": true, "artifacts": [ "f6811eb8-5b0c-4cb0-b702-45020c408255", "e24b8c77-4f9e-41f3-a274-b4586076cbcd", "3ecd33dd-4361-4a58-821f-3fde2cad5971" ], "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": "" } } ] 2022-02-07T04:21:52.765Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:85bbdd50-20fc-470b-8bd7-80ec16189837 VfModuleModelInvariantUUID:2ffec492-7dd2-4daf-a8d8-0aa388b6742b VfModuleModelDescription:NULL Artifacts UUID List:{ f6811eb8-5b0c-4cb0-b702-45020c408255 , e24b8c77-4f9e-41f3-a274-b4586076cbcd , 3ecd33dd-4361-4a58-821f-3fde2cad5971 } 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 } 2022-02-07T04:21:52.765Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e24b8c77-4f9e-41f3-a274-b4586076cbcd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-02-07T04:21:52.765Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T04:21:52.765Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-02-07T04:21:52.950Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T04:21:52.950Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e24b8c77-4f9e-41f3-a274-b4586076cbcd 1164 2022-02-07T04:21:52.951Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-02-07T04:21:52.951Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-02-07T04:21:52.951Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T04:21:52.951Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:21:52.953Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:21:52.953Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207712951, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-02-07T04:21:53.053Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:21:53.054Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:21:53.054Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:21:53.065Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:21:53.065Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:21:53.954Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3ecd33dd-4361-4a58-821f-3fde2cad5971 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-02-07T04:21:53.955Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-02-07T04:21:53.955Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-02-07T04:21:53.995Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-02-07T04:21:53.996Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 3ecd33dd-4361-4a58-821f-3fde2cad5971 200 2022-02-07T04:21:53.996Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-02-07T04:21:53.996Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-02-07T04:21:53.996Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T04:21:53.996Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:21:53.998Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:21:53.998Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207713996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-02-07T04:21:54.099Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:21:54.099Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:21:54.100Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:21:54.110Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:21:54.111Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:21:54.999Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 7c1c03aa-38ce-4323-959b-920a5ea78854 2022-02-07T04:21:55.000Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ce54bdb1-b41b-4ead-870f-8771442922d7 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-02-07T04:21:55.017Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:21:55.020Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b815f2b, org.onap.sdc.toscaparser.api.parameters.Input@6c182299, org.onap.sdc.toscaparser.api.parameters.Input@66c429e9, org.onap.sdc.toscaparser.api.parameters.Input@5cc9d497, org.onap.sdc.toscaparser.api.parameters.Input@6d00a022] 2022-02-07T04:21:55.021Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:21:55.021Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:21:55.022Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-02-07T04:21:55.022Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 6f752ab2-7d90-4e5a-93c9-ca1f83466a78 2022-02-07T04:21:55.022Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6f752ab2-7d90-4e5a-93c9-ca1f83466a78 matches Tosca VF Customization UUID: 6f752ab2-7d90-4e5a-93c9-ca1f83466a78 2022-02-07T04:21:55.022Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 6f752ab2-7d90-4e5a-93c9-ca1f83466a78 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-02-07T04:21:55.023Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:21:55.023Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:21:55.024Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 6f752ab2-7d90-4e5a-93c9-ca1f83466a78: {\"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\"} 2022-02-07T04:21:55.024Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1512b87b 2022-02-07T04:21:55.024Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:21:55.024Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-07T04:21:55.024Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 68bcf7dd-9390-49c1-a65b-bdb453553a21 2022-02-07T04:21:55.024Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 68bcf7dd-9390-49c1-a65b-bdb453553a21 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-02-07T04:21:55.026Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:21:55.026Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-07T04:21:55.026Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T04:21:55.026Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:21:55.027Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-07T04:21:55.027Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T04:21:55.027Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:21:55.027Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-02-07T04:21:55.027Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-02-07T04:21:55.027Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a92e6795-cadf-4e49-926f-7e70a2c80344 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-02-07T04:21:55.029Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:21:55.029Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-07T04:21:55.029Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-07T04:21:55.030Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:21:55.030Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-07T04:21:55.030Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=6f752ab2-7d90-4e5a-93c9-ca1f83466a78 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:21:55.031Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:21:55.031Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:21:55.031Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 7c1c03aa-38ce-4323-959b-920a5ea78854: basic_cnf 2022-02-07T04:21:55.032Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:21:55.032Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:21:55.032Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:21:55.032Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:21:55.032Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:21:55.032Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:21:55.032Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:21:55.033Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:21:55.033Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:21:55.033Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:21:55.033Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?) 2022-02-07T04:21:55.094Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ce54bdb1-b41b-4ead-870f-8771442922d7 1 ASDC deployResourceStructure 2022-02-07T04:21:55.095Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-02-07T04:21:55.095Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-02-07T04:21:55.095Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-02-07T04:21:55.095Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:21:55.097Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:21:55.097Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207715094, "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" } 2022-02-07T04:21:55.197Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:21:55.198Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:21:55.198Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:21:55.210Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:21:55.211Z||pool-128-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:21:56.098Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-02-07T04:21:56.099Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-02-07T04:21:56.099Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-02-07T04:21:56.100Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:21:56.102Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:21:56.102Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207716097, "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" } 2022-02-07T04:21:56.202Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-07T04:21:56.203Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:21:56.203Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:21:56.212Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:21:56.212Z||pool-129-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-02-07T04:21:57.103Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-02-07T04:21:57.104Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-02-07T04:21:57.104Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T04:21:57.104Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:21:57.105Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:21:57.105Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207717103, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-02-07T04:21:57.206Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:21:57.207Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:21:57.207Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:21:57.217Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:21:57.217Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:21:58.106Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-02-07T04:21:58.107Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-02-07T04:21:58.107Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T04:21:58.107Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:21:58.109Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:21:58.109Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207718106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-02-07T04:21:58.209Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:21:58.210Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:21:58.210Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:21:58.219Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:21:58.219Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:21:59.109Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-02-07T04:21:59.110Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-02-07T04:21:59.110Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T04:21:59.111Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:21:59.113Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:21:59.113Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207719109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-02-07T04:21:59.213Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:21:59.214Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:21:59.214Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:21:59.223Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:21:59.224Z||pool-132-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:22:00.113Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-02-07T04:22:00.114Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-02-07T04:22:00.114Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T04:22:00.114Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:22:00.115Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:22:00.115Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207720113, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:22:00.216Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:22:00.217Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:22:00.217Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:22:00.226Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:22:00.226Z||pool-133-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:22:01.116Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94e77f4c-c29f-4f51-9ef2-21598f4870f5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:22:01.128Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94e77f4c-c29f-4f51-9ef2-21598f4870f5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:22:01.131Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:22:01.131Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-07T04:22:01.131Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-07T04:22:01.131Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-07T04:22:01.131Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:22:01.132Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:22:01.132Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:22:01.132Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:22:01.132Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:22:01.132Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:22:01.132Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-07T04:22:01.136Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-07T04:22:31.137Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 94e77f4c-c29f-4f51-9ef2-21598f4870f5 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=? 2022-02-07T04:22:31.141Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 94e77f4c-c29f-4f51-9ef2-21598f4870f5 and serviceModelVersionId: 7c1c03aa-38ce-4323-959b-920a5ea78854 2022-02-07T04:22:31.141Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7dcaa3f5-1218-4cab-87a2-318aa6075de8 2022-02-07T04:22:31.142Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7dcaa3f5-1218-4cab-87a2-318aa6075de8/model-vers/model-ver/7c1c03aa-38ce-4323-959b-920a5ea78854?depth=0 2022-02-07T04:22:31.146Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-02-07T04:22:31.187Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dcaa3f5-1218-4cab-87a2-318aa6075de8/model-vers/model-ver/7c1c03aa-38ce-4323-959b-920a5ea78854?depth=0|INFO|500||Invoke 2022-02-07T04:22:31.187Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dcaa3f5-1218-4cab-87a2-318aa6075de8/model-vers/model-ver/7c1c03aa-38ce-4323-959b-920a5ea78854?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dcaa3f5-1218-4cab-87a2-318aa6075de8/model-vers/model-ver/7c1c03aa-38ce-4323-959b-920a5ea78854?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[94e77f4c-c29f-4f51-9ef2-21598f4870f5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f07ac2dc-7b43-49a1-aaa0-8db5408a9636], X-ECOMP-RequestID=[94e77f4c-c29f-4f51-9ef2-21598f4870f5], X-TransactionId=[], X-ONAP-RequestID=[94e77f4c-c29f-4f51-9ef2-21598f4870f5], Content-Type=[application/merge-patch+json]} 2022-02-07T04:22:31.209Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dcaa3f5-1218-4cab-87a2-318aa6075de8/model-vers/model-ver/7c1c03aa-38ce-4323-959b-920a5ea78854?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-07T04:22:31.414Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dcaa3f5-1218-4cab-87a2-318aa6075de8/model-vers/model-ver/7c1c03aa-38ce-4323-959b-920a5ea78854?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dcaa3f5-1218-4cab-87a2-318aa6075de8/model-vers/model-ver/7c1c03aa-38ce-4323-959b-920a5ea78854?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220207-04:22:31:213-33982], vertex-id=[520304], Content-Length=[0], Date=[Mon, 07 Feb 2022 04:22:31 GMT], Content-Type=[application/json]} 2022-02-07T04:22:31.415Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dcaa3f5-1218-4cab-87a2-318aa6075de8/model-vers/model-ver/7c1c03aa-38ce-4323-959b-920a5ea78854?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-02-07T04:22:31.415Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dcaa3f5-1218-4cab-87a2-318aa6075de8/model-vers/model-ver/7c1c03aa-38ce-4323-959b-920a5ea78854?depth=0|INFO|500||InvokeReturn 2022-02-07T04:22:31.415Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-07T04:22:31.415Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:22:31.420Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-07T04:22:31.420Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 94e77f4c-c29f-4f51-9ef2-21598f4870f5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-07T04:22:31.420Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-07T04:22:31.420Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:22:31.422Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:22:31.422Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207751420, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-07T04:22:31.522Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:22:31.523Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:22:31.523Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:22:31.538Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:22:31.538Z||pool-134-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=? 2022-02-07T04:22:32.433Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:22:32.433Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:22:32.433Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:22:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:22:36.727Z||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. 2022-02-07T04:22:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:22:36.745Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:22:36.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:22:36.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbea0a95-9e29-489e-b57c-a6c15ab0e7ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207589270, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-07T04:22:36.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:22:36.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:22:36.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:22:36.747Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:22:36.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:22:36.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:22:36.747Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:22:36.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:22:36.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:22:36.747Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:22:36.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:22:36.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-07T04:22:36.747Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:22:36.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:22:36.748Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:22:36.748Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:22:36.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:22:36.748Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:22:36.748Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:22:36.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:22:36.748Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:22:36.748Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:22:36.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:22:36.748Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:22:36.748Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:22:36.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:22:36.748Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:22:36.749Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-02-07T04:22:36.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:22:36.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207603745, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:22:36.749Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:22:36.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:22:36.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207605456, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:22:36.749Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:22:42.934Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:22:42.934Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:22:42.935Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:22:42.935Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:22:52.471Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:22:52.472Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:22:52.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:22:52.472Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:23:02.004Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:23:02.004Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:23:02.004Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:23:02.005Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:23:11.536Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:23:11.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:23:11.537Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:23:11.537Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:23:21.066Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:23:21.067Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:23:21.067Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:23:21.067Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:23:27.378Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:23:27.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-07T04:23:27.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"13b898fe-82f8-4d5f-9778-4efcc7ec42f6","serviceName":"Demo_pNF_dUfSb9UDj5m5fHSEKZEv","serviceVersion":"1.0","serviceUUID":"4ac2794c-b385-4d95-970e-93ec849f8eda","serviceDescription":"catalog service description","serviceInvariantUUID":"03be1d60-cf26-4442-b990-01a8fe4a054f","resources":[{"resourceInstanceName":"pNF 04d7524a-925f 0","resourceName":"pNF 04d7524a-925f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a551ab68-b863-45c4-b2d3-bc08cfd2aa05","resourceInvariantUUID":"a37ec2a0-3af5-4ec7-b953-4b054c615eaa","resourceCustomizationUUID":"7b4838c9-0416-48ef-b718-405b102532a3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/vf-license-model.xml","artifactChecksum":"MGNkNjkzZmYyNjQ3ZDYxOTQ2Mzc5MzZjNWJmMzUwZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff07f4b9-c9c3-4e88-879b-8b10c24ab989","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/pNF.csar","artifactChecksum":"OGEyMTBhMGZhMDI5MzM2ZDc5NmU5YzUwMzU5ZDY5Njk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8a3fd814-7f7f-4813-ab44-aca0a093f4f9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c5f3a8c-1b4b-4dc0-ad0b-bba93c59039b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/vendor-license-model.xml","artifactChecksum":"YjdmODhiYWMwNTU1MzU5NjNjNWI3M2IyNTMwYmJiZTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c2a00a6b-c282-4455-bd9e-d33780cfd266","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d67ecb6-ba5e-4d97-b1d6-1b130c1b78a9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"68fb7ebf-b790-41ac-8427-f70403a47d3a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDufsb9udj5m5fhsekzev-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-template.yml","artifactChecksum":"NjI4ZjUxMzNhMWYxMTQ2ODUzZTAyOGViNzZmZjZlYTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a3ee4d65-208a-44b7-adef-06fbdb4efc59","artifactVersion":"1"},{"artifactName":"service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar","artifactChecksum":"ZWZhOTBlNWYxNjE5YTFkOGI2MGI5OWUwYTM5ODg5MmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"977ffd89-1c07-4104-b8ab-c92de8290629","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-07T04:23:27.381Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:23:27.381Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:23:27.383Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:23:27.384Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207801067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:23:27.484Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:23:27.484Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:23:27.484Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:23:27.500Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:23:27.500Z||pool-135-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:23:28.384Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:23:28.385Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:23:28.387Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:23:28.387Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207801067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:23:28.488Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-07T04:23:28.488Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:23:28.489Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:23:28.500Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:23:28.500Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:23:29.388Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:23:29.389Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:23:29.390Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:23:29.391Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207801067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:23:29.491Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:23:29.492Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:23:29.492Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:23:29.503Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:23:29.503Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:23:30.391Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:23:30.391Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:23:30.393Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:23:30.393Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207801067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:23:30.494Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-07T04:23:30.495Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:23:30.495Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:23:30.505Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:23:30.505Z||pool-138-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:23:31.394Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:23:31.395Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:23:31.397Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:23:31.397Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207801067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:23:31.497Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:23:31.498Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:23:31.498Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:23:31.510Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:23:31.510Z||pool-139-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:23:32.398Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:23:32.399Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:23:32.401Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:23:32.401Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207801067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:23:32.501Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:23:32.502Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:23:32.502Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:23:32.513Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:23:32.514Z||pool-140-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-02-07T04:23:33.401Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:23:33.402Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:23:33.404Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:23:33.405Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207801067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:23:33.505Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:23:33.506Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:23:33.506Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:23:33.517Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:23:33.517Z||pool-141-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:23:34.405Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:23:34.406Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:23:34.407Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:23:34.407Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207801067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:23:34.508Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-07T04:23:34.509Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:23:34.509Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:23:34.520Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:23:34.520Z||pool-142-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:23:35.408Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "serviceName": "Demo_pNF_dUfSb9UDj5m5fHSEKZEv", "serviceVersion": "1.0", "serviceUUID": "4ac2794c-b385-4d95-970e-93ec849f8eda", "serviceDescription": "catalog service description", "serviceInvariantUUID": "03be1d60-cf26-4442-b990-01a8fe4a054f", "resources": [ { "resourceInstanceName": "pNF 04d7524a-925f 0", "resourceCustomizationUUID": "7b4838c9-0416-48ef-b718-405b102532a3", "resourceName": "pNF 04d7524a-925f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a551ab68-b863-45c4-b2d3-bc08cfd2aa05", "resourceInvariantUUID": "a37ec2a0-3af5-4ec7-b953-4b054c615eaa", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar", "artifactChecksum": "ZWZhOTBlNWYxNjE5YTFkOGI2MGI5OWUwYTM5ODg5MmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "977ffd89-1c07-4104-b8ab-c92de8290629" } ], "workloadContext": "Production" } 2022-02-07T04:23:35.409Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-07T04:23:35.409Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4ac2794c-b385-4d95-970e-93ec849f8eda ASDC 2022-02-07T04:23:35.410Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:13b898fe-82f8-4d5f-9778-4efcc7ec42f6 ServiceName:Demo_pNF_dUfSb9UDj5m5fHSEKZEv ServiceVersion:1.0 ServiceUUID:4ac2794c-b385-4d95-970e-93ec849f8eda ServiceInvariantUUID:03be1d60-cf26-4442-b990-01a8fe4a054f ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar ArtifactUUID:977ffd89-1c07-4104-b8ab-c92de8290629 ArtifactChecksum:ZWZhOTBlNWYxNjE5YTFkOGI2MGI5OWUwYTM5ODg5MmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 04d7524a-925f 0 ResourceCustomizationUUID:7b4838c9-0416-48ef-b718-405b102532a3 ResourceInvariantUUID:a37ec2a0-3af5-4ec7-b953-4b054c615eaa ResourceName:pNF 04d7524a-925f ResourceType:PNF ResourceUUID:a551ab68-b863-45c4-b2d3-bc08cfd2aa05 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-02-07T04:23:35.410Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4ac2794c-b385-4d95-970e-93ec849f8eda ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-02-07T04:23:35.435Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-07T04:23:35.435Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-02-07T04:23:35.435Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-02-07T04:23:35.435Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 977ffd89-1c07-4104-b8ab-c92de8290629 from URL: /sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar 2022-02-07T04:23:35.435Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-02-07T04:23:35.436Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar 2022-02-07T04:23:35.537Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-02-07T04:23:35.543Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar 977ffd89-1c07-4104-b8ab-c92de8290629 82626 2022-02-07T04:23:35.543Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar ASDC sendASDCNotification 2022-02-07T04:23:35.543Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar 2022-02-07T04:23:35.543Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T04:23:35.544Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:23:35.545Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:23:35.545Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207815543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:23:35.646Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-07T04:23:35.647Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:23:35.647Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:23:35.657Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:23:35.658Z||pool-143-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-02-07T04:23:36.546Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-07T04:23:36.547Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-02-07T04:23:36.547Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 977ffd89-1c07-4104-b8ab-c92de8290629, URL: /sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar to file: /app/ASDC/1/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar 2022-02-07T04:23:36.547Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar 2022-02-07T04:23:36.548Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar 2022-02-07T04:23:36.548Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar 2022-02-07T04:23:36.628Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16484940373760664034/Definitions/service-DemoPnfDufsb9udj5m5fhsekzev-template.yml 2022-02-07T04:23:36.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:23:36.727Z||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. 2022-02-07T04:23:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:23:36.746Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:23:36.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:23:36.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5738235d-be0c-485b-9586-f7f5de7dc07e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207696718, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-07T04:23:36.747Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:23:37.180Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-07T04:23:37.181Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-02-07T04:23:37.181Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar 2022-02-07T04:23:37.181Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-02-07T04:23:37.181Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 04d7524a-925f 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-DemoPnfDufsb9udj5m5fhsekzev-csar.csar 2022-02-07T04:23:37.181Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar 2022-02-07T04:23:37.181Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar 2022-02-07T04:23:37.181Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar 2022-02-07T04:23:37.181Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar 2022-02-07T04:23:37.181Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar 2022-02-07T04:23:37.181Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar 2022-02-07T04:23:37.181Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-02-07T04:23:37.181Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:23:37.182Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_dUfSb9UDj5m5fHSEKZEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:23:37.182Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Node template pNF 04d7524a-925f 0 is matching search criteria 2022-02-07T04:23:37.182Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-02-07T04:23:37.182Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 04d7524a-925f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-07T04:23:37.182Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:23:37.182Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_dUfSb9UDj5m5fHSEKZEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:23:37.182Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Node template pNF 04d7524a-925f 0 is matching search criteria 2022-02-07T04:23:37.182Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-02-07T04:23:37.182Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 04d7524a-925f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-07T04:23:37.182Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:23:37.182Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_dUfSb9UDj5m5fHSEKZEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:23:37.182Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:23:37.183Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_dUfSb9UDj5m5fHSEKZEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:23:37.183Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:23:37.183Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_dUfSb9UDj5m5fHSEKZEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:23:37.183Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:23:37.183Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_dUfSb9UDj5m5fHSEKZEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:23:37.183Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:23:37.183Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_dUfSb9UDj5m5fHSEKZEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:23:37.183Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_dUfSb9UDj5m5fHSEKZEv Description:catalog service description Model UUID:4ac2794c-b385-4d95-970e-93ec849f8eda Model Version:NULL Model InvariantUuid:03be1d60-cf26-4442-b990-01a8fe4a054f 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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-02-07T04:23:37.188Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: a551ab68-b863-45c4-b2d3-bc08cfd2aa05 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:23:37.190Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||pNF 04d7524a-925f 0 2022-02-07T04:23:37.190Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a551ab68-b863-45c4-b2d3-bc08cfd2aa05 2022-02-07T04:23:37.190Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 4ac2794c-b385-4d95-970e-93ec849f8eda 2022-02-07T04:23:37.190Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 4ac2794c-b385-4d95-970e-93ec849f8eda 2022-02-07T04:23:37.190Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 04d7524a-925f 0 a551ab68-b863-45c4-b2d3-bc08cfd2aa05 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:23:37.194Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63ac66ac, org.onap.sdc.toscaparser.api.parameters.Input@4a4d0db, org.onap.sdc.toscaparser.api.parameters.Input@7d4231fa, org.onap.sdc.toscaparser.api.parameters.Input@4f64ddb9, org.onap.sdc.toscaparser.api.parameters.Input@4ffd5bff] 2022-02-07T04:23:37.194Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:23:37.194Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_dUfSb9UDj5m5fHSEKZEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:23:37.194Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 4ac2794c-b385-4d95-970e-93ec849f8eda: pNF 04d7524a-925f 2022-02-07T04:23:37.194Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||Processing PNF resource: a551ab68-b863-45c4-b2d3-bc08cfd2aa05 2022-02-07T04:23:37.194Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:23:37.194Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_dUfSb9UDj5m5fHSEKZEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:23:37.194Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||Resource customization UUID: 7b4838c9-0416-48ef-b718-405b102532a3 is the same as notified resource customizationUUID: 7b4838c9-0416-48ef-b718-405b102532a3 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_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 (?, ?) 2022-02-07T04:23:37.223Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 04d7524a-925f a551ab68-b863-45c4-b2d3-bc08cfd2aa05 0 ASDC deployResourceStructure 2022-02-07T04:23:37.223Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar ASDC sendASDCNotification 2022-02-07T04:23:37.224Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar 2022-02-07T04:23:37.224Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T04:23:37.224Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:23:37.226Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:23:37.226Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207817223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:23:37.326Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:23:37.327Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:23:37.327Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:23:37.336Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:23:37.337Z||pool-144-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-02-07T04:23:38.227Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:23:38.238Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:23:38.240Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:23:38.240Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-07T04:23:38.241Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-07T04:24:08.241Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:24:08.251Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:24:08.253Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:24:08.253Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-07T04:24:08.253Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-07T04:24:36.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:24:36.727Z||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. 2022-02-07T04:24:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:24:36.752Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:24:36.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:24:36.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:24:36.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:24:36.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:24:36.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-02-07T04:24:36.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:24:36.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:24:36.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-02-07T04:24:36.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:24:36.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:24:36.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-02-07T04:24:36.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:24:36.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:24:36.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-02-07T04:24:36.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:24:36.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:24:36.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:24:36.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:24:36.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:24:36.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-02-07T04:24:36.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:24:36.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:24:36.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:24:36.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:24:36.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:24:36.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207590285, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:24:36.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:24:36.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:24:36.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207707071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:24:36.756Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:24:36.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:24:36.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207709251, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-02-07T04:24:36.757Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:24:36.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:24:36.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207710565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-02-07T04:24:36.757Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:24:36.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:24:36.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207711757, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-07T04:24:36.757Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:24:36.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:24:36.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207712951, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-02-07T04:24:36.757Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:24:36.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:24:36.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207713996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-02-07T04:24:36.757Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:24:36.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:24:36.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207715094, "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" } 2022-02-07T04:24:36.758Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:24:36.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:24:36.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207716097, "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" } 2022-02-07T04:24:36.758Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:24:36.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:24:36.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207717103, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-02-07T04:24:36.758Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:24:36.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:24:36.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207718106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-02-07T04:24:36.758Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:24:36.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:24:36.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207719109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-02-07T04:24:36.758Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:24:36.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:24:36.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207720113, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:24:36.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:24:36.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:24:36.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "94e77f4c-c29f-4f51-9ef2-21598f4870f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207751420, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-07T04:24:36.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:24:38.253Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:24:38.264Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:24:38.266Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:24:38.266Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-07T04:24:38.266Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-07T04:25:08.266Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:25:08.279Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:25:08.281Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:25:08.281Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-07T04:25:08.281Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-07T04:25:36.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:25:36.728Z||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. 2022-02-07T04:25:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:25:36.751Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:25:36.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207801067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.753Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "multicloud-k8s-id", "timestamp": 1644207805823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "policy-id", "timestamp": 1644207805828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207801067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "multicloud-k8s-id", "timestamp": 1644207805823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "aai-ml", "timestamp": 1644207807772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "policy-id", "timestamp": 1644207805828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "cds", "timestamp": 1644207808208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207801067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "multicloud-k8s-id", "timestamp": 1644207805823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "aai-ml", "timestamp": 1644207807772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "policy-id", "timestamp": 1644207805828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "cds", "timestamp": 1644207808208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207801067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "multicloud-k8s-id", "timestamp": 1644207805823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "aai-ml", "timestamp": 1644207807772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.757Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "policy-id", "timestamp": 1644207805828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.757Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "cds", "timestamp": 1644207808208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.757Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207801067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.757Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "multicloud-k8s-id", "timestamp": 1644207805823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.758Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "aai-ml", "timestamp": 1644207807772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.758Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "policy-id", "timestamp": 1644207805828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.758Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "dcae-sch", "timestamp": 1644207810816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "cds", "timestamp": 1644207808208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207801067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "multicloud-k8s-id", "timestamp": 1644207805823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "aai-ml", "timestamp": 1644207807772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "policy-id", "timestamp": 1644207805828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.760Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "dcae-sch", "timestamp": 1644207810816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.760Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "cds", "timestamp": 1644207808208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.760Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207801067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.760Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "multicloud-k8s-id", "timestamp": 1644207805823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "aai-ml", "timestamp": 1644207807772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "policy-id", "timestamp": 1644207805828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "dcae-sch", "timestamp": 1644207810816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "cds", "timestamp": 1644207808208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207801067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:25:36.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "multicloud-k8s-id", "timestamp": 1644207805823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:25:36.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "aai-ml", "timestamp": 1644207807772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "policy-id", "timestamp": 1644207805828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:25:36.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "dcae-sch", "timestamp": 1644207810816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "cds", "timestamp": 1644207808208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "aai-ml", "timestamp": 1644207807772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:25:36.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "dcae-sch", "timestamp": 1644207810816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "policy-id", "timestamp": 1644207815523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:25:36.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:25:36.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207815543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:25:36.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:25:36.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "cds", "timestamp": 1644207808208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:25:36.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "dcae-sch", "timestamp": 1644207810816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:25:36.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:25:36.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "policy-id", "timestamp": 1644207816526, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:25:36.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:25:36.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:25:36.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "aai-ml", "timestamp": 1644207816552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:25:36.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:25:38.282Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:25:38.290Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:25:38.292Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:25:38.293Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-07T04:25:38.293Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-07T04:26:08.293Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:26:08.303Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:26:08.306Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:26:08.306Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-07T04:26:08.306Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-07T04:26:36.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:26:36.727Z||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. 2022-02-07T04:26:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:26:37.253Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:26:37.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "cds", "timestamp": 1644207816938, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:26:37.255Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:26:37.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "ves-openapi-manager", "timestamp": 1644207816335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:26:37.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:26:37.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "clamp", "timestamp": 1644207816422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:26:37.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:26:37.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644207817223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:26:37.256Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:26:37.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "dcae-sch", "timestamp": 1644207810816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:26:37.256Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:26:37.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "policy-id", "timestamp": 1644207817529, "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=? 2022-02-07T04:26:37.263Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 2022-02-07T04:26:37.263Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 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 (?, ?, ?, ?, ?) 2022-02-07T04:26:37.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.272Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "cds", "timestamp": 1644207817944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-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=? 2022-02-07T04:26:37.277Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 2022-02-07T04:26:37.277Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 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 (?, ?, ?, ?, ?) 2022-02-07T04:26:37.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "ves-openapi-manager", "timestamp": 1644207816335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:26:37.287Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:26:37.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "clamp", "timestamp": 1644207816422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:26:37.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:26:37.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "dcae-sch", "timestamp": 1644207810816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:26:37.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:26:37.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "ves-openapi-manager", "timestamp": 1644207816335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:26:37.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:26:37.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "clamp", "timestamp": 1644207816422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:26:37.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:26:37.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "ves-openapi-manager", "timestamp": 1644207816335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:26:37.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:26:37.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "clamp", "timestamp": 1644207816422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:26:37.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:26:37.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "aai-ml", "timestamp": 1644207820705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:26:37.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:26:37.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "ves-openapi-manager", "timestamp": 1644207816335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:26:37.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:26:37.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "clamp", "timestamp": 1644207816422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:26:37.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:26:37.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "aai-ml", "timestamp": 1644207821709, "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=? 2022-02-07T04:26:37.296Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 2022-02-07T04:26:37.297Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 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 (?, ?, ?, ?, ?) 2022-02-07T04:26:37.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "ves-openapi-manager", "timestamp": 1644207816335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-02-07T04:26:37.307Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:26:37.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "clamp", "timestamp": 1644207816422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:26:37.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:26:37.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "ves-openapi-manager", "timestamp": 1644207816335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:26:37.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:26:37.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "clamp", "timestamp": 1644207816422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:26:37.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:26:37.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "ves-openapi-manager", "timestamp": 1644207816335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:26:37.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:26:37.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "clamp", "timestamp": 1644207816422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:26:37.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:26:37.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "ves-openapi-manager", "timestamp": 1644207825040, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-02-07T04:26:37.309Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:26:37.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "ves-openapi-manager", "timestamp": 1644207826053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-02-07T04:26:37.309Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:26:37.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "ves-openapi-manager", "timestamp": 1644207827055, "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=? 2022-02-07T04:26:37.314Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 2022-02-07T04:26:37.314Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 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 (?, ?, ?, ?, ?) 2022-02-07T04:26:37.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207826563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:26:37.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:26:37.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207826563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:26:37.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:26:37.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207826563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:26:37.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:26:37.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207826563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:26:37.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:26:37.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207826563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:26:37.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:26:37.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207826563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/resourceInstances/pnf04d7524a925f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:26:37.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:26:37.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "clamp", "timestamp": 1644207832867, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:26:37.324Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:26:37.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207826563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:26:37.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:26:37.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207826563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:26:37.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:26:37.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "clamp", "timestamp": 1644207834875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:26:37.325Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:26:37.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207835283, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:26:37.325Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:26:37.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "clamp", "timestamp": 1644207835878, "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=? 2022-02-07T04:26:37.330Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 2022-02-07T04:26:37.331Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 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 (?, ?, ?, ?, ?) 2022-02-07T04:26:37.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207836843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDufsb9udj5m5fhsekzev/1.0/artifacts/service-DemoPnfDufsb9udj5m5fhsekzev-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:26:37.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:26:37.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:26:37.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644207837846, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-07T04:26:37.345Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 2022-02-07T04:26:37.346Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-02-07T04:26:38.306Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:26:38.317Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:26:38.320Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:26:38.320Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-07T04:26:38.321Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-07T04:26:38.321Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-07T04:26:38.321Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:26:38.321Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:26:38.321Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:26:38.321Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:26:38.321Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:26:38.321Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:26:38.321Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:26:38.321Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-07T04:26:38.327Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-07T04:27:08.327Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 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=? 2022-02-07T04:27:08.332Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 and serviceModelVersionId: 4ac2794c-b385-4d95-970e-93ec849f8eda 2022-02-07T04:27:08.332Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 03be1d60-cf26-4442-b990-01a8fe4a054f 2022-02-07T04:27:08.333Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/03be1d60-cf26-4442-b990-01a8fe4a054f/model-vers/model-ver/4ac2794c-b385-4d95-970e-93ec849f8eda?depth=0 2022-02-07T04:27:08.339Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-02-07T04:27:08.363Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03be1d60-cf26-4442-b990-01a8fe4a054f/model-vers/model-ver/4ac2794c-b385-4d95-970e-93ec849f8eda?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]} 2022-02-07T04:27:08.364Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03be1d60-cf26-4442-b990-01a8fe4a054f/model-vers/model-ver/4ac2794c-b385-4d95-970e-93ec849f8eda?depth=0|INFO|500||Invoke 2022-02-07T04:27:08.386Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03be1d60-cf26-4442-b990-01a8fe4a054f/model-vers/model-ver/4ac2794c-b385-4d95-970e-93ec849f8eda?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-07T04:27:08.514Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03be1d60-cf26-4442-b990-01a8fe4a054f/model-vers/model-ver/4ac2794c-b385-4d95-970e-93ec849f8eda?depth=0|INFO|500||InvokeReturn 2022-02-07T04:27:08.514Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03be1d60-cf26-4442-b990-01a8fe4a054f/model-vers/model-ver/4ac2794c-b385-4d95-970e-93ec849f8eda?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220207-04:27:08:392-55637], vertex-id=[307328], Content-Length=[0], Date=[Mon, 07 Feb 2022 04:27:08 GMT], Content-Type=[application/json]} 2022-02-07T04:27:08.515Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-02-07T04:27:08.515Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-07T04:27:08.515Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:27:08.519Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-07T04:27:08.519Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 13b898fe-82f8-4d5f-9778-4efcc7ec42f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-07T04:27:08.520Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-07T04:27:08.520Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:27:08.521Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:27:08.521Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644208028520, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-07T04:27:08.622Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:27:08.623Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:27:08.623Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:27:08.638Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:27:08.639Z||pool-145-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=? 2022-02-07T04:27:09.532Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:27:09.533Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:27:09.533Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:27:19.740Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:27:19.741Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:27:19.741Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:27:19.741Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:27:29.272Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:27:29.273Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:27:29.273Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:27:29.273Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:27:36.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:27:36.727Z||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. 2022-02-07T04:27:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:27:37.350Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:27:37.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:27:37.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "13b898fe-82f8-4d5f-9778-4efcc7ec42f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644208028520, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-07T04:27:37.351Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:27:38.804Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:27:38.805Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:27:38.805Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:27:38.805Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:27:48.338Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:27:48.338Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:27:48.339Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:27:48.339Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:27:57.869Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:27:57.870Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:27:57.870Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:27:57.870Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:28:07.403Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:28:07.404Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:28:07.404Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:28:07.404Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:28:16.935Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:28:36.725Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:28:36.725Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:28:36.726Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:28:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:28:36.727Z||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. 2022-02-07T04:28:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:28:46.258Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:28:46.267Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:29:36.725Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:29:36.726Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:29:36.726Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:29:36.727Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:29:36.727Z||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. 2022-02-07T04:29:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:29:46.258Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:29:46.265Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:30:36.725Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:30:36.725Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:30:36.726Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:30:36.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:30:36.727Z||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. 2022-02-07T04:30:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:30:37.351Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:30:37.351Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.352Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb","serviceName":"Demo_pNF_uS2IzU8e3tWkr7rbk4FU","serviceVersion":"1.0","serviceUUID":"fd3bda73-1322-47ee-a3a3-323d80fff8a8","serviceDescription":"catalog service description","serviceInvariantUUID":"4bba6f54-f0bd-4264-b027-e207d512c44e","resources":[{"resourceInstanceName":"pNF 692962d2-f28b 0","resourceName":"pNF 692962d2-f28b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"75176e25-bd56-453a-912e-a88f0b3e1e0e","resourceInvariantUUID":"fd968112-1926-4956-a0be-7ba80d858670","resourceCustomizationUUID":"e5f9d13d-6704-443c-9b50-356746d65156","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/vf-license-model.xml","artifactChecksum":"ZTljZDY0ZWVjYTc2YTFjYWZiMTg1OTZhOWEzN2RhNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b436ab3f-0797-45f9-87fb-217564d1055f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/pNF.csar","artifactChecksum":"OGEyMTBhMGZhMDI5MzM2ZDc5NmU5YzUwMzU5ZDY5Njk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c098b825-a144-4051-991b-6d4312fc796d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"49a1c634-3fab-407f-b8fd-a0db43790543","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDljMDJjNWJmMDQzMmEyNzRmYzU0N2I3YmY3YzQ0MWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"20c8999a-b91c-4a8a-ac58-7de0b939de18","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3d210330-0a70-4178-bfc7-3c8e0ba4a115","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"44c98fe7-f196-4de1-b0ac-d6ee44642b58","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUs2izu8e3twkr7rbk4fu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-template.yml","artifactChecksum":"NWJkMWUwMmE0N2FhMDJjNjY2MjE2YWZiYTc5NTMyMGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a97d0ba4-8ced-413d-a73f-196701d136e7","artifactVersion":"1"},{"artifactName":"service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar","artifactChecksum":"Yjk5N2Y2ODljNDhlNzA1OTg5M2VmYTk1MDhkMGU5MjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5624c74d-45c2-4596-bd12-2280856d06c7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-07T04:30:37.353Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:30:37.354Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:30:37.356Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:30:37.356Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644208236725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.357Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:30:37.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "clamp", "timestamp": 1644208206422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "multicloud-k8s-id", "timestamp": 1644208205823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "policy-id", "timestamp": 1644208205828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "clamp", "timestamp": 1644208206422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "multicloud-k8s-id", "timestamp": 1644208205823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "policy-id", "timestamp": 1644208205828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "multicloud-k8s-id", "timestamp": 1644208205823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "clamp", "timestamp": 1644208206422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "policy-id", "timestamp": 1644208205828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "dcae-sch", "timestamp": 1644208210816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "clamp", "timestamp": 1644208206422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "multicloud-k8s-id", "timestamp": 1644208205823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "policy-id", "timestamp": 1644208205828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "dcae-sch", "timestamp": 1644208210816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "clamp", "timestamp": 1644208206422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "multicloud-k8s-id", "timestamp": 1644208205823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "policy-id", "timestamp": 1644208205828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "dcae-sch", "timestamp": 1644208210816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "cds", "timestamp": 1644208213207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "multicloud-k8s-id", "timestamp": 1644208205823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "clamp", "timestamp": 1644208206422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "policy-id", "timestamp": 1644208205828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "dcae-sch", "timestamp": 1644208210816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "cds", "timestamp": 1644208213207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "clamp", "timestamp": 1644208206422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "multicloud-k8s-id", "timestamp": 1644208205823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "policy-id", "timestamp": 1644208205828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "dcae-sch", "timestamp": 1644208210816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "cds", "timestamp": 1644208213207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "clamp", "timestamp": 1644208206422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:30:37.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "multicloud-k8s-id", "timestamp": 1644208205823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:30:37.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "policy-id", "timestamp": 1644208205828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:30:37.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "dcae-sch", "timestamp": 1644208210816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "cds", "timestamp": 1644208213207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "ves-openapi-manager", "timestamp": 1644208216335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644208216563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "dcae-sch", "timestamp": 1644208210816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "policy-id", "timestamp": 1644208217474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:30:37.367Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:30:37.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "cds", "timestamp": 1644208213207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "ves-openapi-manager", "timestamp": 1644208216335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644208216563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "dcae-sch", "timestamp": 1644208210816, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "policy-id", "timestamp": 1644208218478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:30:37.368Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:30:37.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "cds", "timestamp": 1644208213207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "ves-openapi-manager", "timestamp": 1644208216335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644208216563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "policy-id", "timestamp": 1644208219481, "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 (?, ?, ?, ?, ?) 2022-02-07T04:30:37.384Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb 2022-02-07T04:30:37.384Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb 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 (?, ?, ?, ?, ?) 2022-02-07T04:30:37.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "cds", "timestamp": 1644208213207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "ves-openapi-manager", "timestamp": 1644208216335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644208216563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "cds", "timestamp": 1644208213207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:30:37.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "ves-openapi-manager", "timestamp": 1644208216335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644208216563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "ves-openapi-manager", "timestamp": 1644208216335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-02-07T04:30:37.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "cds", "timestamp": 1644208222062, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:30:37.394Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:30:37.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644208216563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "ves-openapi-manager", "timestamp": 1644208216335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "cds", "timestamp": 1644208223067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-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=? 2022-02-07T04:30:37.400Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb 2022-02-07T04:30:37.400Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb 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 (?, ?, ?, ?, ?) 2022-02-07T04:30:37.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644208216563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.408Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "ves-openapi-manager", "timestamp": 1644208216335, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.408Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644208216563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:30:37.408Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "ves-openapi-manager", "timestamp": 1644208225046, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-02-07T04:30:37.409Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:30:37.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644208225272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:30:37.409Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:30:37.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "ves-openapi-manager", "timestamp": 1644208226079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-02-07T04:30:37.409Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:30:37.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644208226832, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:30:37.409Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:30:37.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "ves-openapi-manager", "timestamp": 1644208227081, "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=? 2022-02-07T04:30:37.415Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb 2022-02-07T04:30:37.415Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb 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 (?, ?, ?, ?, ?) 2022-02-07T04:30:37.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1644208227835, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-07T04:30:37.428Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb 2022-02-07T04:30:37.428Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-02-07T04:30:37.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "clamp", "timestamp": 1644208228064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:30:37.437Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:30:37.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "aai-ml", "timestamp": 1644208227772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "aai-ml", "timestamp": 1644208227772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "clamp", "timestamp": 1644208229940, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:30:37.438Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:30:37.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "aai-ml", "timestamp": 1644208227772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "clamp", "timestamp": 1644208230943, "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=? 2022-02-07T04:30:37.444Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb 2022-02-07T04:30:37.444Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb 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 (?, ?, ?, ?, ?) 2022-02-07T04:30:37.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "aai-ml", "timestamp": 1644208227772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "aai-ml", "timestamp": 1644208227772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "aai-ml", "timestamp": 1644208227772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "aai-ml", "timestamp": 1644208227772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:37.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "aai-ml", "timestamp": 1644208227772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:30:37.455Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:30:37.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:30:37.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "aai-ml", "timestamp": 1644208236539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:30:37.455Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:30:37.456Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:30:37.457Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:30:37.457Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:30:37.468Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:30:37.469Z||pool-146-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:30:38.356Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:30:38.357Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:30:38.360Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:30:38.360Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644208236725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:38.460Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:30:38.461Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:30:38.461Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:30:38.473Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:30:38.473Z||pool-147-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:30:39.361Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:30:39.361Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:30:39.363Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:30:39.363Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644208236725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:39.464Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:30:39.464Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:30:39.464Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:30:39.476Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:30:39.476Z||pool-148-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:30:40.364Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:30:40.365Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:30:40.367Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:30:40.367Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644208236725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:40.468Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-07T04:30:40.468Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:30:40.468Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:30:40.480Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:30:40.480Z||pool-149-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:30:41.368Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:30:41.369Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:30:41.370Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:30:41.371Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644208236725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:41.471Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:30:41.471Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:30:41.472Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:30:41.485Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:30:41.485Z||pool-150-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:30:42.372Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:30:42.373Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:30:42.374Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:30:42.375Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644208236725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:42.475Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:30:42.475Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:30:42.475Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:30:42.485Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:30:42.485Z||pool-151-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:30:43.375Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:30:43.376Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:30:43.377Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:30:43.378Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644208236725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:30:43.478Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:30:43.478Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:30:43.479Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:30:43.489Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:30:43.489Z||pool-152-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:30:44.378Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-07T04:30:44.379Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:30:44.381Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:30:44.381Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644208236725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:30:44.482Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-07T04:30:44.483Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:30:44.483Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:30:44.493Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:30:44.493Z||pool-153-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:30:45.382Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "serviceName": "Demo_pNF_uS2IzU8e3tWkr7rbk4FU", "serviceVersion": "1.0", "serviceUUID": "fd3bda73-1322-47ee-a3a3-323d80fff8a8", "serviceDescription": "catalog service description", "serviceInvariantUUID": "4bba6f54-f0bd-4264-b027-e207d512c44e", "resources": [ { "resourceInstanceName": "pNF 692962d2-f28b 0", "resourceCustomizationUUID": "e5f9d13d-6704-443c-9b50-356746d65156", "resourceName": "pNF 692962d2-f28b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "75176e25-bd56-453a-912e-a88f0b3e1e0e", "resourceInvariantUUID": "fd968112-1926-4956-a0be-7ba80d858670", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar", "artifactChecksum": "Yjk5N2Y2ODljNDhlNzA1OTg5M2VmYTk1MDhkMGU5MjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5624c74d-45c2-4596-bd12-2280856d06c7" } ], "workloadContext": "Production" } 2022-02-07T04:30:45.383Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-07T04:30:45.383Z|13b898fe-82f8-4d5f-9778-4efcc7ec42f6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fd3bda73-1322-47ee-a3a3-323d80fff8a8 ASDC 2022-02-07T04:30:45.384Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb ServiceName:Demo_pNF_uS2IzU8e3tWkr7rbk4FU ServiceVersion:1.0 ServiceUUID:fd3bda73-1322-47ee-a3a3-323d80fff8a8 ServiceInvariantUUID:4bba6f54-f0bd-4264-b027-e207d512c44e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar ArtifactUUID:5624c74d-45c2-4596-bd12-2280856d06c7 ArtifactChecksum:Yjk5N2Y2ODljNDhlNzA1OTg5M2VmYTk1MDhkMGU5MjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 692962d2-f28b 0 ResourceCustomizationUUID:e5f9d13d-6704-443c-9b50-356746d65156 ResourceInvariantUUID:fd968112-1926-4956-a0be-7ba80d858670 ResourceName:pNF 692962d2-f28b ResourceType:PNF ResourceUUID:75176e25-bd56-453a-912e-a88f0b3e1e0e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-02-07T04:30:45.384Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd3bda73-1322-47ee-a3a3-323d80fff8a8 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=? 2022-02-07T04:30:45.410Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-07T04:30:45.411Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-02-07T04:30:45.411Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-02-07T04:30:45.411Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5624c74d-45c2-4596-bd12-2280856d06c7 from URL: /sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar 2022-02-07T04:30:45.412Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-02-07T04:30:45.412Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar 2022-02-07T04:30:45.471Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-02-07T04:30:45.477Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar 5624c74d-45c2-4596-bd12-2280856d06c7 82622 2022-02-07T04:30:45.477Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar ASDC sendASDCNotification 2022-02-07T04:30:45.477Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar 2022-02-07T04:30:45.477Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-07T04:30:45.477Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:30:45.479Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:30:45.479Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644208245477, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:30:45.580Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:30:45.581Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:30:45.581Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:30:45.601Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:30:45.602Z||pool-154-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:30:46.479Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-07T04:30:46.481Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-02-07T04:30:46.481Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5624c74d-45c2-4596-bd12-2280856d06c7, URL: /sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar to file: /app/ASDC/1/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar 2022-02-07T04:30:46.481Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar 2022-02-07T04:30:46.482Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar 2022-02-07T04:30:46.482Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar 2022-02-07T04:30:46.562Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6883976470898235956/Definitions/service-DemoPnfUs2izu8e3twkr7rbk4fu-template.yml 2022-02-07T04:30:47.188Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-07T04:30:47.189Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-02-07T04:30:47.189Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar 2022-02-07T04:30:47.189Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-02-07T04:30:47.189Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar 2022-02-07T04:30:47.189Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar 2022-02-07T04:30:47.189Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar 2022-02-07T04:30:47.189Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar 2022-02-07T04:30:47.189Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar 2022-02-07T04:30:47.189Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar 2022-02-07T04:30:47.189Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 692962d2-f28b 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-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar 2022-02-07T04:30:47.189Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-02-07T04:30:47.190Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:30:47.190Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_uS2IzU8e3tWkr7rbk4FU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:30:47.190Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Node template pNF 692962d2-f28b 0 is matching search criteria 2022-02-07T04:30:47.190Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-02-07T04:30:47.190Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 692962d2-f28b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-07T04:30:47.190Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:30:47.190Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_uS2IzU8e3tWkr7rbk4FU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:30:47.190Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Node template pNF 692962d2-f28b 0 is matching search criteria 2022-02-07T04:30:47.190Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-02-07T04:30:47.190Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 692962d2-f28b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-07T04:30:47.190Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:30:47.191Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_uS2IzU8e3tWkr7rbk4FU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:30:47.191Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:30:47.191Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_uS2IzU8e3tWkr7rbk4FU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:30:47.191Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:30:47.191Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_uS2IzU8e3tWkr7rbk4FU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:30:47.191Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:30:47.191Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_uS2IzU8e3tWkr7rbk4FU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:30:47.191Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:30:47.191Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_uS2IzU8e3tWkr7rbk4FU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:30:47.191Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_uS2IzU8e3tWkr7rbk4FU Description:catalog service description Model UUID:fd3bda73-1322-47ee-a3a3-323d80fff8a8 Model Version:NULL Model InvariantUuid:4bba6f54-f0bd-4264-b027-e207d512c44e 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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-02-07T04:30:47.196Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 75176e25-bd56-453a-912e-a88f0b3e1e0e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:30:47.198Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||pNF 692962d2-f28b 0 2022-02-07T04:30:47.198Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 75176e25-bd56-453a-912e-a88f0b3e1e0e 2022-02-07T04:30:47.199Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||No resources found for Service: fd3bda73-1322-47ee-a3a3-323d80fff8a8 2022-02-07T04:30:47.199Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: fd3bda73-1322-47ee-a3a3-323d80fff8a8 2022-02-07T04:30:47.199Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 692962d2-f28b 0 75176e25-bd56-453a-912e-a88f0b3e1e0e ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:30:47.202Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5a1c3e29, org.onap.sdc.toscaparser.api.parameters.Input@460fd0a1, org.onap.sdc.toscaparser.api.parameters.Input@26beb191, org.onap.sdc.toscaparser.api.parameters.Input@425a3ca9, org.onap.sdc.toscaparser.api.parameters.Input@798cafbd] 2022-02-07T04:30:47.202Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:30:47.202Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_uS2IzU8e3tWkr7rbk4FU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:30:47.202Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid fd3bda73-1322-47ee-a3a3-323d80fff8a8: pNF 692962d2-f28b 2022-02-07T04:30:47.202Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||Processing PNF resource: 75176e25-bd56-453a-912e-a88f0b3e1e0e 2022-02-07T04:30:47.202Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-07T04:30:47.202Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_uS2IzU8e3tWkr7rbk4FU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-07T04:30:47.203Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||Resource customization UUID: e5f9d13d-6704-443c-9b50-356746d65156 is the same as notified resource customizationUUID: e5f9d13d-6704-443c-9b50-356746d65156 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_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 (?, ?) 2022-02-07T04:30:47.243Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 692962d2-f28b 75176e25-bd56-453a-912e-a88f0b3e1e0e 0 ASDC deployResourceStructure 2022-02-07T04:30:47.243Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar ASDC sendASDCNotification 2022-02-07T04:30:47.244Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar 2022-02-07T04:30:47.244Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-07T04:30:47.244Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:30:47.247Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:30:47.247Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644208247243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:30:47.347Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:30:47.348Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:30:47.348Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:30:47.360Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:30:47.360Z||pool-155-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-07T04:30:48.247Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:30:48.258Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:30:48.260Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:30:48.260Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-07T04:30:48.260Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-07T04:31:18.261Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:31:18.272Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:31:18.275Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:31:18.275Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-07T04:31:18.275Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-07T04:31:36.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:31:36.728Z||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. 2022-02-07T04:31:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:31:36.848Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:31:36.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:31:36.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644208236725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:31:36.849Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:31:48.276Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:31:48.286Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:31:48.289Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:31:48.289Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-07T04:31:48.289Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-07T04:32:18.289Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:32:18.299Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:32:18.301Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:32:18.302Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-07T04:32:18.302Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-07T04:32:36.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:32:36.728Z||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. 2022-02-07T04:32:36.728Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:32:37.253Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:32:37.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:32:37.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644208236725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-07T04:32:37.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:32:37.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:32:37.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644208236725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-07T04:32:37.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:32:37.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:32:37.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644208236725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-07T04:32:37.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:32:37.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:32:37.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "aai-ml", "timestamp": 1644208240507, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:32:37.255Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:32:37.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:32:37.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644208236725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:32:37.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:32:37.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:32:37.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "aai-ml", "timestamp": 1644208241511, "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=? 2022-02-07T04:32:37.265Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb 2022-02-07T04:32:37.265Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb 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 (?, ?, ?, ?, ?) 2022-02-07T04:32:37.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:32:37.274Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644208236725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/resourceInstances/pnf692962d2f28b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-07T04:32:37.274Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:32:37.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:32:37.274Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644208236725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-template.yml", "status": "NOT_NOTIFIED" } 2022-02-07T04:32:37.274Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:32:37.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:32:37.275Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644208236725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar", "status": "NOTIFIED" } 2022-02-07T04:32:37.275Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-07T04:32:37.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:32:37.275Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644208245477, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-07T04:32:37.275Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:32:37.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-07T04:32:37.275Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644208247243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUs2izu8e3twkr7rbk4fu/1.0/artifacts/service-DemoPnfUs2izu8e3twkr7rbk4fu-csar.csar", "status": "DEPLOY_OK" } 2022-02-07T04:32:37.275Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:32:48.302Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-02-07T04:32:48.313Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-02-07T04:32:48.316Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-07T04:32:48.316Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-07T04:32:48.316Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-07T04:32:48.316Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-07T04:32:48.316Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:32:48.316Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:32:48.316Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:32:48.317Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:32:48.317Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:32:48.317Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:32:48.317Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-07T04:32:48.317Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-07T04:32:48.322Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-07T04:33:18.323Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb 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=? 2022-02-07T04:33:18.327Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb and serviceModelVersionId: fd3bda73-1322-47ee-a3a3-323d80fff8a8 2022-02-07T04:33:18.328Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4bba6f54-f0bd-4264-b027-e207d512c44e 2022-02-07T04:33:18.328Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4bba6f54-f0bd-4264-b027-e207d512c44e/model-vers/model-ver/fd3bda73-1322-47ee-a3a3-323d80fff8a8?depth=0 2022-02-07T04:33:18.334Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-02-07T04:33:18.360Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bba6f54-f0bd-4264-b027-e207d512c44e/model-vers/model-ver/fd3bda73-1322-47ee-a3a3-323d80fff8a8?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]} 2022-02-07T04:33:18.361Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bba6f54-f0bd-4264-b027-e207d512c44e/model-vers/model-ver/fd3bda73-1322-47ee-a3a3-323d80fff8a8?depth=0|INFO|500||Invoke 2022-02-07T04:33:18.376Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bba6f54-f0bd-4264-b027-e207d512c44e/model-vers/model-ver/fd3bda73-1322-47ee-a3a3-323d80fff8a8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-07T04:33:18.666Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bba6f54-f0bd-4264-b027-e207d512c44e/model-vers/model-ver/fd3bda73-1322-47ee-a3a3-323d80fff8a8?depth=0|INFO|500||InvokeReturn 2022-02-07T04:33:18.666Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bba6f54-f0bd-4264-b027-e207d512c44e/model-vers/model-ver/fd3bda73-1322-47ee-a3a3-323d80fff8a8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220207-04:33:18:380-50162], vertex-id=[233472], Content-Length=[0], Date=[Mon, 07 Feb 2022 04:33:18 GMT], Content-Type=[application/json]} 2022-02-07T04:33:18.666Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-02-07T04:33:18.667Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-07T04:33:18.667Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-07T04:33:18.672Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-07T04:33:18.672Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-07T04:33:18.672Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-07T04:33:18.673Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-02-07T04:33:18.674Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-07T04:33:18.675Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644208398672, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-07T04:33:18.775Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-07T04:33:18.776Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-02-07T04:33:18.776Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:33:18.792Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:33:18.792Z||pool-156-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-02-07T04:33:19.688Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:33:19.688Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:33:19.688Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:33:29.894Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:33:29.894Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:33:29.895Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:33:29.895Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:33:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:33:36.727Z||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. 2022-02-07T04:33:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:33:37.349Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:33:37.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-07T04:33:37.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1644208398672, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-07T04:33:37.350Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-07T04:33:39.435Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:33:39.435Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:33:39.436Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:33:39.436Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:33:48.965Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:34:36.725Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:34:36.725Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:34:36.725Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:34:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:34:36.727Z||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. 2022-02-07T04:34:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:34:46.262Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:34:46.264Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:35:36.725Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:35:36.725Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:35:36.726Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:35:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:35:36.727Z||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. 2022-02-07T04:35:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:35:46.261Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:35:46.266Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:36:36.725Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:36:36.725Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:36:36.725Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:36:36.727Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:36:36.727Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|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. 2022-02-07T04:36:36.727Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:36:46.263Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:36:46.268Z|94e77f4c-c29f-4f51-9ef2-21598f4870f5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:37:36.725Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:37:36.725Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:37:36.726Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:37:36.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:37:36.727Z||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. 2022-02-07T04:37:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:37:46.264Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:37:46.265Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:38:36.725Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:38:36.726Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:38:36.726Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:38:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:38:36.727Z||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. 2022-02-07T04:38:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:38:46.264Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:38:46.267Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:39:36.725Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:39:36.725Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:39:36.726Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:39:36.727Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:39:36.727Z||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. 2022-02-07T04:39:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:39:46.264Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:39:46.265Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:40:36.725Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:40:36.726Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:40:36.726Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:40:36.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:40:36.727Z||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. 2022-02-07T04:40:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:40:46.265Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:40:46.271Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:41:36.725Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:41:36.725Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:41:36.726Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:41:36.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:41:36.727Z||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. 2022-02-07T04:41:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:41:46.260Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:41:46.265Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:42:36.725Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:42:36.725Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:42:36.725Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:42:36.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:42:36.727Z||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. 2022-02-07T04:42:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:42:46.265Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:42:46.266Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:43:36.725Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:43:36.725Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:43:36.725Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:43:36.727Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:43:36.727Z||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. 2022-02-07T04:43:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:43:46.268Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:43:46.270Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:44:36.725Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:44:36.726Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-07T04:44:36.726Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ... 2022-02-07T04:44:36.727Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-07T04:44:36.727Z||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. 2022-02-07T04:44:36.727Z||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 AfArcp4JjG0I7dH5) ... 2022-02-07T04:44:46.266Z|b0b7a2f9-b88a-4b05-a9e5-372530c1b6fb|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-07T04:44:46.266Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK