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-05-31T03:39:51.435Z||main|||||INFO|500||The following profiles are active: basic 2022-05-31T03:40:03.855Z||main|||||INFO|500||Starting service [Tomcat] 2022-05-31T03:40:03.856Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-05-31T03:40:03.995Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-05-31T03:40:08.609Z||main|||||INFO|500||catdb-pool - Starting... 2022-05-31T03:40:09.171Z||main|||||INFO|500||catdb-pool - Start completed. 2022-05-31T03:40:09.695Z||main|||||INFO|500||reqdb-pool - Starting... 2022-05-31T03:40:09.702Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-05-31T03:40:09.836Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-05-31T03:40:10.087Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-05-31T03:40:10.785Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-05-31T03:40:12.719Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-31T03:40:15.341Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-31T03:40:15.402Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-05-31T03:40:16.123Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-31T03:40:16.516Z||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-05-31T03:40:17.879Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-31T03:40:19.190Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-05-31T03:40:19.216Z||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$$75ebdfa9.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-05-31T03:40:19.218Z||main|||||WARN|500||The sdc end point is not alive 2022-05-31T03:40:22.521Z||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-05-31T03:40:25.577Z||main|||||WARN|500||--- 2022-05-31T03:40:25.577Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-05-31T03:40:25.578Z||main|||||WARN|500||--- 2022-05-31T03:40:26.084Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-05-31T03:40:31.350Z||main|||||INFO|500||Started Application in 43.294 seconds (JVM running for 45.739) 2022-05-31T03:40:31.380Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-31T03:40:31.383Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-31T03:40:31.400Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-31T03:40:31.436Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-31T03:40:31.500Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 365c8458-99d5-4f56-b963-455cfe08ee0d url= /sdc/v1/artifactTypes 2022-05-31T03:40:31.501Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-31T03:40:31.820Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-05-31T03:40:31.850Z||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-05-31T03:40:31.877Z||scheduling-1|||||DEBUG|500||create keys 2022-05-31T03:40:31.890Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-05-31T03:40:31.965Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:40:32.004Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 476d5213-2b94-4b2a-8780-eb882273c75e url= /sdc/v1/registerForDistribution 2022-05-31T03:40:32.228Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 476d5213-2b94-4b2a-8780-eb882273c75e url= /sdc/v1/registerForDistribution 2022-05-31T03:40:32.230Z||scheduling-1|||||INFO|500||start DistributionClient 2022-05-31T03:40:32.290Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:40:32.293Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-05-31T03:40:32.362Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:40:32.415Z||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-05-31T03:40:32.416Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:40:32.416Z||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-05-31T03:40:32.416Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:40:43.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:40:43.139Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:41:32.250Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:41:32.251Z||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-05-31T03:41:32.251Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:41:32.269Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:41:32.270Z||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-05-31T03:41:32.270Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:41:41.854Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:41:41.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:42:32.251Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:42:32.252Z||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-05-31T03:42:32.252Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:42:32.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:42:32.264Z||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-05-31T03:42:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:42:41.840Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:42:41.845Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:43:32.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:43:32.254Z||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-05-31T03:43:32.254Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:43:32.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:43:32.265Z||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-05-31T03:43:32.265Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:43:41.860Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:43:41.861Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:44:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:44:32.251Z||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-05-31T03:44:32.251Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:44:32.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:44:32.264Z||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-05-31T03:44:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:44:41.839Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:44:41.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:45:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:45:32.253Z||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-05-31T03:45:32.254Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:45:32.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:45:32.264Z||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-05-31T03:45:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:45:41.825Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:45:41.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:46:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:46:32.251Z||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-05-31T03:46:32.251Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:46:32.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:46:32.264Z||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-05-31T03:46:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:46:41.829Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:46:41.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:47:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:47:32.251Z||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-05-31T03:47:32.251Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:47:32.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:47:32.267Z||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-05-31T03:47:32.268Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:47:41.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:47:41.855Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:48:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:48:32.251Z||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-05-31T03:48:32.251Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:48:32.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:48:32.264Z||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-05-31T03:48:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:48:41.828Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:48:41.863Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:49:32.250Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:49:32.251Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T03:49:32.251Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T03:49:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:49:32.264Z||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-05-31T03:49:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:49:41.824Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:49:41.827Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:50:21.500Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-05-31T03:50:32.250Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:50:32.251Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T03:50:32.251Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T03:50:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:50:32.264Z||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-05-31T03:50:32.265Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:50:41.820Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:50:41.821Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:51:32.250Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:51:32.251Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T03:51:32.251Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T03:51:32.264Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:51:32.265Z||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-05-31T03:51:32.265Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:51:41.805Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:51:41.830Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:52:32.250Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:52:32.251Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T03:52:32.251Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T03:52:32.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:52:32.264Z||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-05-31T03:52:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:52:41.808Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:52:41.828Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:53:32.250Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:53:32.251Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T03:53:32.251Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T03:53:32.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:53:32.264Z||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-05-31T03:53:32.265Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:53:41.808Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:53:41.828Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:54:32.250Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:54:32.251Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T03:54:32.251Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T03:54:32.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:54:32.264Z||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-05-31T03:54:32.265Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:54:41.798Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:54:41.812Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:55:32.250Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:55:32.252Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T03:55:32.252Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T03:55:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:55:32.265Z||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-05-31T03:55:32.265Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:55:41.813Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:55:41.838Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:56:32.250Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:56:32.253Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T03:56:32.253Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T03:56:32.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:56:32.264Z||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-05-31T03:56:32.265Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:56:41.812Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:56:41.841Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:57:32.250Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:57:32.251Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T03:57:32.251Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T03:57:32.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:57:32.264Z||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-05-31T03:57:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:57:41.802Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:57:41.842Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:58:32.250Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:58:32.251Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T03:58:32.251Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T03:58:32.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:58:32.265Z||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-05-31T03:58:32.265Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:58:41.821Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:58:41.821Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:59:32.250Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:59:32.251Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T03:59:32.251Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T03:59:32.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:59:32.264Z||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-05-31T03:59:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T03:59:41.795Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:59:41.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:00:32.250Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:00:32.251Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:00:32.251Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:00:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:00:32.264Z||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-05-31T04:00:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:00:41.832Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:00:41.832Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:01:32.250Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:01:32.251Z||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-05-31T04:01:32.251Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:01:32.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:01:32.265Z||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-05-31T04:01:32.265Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:01:41.820Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:01:41.822Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:02:32.249Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:02:32.251Z||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-05-31T04:02:32.253Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:02:32.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:02:32.264Z||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-05-31T04:02:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:02:41.811Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:02:41.817Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:03:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:03:32.251Z||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-05-31T04:03:32.251Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:03:32.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:03:32.264Z||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-05-31T04:03:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:03:41.827Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:03:41.862Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:04:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:04:32.251Z||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-05-31T04:04:32.251Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:04:32.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:04:32.264Z||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-05-31T04:04:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:04:41.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:04:41.858Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:05:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:05:32.252Z||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-05-31T04:05:32.252Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:05:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:05:32.265Z||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-05-31T04:05:32.265Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:05:41.812Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:05:41.841Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:06:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:06:32.251Z||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-05-31T04:06:32.252Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:06:32.265Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:06:32.265Z||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-05-31T04:06:32.266Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:06:41.798Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:06:41.825Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:07:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:07:32.251Z||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-05-31T04:07:32.251Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:07:32.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:07:32.264Z||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-05-31T04:07:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:07:41.812Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:07:41.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:08:32.254Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:08:32.255Z||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-05-31T04:08:32.255Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:08:32.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:08:32.264Z||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-05-31T04:08:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:08:41.826Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:08:41.835Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:09:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:09:32.250Z||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-05-31T04:09:32.251Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:09:32.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:09:32.264Z||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-05-31T04:09:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:09:41.832Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:09:41.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:10:32.249Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:10:32.250Z||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-05-31T04:10:32.251Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:10:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:10:32.269Z||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-05-31T04:10:32.269Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:10:41.838Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:10:41.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:11:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:11:32.250Z||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-05-31T04:11:32.251Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:11:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:11:32.264Z||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-05-31T04:11:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:11:41.808Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:11:41.819Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:12:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:12:32.251Z||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-05-31T04:12:32.251Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:12:32.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:12:32.264Z||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-05-31T04:12:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:12:41.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:12:41.835Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:13:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:13:32.251Z||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-05-31T04:13:32.251Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:13:32.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:13:32.264Z||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-05-31T04:13:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:13:41.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:13:41.827Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:14:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:14:32.251Z||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-05-31T04:14:32.251Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:14:32.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:14:32.265Z||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-05-31T04:14:32.265Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:14:41.837Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:14:41.839Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:15:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:15:32.251Z||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-05-31T04:15:32.251Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:15:32.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:15:32.264Z||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-05-31T04:15:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:15:41.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:15:41.823Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:16:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:16:32.252Z||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-05-31T04:16:32.252Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:16:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:16:32.264Z||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-05-31T04:16:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:16:41.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:16:41.840Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:17:32.250Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:17:32.251Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:17:32.251Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:17:32.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:17:32.264Z||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-05-31T04:17:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:17:41.851Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:17:41.854Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:18:32.251Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:18:32.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:18:32.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:18:32.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:18:32.265Z||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-05-31T04:18:32.265Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:18:41.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:18:41.855Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:19:32.250Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:19:32.250Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:19:32.251Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:19:32.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:19:32.265Z||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-05-31T04:19:32.265Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:19:41.797Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:19:41.857Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:20:32.250Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:20:32.250Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:20:32.251Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:20:32.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:20:32.264Z||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-05-31T04:20:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:20:41.894Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:20:42.009Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:21:32.250Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:21:32.251Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:21:32.251Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:21:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:21:32.264Z||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-05-31T04:21:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:21:41.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:21:41.844Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:22:32.250Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:22:32.251Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:22:32.251Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:22:32.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:22:32.265Z||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-05-31T04:22:32.265Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:22:41.847Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:22:41.847Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:23:32.250Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:23:32.251Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:23:32.251Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:23:32.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:23:32.265Z||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-05-31T04:23:32.265Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:23:41.825Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:23:41.850Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:24:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:24:32.252Z||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-05-31T04:24:32.252Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:24:32.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:24:32.264Z||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-05-31T04:24:32.265Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:24:41.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:24:41.818Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:25:32.250Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:25:32.251Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:25:32.251Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:25:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:25:32.264Z||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-05-31T04:25:32.265Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:25:32.884Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:25:32.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"da47ba14-7e43-4872-b084-773b061723cd","serviceName":"basic_onboard_rinoeA","serviceVersion":"1.0","serviceUUID":"e68b6769-3686-4414-94fb-d60c191a6f47","serviceDescription":"service","serviceInvariantUUID":"b9b9bf37-5059-44a1-9334-7b2be9d88d33","resources":[{"resourceInstanceName":"basic_onboard_rinoeA 0","resourceName":"basic_onboard_rinoeA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4b390cef-634b-4bbf-b829-cb2365900dde","resourceInvariantUUID":"23cbe037-0a89-4fb6-affe-3dd9dc570ee2","resourceCustomizationUUID":"6a9be786-ceea-4600-89a8-b8b45d405afb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vf-license-model.xml","artifactChecksum":"MTU0YmE3ZTNkNmI2ZDUwZWVjNTVkODdhNzc0MTFiOWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c30dbb3e-04f4-4056-a851-f3bcb65c8859","artifactVersion":"1"},{"artifactName":"basic_onboard_rinoea0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json","artifactChecksum":"NTM5YjUyMTZjZDYxYTI2MDgyNWUzZDQ3ZGUxNDg2NDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bcfae0ad-25db-4624-8ee7-8deaf0d444a8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"221771ee-95de-430f-9d10-f6e64fcdc529","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f7debfd2-47bc-46e2-a4af-e9c491033e90","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ecd06ce9-836d-45bc-8131-1a95de5665cd","artifactVersion":"2","generatedFromUUID":"221771ee-95de-430f-9d10-f6e64fcdc529"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRinoea-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-template.yml","artifactChecksum":"YWRmM2RkODg1Mzc5MDEzOTM5ZTdkZTcwMDFjYWUxMjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1ed3ffae-05e1-4928-a03c-cd134981ed4b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRinoea-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar","artifactChecksum":"ZTgwMmYyY2MyOWM4MDgzMGMyOTc5MWEzYTBhNjBkZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ffe03481-72e8-4a7f-b4ff-b1b862e01f95","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-31T04:25:32.895Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:25:32.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "clamp", "timestamp": 1653971112499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.903Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:25:32.912Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:25:32.929Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:25:32.930Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971132250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.931Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "policy-id", "timestamp": 1653971108820, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.932Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "cds", "timestamp": 1653971113122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.933Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "multicloud-k8s-id", "timestamp": 1653971112972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.933Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "clamp", "timestamp": 1653971112499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json", "status": "NOTIFIED" } 2022-05-31T04:25:32.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "policy-id", "timestamp": 1653971108820, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "ves-openapi-manager", "timestamp": 1653971113789, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "cds", "timestamp": 1653971113122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "multicloud-k8s-id", "timestamp": 1653971112972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json", "status": "NOTIFIED" } 2022-05-31T04:25:32.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "clamp", "timestamp": 1653971112499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "policy-id", "timestamp": 1653971108820, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-31T04:25:32.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "ves-openapi-manager", "timestamp": 1653971113789, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "cds", "timestamp": 1653971113122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "multicloud-k8s-id", "timestamp": 1653971112972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-31T04:25:32.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "clamp", "timestamp": 1653971112499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "policy-id", "timestamp": 1653971108820, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "ves-openapi-manager", "timestamp": 1653971113789, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "cds", "timestamp": 1653971113122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "multicloud-k8s-id", "timestamp": 1653971112972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "clamp", "timestamp": 1653971112499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "policy-id", "timestamp": 1653971108820, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "ves-openapi-manager", "timestamp": 1653971113789, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "cds", "timestamp": 1653971113122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "multicloud-k8s-id", "timestamp": 1653971112972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-31T04:25:32.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "clamp", "timestamp": 1653971112499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "policy-id", "timestamp": 1653971108820, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "ves-openapi-manager", "timestamp": 1653971113789, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "cds", "timestamp": 1653971113122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "multicloud-k8s-id", "timestamp": 1653971112972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "clamp", "timestamp": 1653971112499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:25:32.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "policy-id", "timestamp": 1653971108820, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:25:32.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "ves-openapi-manager", "timestamp": 1653971113789, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "cds", "timestamp": 1653971113122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:25:32.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "multicloud-k8s-id", "timestamp": 1653971112972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:25:32.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "ves-openapi-manager", "timestamp": 1653971113789, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "aai-ml", "timestamp": 1653971120164, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "cds", "timestamp": 1653971121582, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:25:32.957Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:25:32.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "multicloud-k8s-id", "timestamp": 1653971121320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T04:25:32.958Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:25:32.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "policy-id", "timestamp": 1653971121254, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:25:32.959Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:25:32.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "aai-ml", "timestamp": 1653971120164, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:32.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:32.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "policy-id", "timestamp": 1653971122267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:25:32.960Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:25:32.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:32.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "cds", "timestamp": 1653971122606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-05-31T04:25:33.029Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-05-31T04:25:33.033Z||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-05-31T04:25:33.034Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-31T04:25:33.052Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:25:33.053Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-31T04:25:33.213Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of da47ba14-7e43-4872-b084-773b061723cd 2022-05-31T04:25:33.239Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId da47ba14-7e43-4872-b084-773b061723cd 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-05-31T04:25:33.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:33.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "aai-ml", "timestamp": 1653971120164, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:33.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:33.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:33.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "multicloud-k8s-id", "timestamp": 1653971122824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T04:25:33.265Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:25:33.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:33.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "policy-id", "timestamp": 1653971123272, "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-05-31T04:25:33.283Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da47ba14-7e43-4872-b084-773b061723cd 2022-05-31T04:25:33.283Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId da47ba14-7e43-4872-b084-773b061723cd 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-05-31T04:25:33.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:33.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "aai-ml", "timestamp": 1653971120164, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:33.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:33.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:33.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "multicloud-k8s-id", "timestamp": 1653971124270, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-31T04:25:33.293Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:25:33.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:33.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "aai-ml", "timestamp": 1653971120164, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:33.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:33.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:33.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "multicloud-k8s-id", "timestamp": 1653971125329, "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-05-31T04:25:33.298Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da47ba14-7e43-4872-b084-773b061723cd 2022-05-31T04:25:33.298Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId da47ba14-7e43-4872-b084-773b061723cd 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-05-31T04:25:33.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:33.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "aai-ml", "timestamp": 1653971120164, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:33.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:33.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:33.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "clamp", "timestamp": 1653971126349, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:25:33.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:25:33.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:33.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "multicloud-k8s-id", "timestamp": 1653971126334, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T04:25:33.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:25:33.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:33.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "aai-ml", "timestamp": 1653971120164, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:25:33.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:33.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:33.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "aai-ml", "timestamp": 1653971128127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:25:33.321Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:25:33.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:33.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "clamp", "timestamp": 1653971128379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:25:33.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:25:33.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:33.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "clamp", "timestamp": 1653971129385, "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-05-31T04:25:33.335Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of da47ba14-7e43-4872-b084-773b061723cd 2022-05-31T04:25:33.335Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId da47ba14-7e43-4872-b084-773b061723cd 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-05-31T04:25:33.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:25:33.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971132003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:33.344Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:25:33.940Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:25:33.940Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:25:33.942Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:25:33.943Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971132250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json", "status": "NOTIFIED" } 2022-05-31T04:25:34.043Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:25:34.044Z||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-05-31T04:25:34.044Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:25:34.063Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:25:34.064Z||pool-4-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:25:34.943Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:25:34.945Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:25:34.947Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:25:34.947Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971132250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-31T04:25:35.047Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T04:25:35.048Z||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-05-31T04:25:35.049Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:25:35.063Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:25:35.064Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:25:35.948Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:25:35.949Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:25:35.952Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:25:35.952Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971132250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:36.052Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:25:36.053Z||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-05-31T04:25:36.054Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:25:36.069Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:25:36.070Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:25:36.953Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:25:36.954Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:25:36.956Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:25:36.956Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971132250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-31T04:25:37.056Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T04:25:37.058Z||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-05-31T04:25:37.058Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:25:37.073Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:25:37.074Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:25:37.957Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:25:37.958Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:25:37.960Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:25:37.961Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971132250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:25:38.061Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:25:38.062Z||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-05-31T04:25:38.062Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:25:38.087Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:25:38.087Z||pool-8-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:25:38.961Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:25:38.962Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:25:38.964Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:25:38.964Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971132250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:25:39.065Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:25:39.066Z||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-05-31T04:25:39.066Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:25:39.079Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:25:39.080Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:25:39.967Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "serviceName": "basic_onboard_rinoeA", "serviceVersion": "1.0", "serviceUUID": "e68b6769-3686-4414-94fb-d60c191a6f47", "serviceDescription": "service", "serviceInvariantUUID": "b9b9bf37-5059-44a1-9334-7b2be9d88d33", "resources": [ { "resourceInstanceName": "basic_onboard_rinoeA 0", "resourceCustomizationUUID": "6a9be786-ceea-4600-89a8-b8b45d405afb", "resourceName": "basic_onboard_rinoeA", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4b390cef-634b-4bbf-b829-cb2365900dde", "resourceInvariantUUID": "23cbe037-0a89-4fb6-affe-3dd9dc570ee2", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_rinoea0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json", "artifactChecksum": "NTM5YjUyMTZjZDYxYTI2MDgyNWUzZDQ3ZGUxNDg2NDY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bcfae0ad-25db-4624-8ee7-8deaf0d444a8", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "221771ee-95de-430f-9d10-f6e64fcdc529", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ecd06ce9-836d-45bc-8131-1a95de5665cd", "generatedFromUUID": "221771ee-95de-430f-9d10-f6e64fcdc529" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ecd06ce9-836d-45bc-8131-1a95de5665cd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardRinoea-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar", "artifactChecksum": "ZTgwMmYyY2MyOWM4MDgzMGMyOTc5MWEzYTBhNjBkZjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ffe03481-72e8-4a7f-b4ff-b1b862e01f95" } ], "workloadContext": "Production" } 2022-05-31T04:25:39.968Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-31T04:25:39.968Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e68b6769-3686-4414-94fb-d60c191a6f47 ASDC 2022-05-31T04:25:40.091Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:da47ba14-7e43-4872-b084-773b061723cd ServiceName:basic_onboard_rinoeA ServiceVersion:1.0 ServiceUUID:e68b6769-3686-4414-94fb-d60c191a6f47 ServiceInvariantUUID:b9b9bf37-5059-44a1-9334-7b2be9d88d33 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardRinoea-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar ArtifactUUID:ffe03481-72e8-4a7f-b4ff-b1b862e01f95 ArtifactChecksum:ZTgwMmYyY2MyOWM4MDgzMGMyOTc5MWEzYTBhNjBkZjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_rinoeA 0 ResourceCustomizationUUID:6a9be786-ceea-4600-89a8-b8b45d405afb ResourceInvariantUUID:23cbe037-0a89-4fb6-affe-3dd9dc570ee2 ResourceName:basic_onboard_rinoeA ResourceType:VF ResourceUUID:4b390cef-634b-4bbf-b829-cb2365900dde ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_rinoea0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json ArtifactUUID:bcfae0ad-25db-4624-8ee7-8deaf0d444a8 ArtifactChecksum:NTM5YjUyMTZjZDYxYTI2MDgyNWUzZDQ3ZGUxNDg2NDY= 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/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml ArtifactUUID:221771ee-95de-430f-9d10-f6e64fcdc529 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/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env ArtifactUUID:ecd06ce9-836d-45bc-8131-1a95de5665cd 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/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env ArtifactUUID:ecd06ce9-836d-45bc-8131-1a95de5665cd ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-31T04:25:40.091Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e68b6769-3686-4414-94fb-d60c191a6f47 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-05-31T04:25:40.141Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T04:25:40.143Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-05-31T04:25:40.145Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-05-31T04:25:40.145Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ffe03481-72e8-4a7f-b4ff-b1b862e01f95 from URL: /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar 2022-05-31T04:25:40.145Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-05-31T04:25:40.146Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar 2022-05-31T04:25:40.802Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-05-31T04:25:40.822Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar ffe03481-72e8-4a7f-b4ff-b1b862e01f95 71551 2022-05-31T04:25:40.825Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar ASDC sendASDCNotification 2022-05-31T04:25:40.825Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar 2022-05-31T04:25:40.828Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T04:25:40.830Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:25:40.832Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:25:40.833Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971140823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:25:40.933Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T04:25:40.934Z||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-05-31T04:25:40.934Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:25:40.949Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:25:40.950Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:25:41.833Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T04:25:41.834Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-05-31T04:25:41.835Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ffe03481-72e8-4a7f-b4ff-b1b862e01f95, URL: /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar to file: /app/ASDC/1/service-BasicOnboardRinoea-csar.csar 2022-05-31T04:25:41.835Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRinoea-csar.csar 2022-05-31T04:25:41.938Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRinoea-csar.csar 2022-05-31T04:25:41.938Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRinoea-csar.csar 2022-05-31T04:25:42.672Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4667380007285157310/Definitions/service-BasicOnboardRinoea-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-05-31T04:25:44.781Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-31T04:25:44.786Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-05-31T04:25:44.786Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRinoea-csar.csar 2022-05-31T04:25:44.786Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-31T04:25:44.787Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||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-BasicOnboardRinoea-csar.csar 2022-05-31T04:25:44.787Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||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-BasicOnboardRinoea-csar.csar 2022-05-31T04:25:44.787Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||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-BasicOnboardRinoea-csar.csar 2022-05-31T04:25:44.788Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRinoea-csar.csar 2022-05-31T04:25:44.788Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardRinoea-csar.csar 2022-05-31T04:25:44.788Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRinoea-csar.csar 2022-05-31T04:25:44.788Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||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-BasicOnboardRinoea-csar.csar 2022-05-31T04:25:44.789Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_rinoeA 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-BasicOnboardRinoea-csar.csar 2022-05-31T04:25:44.789Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||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-BasicOnboardRinoea-csar.csar 2022-05-31T04:25:44.789Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-05-31T04:25:44.795Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:25:44.797Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:25:44.801Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rinoeA 0 is matching search criteria 2022-05-31T04:25:44.801Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-05-31T04:25:44.803Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rinoeA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T04:25:44.805Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:25:44.805Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:25:44.805Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rinoeA 0 is matching search criteria 2022-05-31T04:25:44.806Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-05-31T04:25:44.806Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rinoeA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T04:25:44.806Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:25:44.807Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:25:44.810Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:25:44.810Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rinoeA 0 is not matching search criteria 2022-05-31T04:25:44.810Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-05-31T04:25:44.811Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-05-31T04:25:44.811Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-05-31T04:25:44.811Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-31T04:25:44.812Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-31T04:25:44.812Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:25:44.812Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T04:25:44.813Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:25:44.814Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rinoeA 0 is matching search criteria 2022-05-31T04:25:44.814Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rinoeA 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:25:44.815Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:25:44.815Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rinoeA 0 is matching search criteria 2022-05-31T04:25:44.815Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rinoeA 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:25:44.816Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:25:44.816Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rinoeA 0 is matching search criteria 2022-05-31T04:25:44.816Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rinoeA 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:25:44.817Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:25:44.817Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rinoeA 0 is not matching search criteria 2022-05-31T04:25:44.817Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-31T04:25:44.818Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-31T04:25:44.818Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=265c37b9-ff86-4717-9202-5330e4935cf9 2022-05-31T04:25:44.818Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:25:44.819Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:25:44.819Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:25:44.819Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:25:44.820Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:25:44.820Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:25:44.820Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:25:44.821Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:25:44.821Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_rinoeA Description:service Model UUID:e68b6769-3686-4414-94fb-d60c191a6f47 Model Version:NULL Model InvariantUuid:b9b9bf37-5059-44a1-9334-7b2be9d88d33 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_rinoeA Model UUID:161827cf-a2d8-4eec-a270-cdf3fb17d51d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:23cbe037-0a89-4fb6-affe-3dd9dc570ee2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6a9be786-ceea-4600-89a8-b8b45d405afb NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:be67bc1f-b340-42b0-b1e2-79cfec3ecd38 ModelName:BasicOnboardRinoea..base_ubuntu18..module-0 ModelUuid:e92b1289-429d-4240-ad06-78a16c1665e8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:265c37b9-ff86-4717-9202-5330e4935cf9 ModelInvariantUuid:4828770a-1de2-4516-a46c-7a11d03b0a67 ModelName:basic_onboard_rinoeA-nodes.ubuntu18Cvfc ModelUuid:e9d7b8a6-b470-4860-a067-e89383af2477 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:c24c5cab-5612-4be6-b502-3bc89ce208c9 ModelInvariantUuid:b7f1c33b-8737-42f8-bf8e-279ec465644b ModelName:BasicOnboardRinoea.compute.nodes.heat.ubuntu18 ModelUuid:26b16192-016f-46db-9e81-30f786ef1c61 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-05-31T04:25:44.830Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 4b390cef-634b-4bbf-b829-cb2365900dde 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-05-31T04:25:44.931Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||basic_onboard_rinoeA 0 2022-05-31T04:25:44.937Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4b390cef-634b-4bbf-b829-cb2365900dde 2022-05-31T04:25:44.937Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bcfae0ad-25db-4624-8ee7-8deaf0d444a8 from URL: /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json 2022-05-31T04:25:44.961Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-05-31T04:25:44.962Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json 2022-05-31T04:25:45.930Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-05-31T04:25:45.930Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json bcfae0ad-25db-4624-8ee7-8deaf0d444a8 798 2022-05-31T04:25:45.931Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json ASDC sendASDCNotification 2022-05-31T04:25:45.931Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json 2022-05-31T04:25:45.931Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T04:25:45.932Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:25:45.935Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:25:45.935Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971145931, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T04:25:46.035Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:25:46.037Z||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-05-31T04:25:46.037Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:25:46.050Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:25:46.052Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:25:46.938Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardRinoea..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "be67bc1f-b340-42b0-b1e2-79cfec3ecd38", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e92b1289-429d-4240-ad06-78a16c1665e8", "vfModuleModelCustomizationUUID": "541cceea-ddc6-49f5-aea4-049908cd9bda", "isBase": true, "artifacts": [ "221771ee-95de-430f-9d10-f6e64fcdc529", "ecd06ce9-836d-45bc-8131-1a95de5665cd" ], "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-05-31T04:25:46.952Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardRinoea..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e92b1289-429d-4240-ad06-78a16c1665e8 VfModuleModelInvariantUUID:be67bc1f-b340-42b0-b1e2-79cfec3ecd38 VfModuleModelDescription:NULL Artifacts UUID List:{ 221771ee-95de-430f-9d10-f6e64fcdc529 , ecd06ce9-836d-45bc-8131-1a95de5665cd } 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-05-31T04:25:46.955Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardRinoea..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "be67bc1f-b340-42b0-b1e2-79cfec3ecd38", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e92b1289-429d-4240-ad06-78a16c1665e8", "vfModuleModelCustomizationUUID": "541cceea-ddc6-49f5-aea4-049908cd9bda", "isBase": true, "artifacts": [ "221771ee-95de-430f-9d10-f6e64fcdc529", "ecd06ce9-836d-45bc-8131-1a95de5665cd" ], "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-05-31T04:25:46.955Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardRinoea..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e92b1289-429d-4240-ad06-78a16c1665e8 VfModuleModelInvariantUUID:be67bc1f-b340-42b0-b1e2-79cfec3ecd38 VfModuleModelDescription:NULL Artifacts UUID List:{ 221771ee-95de-430f-9d10-f6e64fcdc529 , ecd06ce9-836d-45bc-8131-1a95de5665cd } 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-05-31T04:25:46.955Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 221771ee-95de-430f-9d10-f6e64fcdc529 from URL: /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml 2022-05-31T04:25:46.955Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-05-31T04:25:46.955Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml 2022-05-31T04:25:47.375Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-05-31T04:25:47.375Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml 221771ee-95de-430f-9d10-f6e64fcdc529 5033 2022-05-31T04:25:47.376Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-31T04:25:47.376Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml 2022-05-31T04:25:47.376Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T04:25:47.376Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:25:47.378Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:25:47.379Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971147376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T04:25:47.479Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:25:47.480Z||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-05-31T04:25:47.480Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:25:47.494Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:25:47.495Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:25:48.380Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ecd06ce9-836d-45bc-8131-1a95de5665cd from URL: /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env 2022-05-31T04:25:48.380Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-05-31T04:25:48.380Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env 2022-05-31T04:25:48.924Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-05-31T04:25:48.924Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env ecd06ce9-836d-45bc-8131-1a95de5665cd 909 2022-05-31T04:25:48.925Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-31T04:25:48.925Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env 2022-05-31T04:25:48.925Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T04:25:48.925Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:25:48.928Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:25:48.928Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971148925, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-31T04:25:49.028Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:25:49.030Z||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-05-31T04:25:49.030Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:25:49.045Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:25:49.046Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:25:49.929Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e68b6769-3686-4414-94fb-d60c191a6f47 2022-05-31T04:25:49.929Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_rinoeA 0 4b390cef-634b-4bbf-b829-cb2365900dde 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-05-31T04:25:49.960Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b5716dc, org.onap.sdc.toscaparser.api.parameters.Input@568741d5, org.onap.sdc.toscaparser.api.parameters.Input@267cf88c, org.onap.sdc.toscaparser.api.parameters.Input@2b5c70c5, org.onap.sdc.toscaparser.api.parameters.Input@78ee7284] 2022-05-31T04:25:49.964Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:25:49.964Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:25:49.964Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-05-31T04:25:49.965Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 6a9be786-ceea-4600-89a8-b8b45d405afb 2022-05-31T04:25:49.965Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6a9be786-ceea-4600-89a8-b8b45d405afb matches Tosca VF Customization UUID: 6a9be786-ceea-4600-89a8-b8b45d405afb 2022-05-31T04:25:49.965Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 6a9be786-ceea-4600-89a8-b8b45d405afb 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-05-31T04:25:49.972Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:25:49.972Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:25:49.974Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 6a9be786-ceea-4600-89a8-b8b45d405afb: {\"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-05-31T04:25:49.974Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@55bf523c 2022-05-31T04:25:49.974Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:25:49.975Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T04:25:49.975Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 541cceea-ddc6-49f5-aea4-049908cd9bda 2022-05-31T04:25:49.977Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 541cceea-ddc6-49f5-aea4-049908cd9bda 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-05-31T04:25:49.982Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:25:49.982Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rinoeA 0 is matching search criteria 2022-05-31T04:25:49.983Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rinoeA 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:25:49.984Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:25:49.984Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rinoeA 0 is matching search criteria 2022-05-31T04:25:49.984Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rinoeA 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:25:49.984Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:25:49.985Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rinoeA 0 is not matching search criteria 2022-05-31T04:25:49.985Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-31T04:25:49.985Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-31T04:25:49.985Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=265c37b9-ff86-4717-9202-5330e4935cf9 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-05-31T04:25:49.994Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:25:49.994Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rinoeA 0 is matching search criteria 2022-05-31T04:25:49.994Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rinoeA 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:25:49.995Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:25:49.995Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_rinoeA 0 is matching search criteria 2022-05-31T04:25:49.995Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_rinoeA 0] matching following query criteria: sdcType=VF, customizationUUID=6a9be786-ceea-4600-89a8-b8b45d405afb 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-05-31T04:25:49.998Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:25:49.998Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:25:49.999Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e68b6769-3686-4414-94fb-d60c191a6f47: basic_onboard_rinoeA 2022-05-31T04:25:49.999Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:25:49.999Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:25:50.000Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:25:50.000Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:25:50.000Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:25:50.000Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:25:50.001Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:25:50.001Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:25:50.001Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:25:50.002Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_rinoeA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:25:50.002Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_rinoeA 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-05-31T04:25:50.164Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_rinoeA 4b390cef-634b-4bbf-b829-cb2365900dde 1 ASDC deployResourceStructure 2022-05-31T04:25:50.165Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json ASDC sendASDCNotification 2022-05-31T04:25:50.165Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json 2022-05-31T04:25:50.165Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T04:25:50.166Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:25:50.168Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:25:50.168Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971150165, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T04:25:50.268Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:25:50.269Z||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-05-31T04:25:50.270Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:25:50.287Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:25:50.287Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-05-31T04:25:51.169Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-31T04:25:51.170Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml 2022-05-31T04:25:51.170Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T04:25:51.170Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:25:51.172Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:25:51.172Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971151169, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-31T04:25:51.272Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:25:51.273Z||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-05-31T04:25:51.274Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:25:51.291Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:25:51.292Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:25:52.173Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-31T04:25:52.174Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env 2022-05-31T04:25:52.174Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T04:25:52.174Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:25:52.177Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:25:52.177Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971152173, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-31T04:25:52.277Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T04:25:52.278Z||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-05-31T04:25:52.278Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:25:52.312Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:25:52.313Z||pool-16-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:25:53.178Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar ASDC sendASDCNotification 2022-05-31T04:25:53.179Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar 2022-05-31T04:25:53.179Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T04:25:53.180Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:25:53.182Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:25:53.182Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971153178, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:25:53.284Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-05-31T04:25:53.285Z||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-05-31T04:25:53.285Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:25:53.298Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:25:53.299Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:25:54.183Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da47ba14-7e43-4872-b084-773b061723cd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T04:25:54.205Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da47ba14-7e43-4872-b084-773b061723cd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T04:25:54.208Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T04:25:54.208Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T04:25:54.209Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T04:26:24.209Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da47ba14-7e43-4872-b084-773b061723cd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T04:26:24.224Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da47ba14-7e43-4872-b084-773b061723cd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T04:26:24.228Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T04:26:24.228Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T04:26:24.228Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T04:26:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:26:32.265Z||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-05-31T04:26:32.265Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:26:32.401Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:26:32.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:26:32.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971132003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T04:26:32.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:26:54.229Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da47ba14-7e43-4872-b084-773b061723cd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T04:26:54.249Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da47ba14-7e43-4872-b084-773b061723cd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T04:26:54.253Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T04:26:54.254Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T04:26:54.254Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T04:27:24.254Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da47ba14-7e43-4872-b084-773b061723cd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T04:27:24.264Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da47ba14-7e43-4872-b084-773b061723cd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T04:27:24.267Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T04:27:24.267Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T04:27:24.267Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T04:27:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:27:32.265Z||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-05-31T04:27:32.265Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:27:32.291Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:27:32.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:27:32.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971132250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:27:32.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:27:32.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:27:32.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971132003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:27:32.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:27:32.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:27:32.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971132250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json", "status": "NOTIFIED" } 2022-05-31T04:27:32.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:27:32.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:27:32.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971132003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:27:32.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:27:32.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:27:32.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971132250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-31T04:27:32.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:27:32.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:27:32.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971132003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:27:32.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:27:32.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:27:32.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971132250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:27:32.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:27:32.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:27:32.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971132003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:27:32.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:27:32.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:27:32.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971132250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-31T04:27:32.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:27:32.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:27:32.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971132003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:27:32.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:27:32.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:27:32.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971132250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:27:32.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:27:32.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:27:32.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971132250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:27:32.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:27:32.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:27:32.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971140341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:27:32.299Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:27:32.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:27:32.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "aai-ml", "timestamp": 1653971140935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:27:32.300Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:27:32.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:27:32.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971140823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:27:32.300Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:27:32.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:27:32.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "aai-ml", "timestamp": 1653971141941, "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-05-31T04:27:32.309Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of da47ba14-7e43-4872-b084-773b061723cd 2022-05-31T04:27:32.309Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId da47ba14-7e43-4872-b084-773b061723cd 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-05-31T04:27:32.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:27:32.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971145107, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:27:32.321Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:27:32.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:27:32.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971146114, "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-05-31T04:27:32.325Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of da47ba14-7e43-4872-b084-773b061723cd 2022-05-31T04:27:32.325Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId da47ba14-7e43-4872-b084-773b061723cd 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-05-31T04:27:32.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:27:32.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971145931, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T04:27:32.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:27:32.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:27:32.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971147376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T04:27:32.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:27:32.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:27:32.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971148925, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-31T04:27:32.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:27:32.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:27:32.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971150165, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/basic_onboard_rinoea0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T04:27:32.335Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:27:32.335Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:27:32.335Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971151169, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-31T04:27:32.335Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:27:32.335Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:27:32.335Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971152173, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/resourceInstances/basic_onboard_rinoea0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-31T04:27:32.335Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:27:32.336Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:27:32.336Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971153178, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRinoea/1.0/artifacts/service-BasicOnboardRinoea-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:27:32.336Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:27:54.268Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da47ba14-7e43-4872-b084-773b061723cd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T04:27:54.283Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da47ba14-7e43-4872-b084-773b061723cd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T04:27:54.286Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T04:27:54.287Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T04:27:54.287Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-31T04:27:54.287Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-31T04:27:54.287Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:27:54.287Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:27:54.287Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:27:54.287Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:27:54.287Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:27:54.288Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:27:54.288Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-31T04:27:54.292Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-31T04:28:24.292Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: da47ba14-7e43-4872-b084-773b061723cd 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-05-31T04:28:24.308Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: da47ba14-7e43-4872-b084-773b061723cd and serviceModelVersionId: e68b6769-3686-4414-94fb-d60c191a6f47 2022-05-31T04:28:24.309Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b9b9bf37-5059-44a1-9334-7b2be9d88d33 2022-05-31T04:28:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:28:32.264Z||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-05-31T04:28:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:28:32.303Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:28:32.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:28:32.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "aai-ml", "timestamp": 1653971240164, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:28:32.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:28:32.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:28:32.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "cds", "timestamp": 1653971248122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:28:32.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:28:32.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:28:32.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "aai-ml", "timestamp": 1653971240164, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T04:28:32.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:28:32.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:28:32.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "cds", "timestamp": 1653971248122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T04:28:32.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:28:32.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:28:32.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "policy-id", "timestamp": 1653971248820, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:28:32.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:28:32.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:28:32.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "aai-ml", "timestamp": 1653971240164, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:28:32.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:28:32.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:28:32.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "cds", "timestamp": 1653971248122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:28:32.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:28:32.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:28:32.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "policy-id", "timestamp": 1653971248820, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T04:28:32.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:28:32.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:28:32.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "aai-ml", "timestamp": 1653971240164, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:28:32.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:28:32.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:28:32.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "cds", "timestamp": 1653971248122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:28:32.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:28:32.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:28:32.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "policy-id", "timestamp": 1653971248820, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T04:28:32.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:28:32.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:28:32.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971252003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:28:32.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:28:40.840Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b9b9bf37-5059-44a1-9334-7b2be9d88d33/model-vers/model-ver/e68b6769-3686-4414-94fb-d60c191a6f47?depth=0 2022-05-31T04:28:40.972Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-05-31T04:28:41.551Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9b9bf37-5059-44a1-9334-7b2be9d88d33/model-vers/model-ver/e68b6769-3686-4414-94fb-d60c191a6f47?depth=0|INFO|500||Invoke 2022-05-31T04:28:41.559Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9b9bf37-5059-44a1-9334-7b2be9d88d33/model-vers/model-ver/e68b6769-3686-4414-94fb-d60c191a6f47?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9b9bf37-5059-44a1-9334-7b2be9d88d33/model-vers/model-ver/e68b6769-3686-4414-94fb-d60c191a6f47?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[da47ba14-7e43-4872-b084-773b061723cd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0c042db5-631f-467d-8b87-154039ad47ff], X-ECOMP-RequestID=[da47ba14-7e43-4872-b084-773b061723cd], X-TransactionId=[], X-ONAP-RequestID=[da47ba14-7e43-4872-b084-773b061723cd], Content-Type=[application/merge-patch+json]} 2022-05-31T04:28:41.688Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9b9bf37-5059-44a1-9334-7b2be9d88d33/model-vers/model-ver/e68b6769-3686-4414-94fb-d60c191a6f47?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-31T04:28:42.387Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9b9bf37-5059-44a1-9334-7b2be9d88d33/model-vers/model-ver/e68b6769-3686-4414-94fb-d60c191a6f47?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/b9b9bf37-5059-44a1-9334-7b2be9d88d33/model-vers/model-ver/e68b6769-3686-4414-94fb-d60c191a6f47?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220531-04:28:41:421-91443], vertex-id=[241792], Content-Length=[0], Date=[Tue, 31 May 2022 04:28:41 GMT], Content-Type=[application/json]} 2022-05-31T04:28:42.389Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9b9bf37-5059-44a1-9334-7b2be9d88d33/model-vers/model-ver/e68b6769-3686-4414-94fb-d60c191a6f47?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-31T04:28:42.390Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9b9bf37-5059-44a1-9334-7b2be9d88d33/model-vers/model-ver/e68b6769-3686-4414-94fb-d60c191a6f47?depth=0|INFO|500||InvokeReturn 2022-05-31T04:28:42.396Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-31T04:28:42.396Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||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-05-31T04:28:42.402Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-31T04:28:42.404Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID da47ba14-7e43-4872-b084-773b061723cd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-31T04:28:42.405Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-31T04:28:42.406Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:28:42.409Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:28:42.409Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971322404, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-31T04:28:42.509Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:28:42.511Z||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-05-31T04:28:42.511Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:28:42.527Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:28:42.528Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 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-05-31T04:28:43.421Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:28:43.422Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:28:43.422Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:28:47.815Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:28:47.816Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-31T04:28:47.816Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f6af27d4-d368-4540-90dc-c6467fec1d61","serviceName":"vFW 2022-05-31 04-25-09","serviceVersion":"1.0","serviceUUID":"378231e7-be3b-465e-82d3-b8e3d77b6f45","serviceDescription":"catalog service description","serviceInvariantUUID":"abf59ee5-6fe7-4f12-a674-0239fdec02aa","resources":[{"resourceInstanceName":"vFW 101d111d-b761 0","resourceName":"vFW 101d111d-b761","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"00d937a9-f46c-4d32-8e3a-71e3c341cc6f","resourceInvariantUUID":"09ea0d09-d1b3-4ef5-a7f8-d82dfd416bac","resourceCustomizationUUID":"c8e47053-a335-44ac-a20b-256866c64c39","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vf-license-model.xml","artifactChecksum":"ODFmNjM1Y2IxNzRlYTBlYzA1MjZmNWMyZDZjZjE0Nzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0def2fd8-a24f-4481-98bc-c9fea52cf012","artifactVersion":"1"},{"artifactName":"vfw101d111db7610_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json","artifactChecksum":"ZDdjYjJhZTBiMmE4MDA3MGFmZDIwZjgwNGNmYTlhZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"642096af-4c72-4b30-972e-3b892a47771f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"839d3ae3-dab0-46f5-a8c4-9584e11d1879","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vendor-license-model.xml","artifactChecksum":"YTI2YjliODZlNTMyZjI0ZWQ2ZGRiYjY3ZmQyNmJlOTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e5be9a95-df67-45bc-92db-1ada58a05133","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d246976d-ac60-43e4-a96e-3ce08662e201","artifactVersion":"2","generatedFromUUID":"839d3ae3-dab0-46f5-a8c4-9584e11d1879"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220531042509-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-template.yml","artifactChecksum":"YTFjY2ZjMTgxYmFjYmViNjljZWVhZjcxMzFjNmFlYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc8ad529-4d75-42f0-aea0-aa8740cf878d","artifactVersion":"1"},{"artifactName":"service-Vfw20220531042509-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar","artifactChecksum":"OTA5YWQ2YTRiMDk0NGE5ZmVkMjdhOWQ5MjFkYjQ1ZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"580d35e1-8d08-4c26-9bb0-a33fc3f88c45","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-31T04:28:47.819Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:28:47.819Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:28:47.822Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:28:47.822Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971323421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:28:47.924Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-05-31T04:28:47.925Z||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-05-31T04:28:47.925Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:28:47.943Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:28:47.944Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:28:48.822Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:28:48.824Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:28:48.827Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:28:48.827Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971323421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json", "status": "NOTIFIED" } 2022-05-31T04:28:48.928Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:28:48.929Z||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-05-31T04:28:48.929Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:28:48.943Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:28:48.944Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:28:49.827Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:28:49.829Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:28:49.831Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:28:49.831Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971323421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T04:28:49.931Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:28:49.932Z||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-05-31T04:28:49.933Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:28:49.948Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:28:49.949Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:28:50.832Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:28:50.833Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:28:50.836Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:28:50.836Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971323421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:28:50.936Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:28:50.937Z||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-05-31T04:28:50.938Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:28:50.951Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:28:50.952Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:28:51.837Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:28:51.838Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:28:51.840Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:28:51.840Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971323421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-31T04:28:51.940Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:28:51.942Z||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-05-31T04:28:51.942Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:28:51.958Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:28:51.959Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-05-31T04:28:52.841Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:28:52.842Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:28:52.844Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:28:52.844Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971323421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:28:52.944Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:28:52.945Z||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-05-31T04:28:52.946Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:28:52.960Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:28:52.961Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:28:53.845Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:28:53.846Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:28:53.848Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:28:53.848Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971323421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:28:53.948Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T04:28:53.950Z||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-05-31T04:28:53.950Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:28:53.964Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:28:53.965Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:28:54.850Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "serviceName": "vFW 2022-05-31 04-25-09", "serviceVersion": "1.0", "serviceUUID": "378231e7-be3b-465e-82d3-b8e3d77b6f45", "serviceDescription": "catalog service description", "serviceInvariantUUID": "abf59ee5-6fe7-4f12-a674-0239fdec02aa", "resources": [ { "resourceInstanceName": "vFW 101d111d-b761 0", "resourceCustomizationUUID": "c8e47053-a335-44ac-a20b-256866c64c39", "resourceName": "vFW 101d111d-b761", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "00d937a9-f46c-4d32-8e3a-71e3c341cc6f", "resourceInvariantUUID": "09ea0d09-d1b3-4ef5-a7f8-d82dfd416bac", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw101d111db7610_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json", "artifactChecksum": "ZDdjYjJhZTBiMmE4MDA3MGFmZDIwZjgwNGNmYTlhZTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "642096af-4c72-4b30-972e-3b892a47771f", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "839d3ae3-dab0-46f5-a8c4-9584e11d1879", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d246976d-ac60-43e4-a96e-3ce08662e201", "generatedFromUUID": "839d3ae3-dab0-46f5-a8c4-9584e11d1879" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d246976d-ac60-43e4-a96e-3ce08662e201", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220531042509-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar", "artifactChecksum": "OTA5YWQ2YTRiMDk0NGE5ZmVkMjdhOWQ5MjFkYjQ1ZDU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "580d35e1-8d08-4c26-9bb0-a33fc3f88c45" } ], "workloadContext": "Production" } 2022-05-31T04:28:54.851Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-31T04:28:54.851Z|da47ba14-7e43-4872-b084-773b061723cd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 378231e7-be3b-465e-82d3-b8e3d77b6f45 ASDC 2022-05-31T04:28:54.852Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:f6af27d4-d368-4540-90dc-c6467fec1d61 ServiceName:vFW 2022-05-31 04-25-09 ServiceVersion:1.0 ServiceUUID:378231e7-be3b-465e-82d3-b8e3d77b6f45 ServiceInvariantUUID:abf59ee5-6fe7-4f12-a674-0239fdec02aa ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220531042509-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar ArtifactUUID:580d35e1-8d08-4c26-9bb0-a33fc3f88c45 ArtifactChecksum:OTA5YWQ2YTRiMDk0NGE5ZmVkMjdhOWQ5MjFkYjQ1ZDU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 101d111d-b761 0 ResourceCustomizationUUID:c8e47053-a335-44ac-a20b-256866c64c39 ResourceInvariantUUID:09ea0d09-d1b3-4ef5-a7f8-d82dfd416bac ResourceName:vFW 101d111d-b761 ResourceType:VF ResourceUUID:00d937a9-f46c-4d32-8e3a-71e3c341cc6f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw101d111db7610_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json ArtifactUUID:642096af-4c72-4b30-972e-3b892a47771f ArtifactChecksum:ZDdjYjJhZTBiMmE4MDA3MGFmZDIwZjgwNGNmYTlhZTk= 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/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml ArtifactUUID:839d3ae3-dab0-46f5-a8c4-9584e11d1879 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/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env ArtifactUUID:d246976d-ac60-43e4-a96e-3ce08662e201 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/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env ArtifactUUID:d246976d-ac60-43e4-a96e-3ce08662e201 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-31T04:28:54.853Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 378231e7-be3b-465e-82d3-b8e3d77b6f45 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-05-31T04:28:54.882Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T04:28:54.884Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-05-31T04:28:54.884Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-05-31T04:28:54.885Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 580d35e1-8d08-4c26-9bb0-a33fc3f88c45 from URL: /sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar 2022-05-31T04:28:54.886Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-05-31T04:28:54.886Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar 2022-05-31T04:28:55.225Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-05-31T04:28:55.231Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar 580d35e1-8d08-4c26-9bb0-a33fc3f88c45 99002 2022-05-31T04:28:55.231Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar ASDC sendASDCNotification 2022-05-31T04:28:55.232Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar 2022-05-31T04:28:55.232Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T04:28:55.232Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:28:55.234Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:28:55.235Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971335231, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:28:55.335Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:28:55.336Z||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-05-31T04:28:55.336Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:28:55.351Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:28:55.352Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-31T04:28:56.235Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T04:28:56.237Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-05-31T04:28:56.237Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 580d35e1-8d08-4c26-9bb0-a33fc3f88c45, URL: /sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar to file: /app/ASDC/1/service-Vfw20220531042509-csar.csar 2022-05-31T04:28:56.238Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220531042509-csar.csar 2022-05-31T04:28:56.238Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220531042509-csar.csar 2022-05-31T04:28:56.239Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220531042509-csar.csar 2022-05-31T04:28:56.401Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5227056002495118339/Definitions/service-Vfw20220531042509-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_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_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 2022-05-31T04:28:58.523Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-31T04:28:58.524Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-05-31T04:28:58.524Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220531042509-csar.csar 2022-05-31T04:28:58.524Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-05-31T04:28:58.524Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||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-Vfw20220531042509-csar.csar 2022-05-31T04:28:58.525Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||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-Vfw20220531042509-csar.csar 2022-05-31T04:28:58.525Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||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-Vfw20220531042509-csar.csar 2022-05-31T04:28:58.525Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531042509-csar.csar 2022-05-31T04:28:58.525Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531042509-csar.csar 2022-05-31T04:28:58.525Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||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-Vfw20220531042509-csar.csar 2022-05-31T04:28:58.525Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||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-Vfw20220531042509-csar.csar 2022-05-31T04:28:58.525Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||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-Vfw20220531042509-csar.csar 2022-05-31T04:28:58.525Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220531042509-csar.csar 2022-05-31T04:28:58.525Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||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-Vfw20220531042509-csar.csar 2022-05-31T04:28:58.526Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531042509-csar.csar 2022-05-31T04:28:58.526Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 101d111d-b761 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-Vfw20220531042509-csar.csar 2022-05-31T04:28:58.526Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220531042509-csar.csar 2022-05-31T04:28:58.526Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-05-31T04:28:58.526Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:28:58.526Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:28:58.527Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is matching search criteria 2022-05-31T04:28:58.527Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-05-31T04:28:58.527Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 101d111d-b761 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T04:28:58.527Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:28:58.527Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:28:58.528Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is matching search criteria 2022-05-31T04:28:58.528Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-05-31T04:28:58.528Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 101d111d-b761 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T04:28:58.528Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:28:58.528Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:28:58.529Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:28:58.529Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is not matching search criteria 2022-05-31T04:28:58.529Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T04:28:58.529Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T04:28:58.529Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T04:28:58.529Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T04:28:58.529Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T04:28:58.530Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T04:28:58.530Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T04:28:58.530Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T04:28:58.530Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T04:28:58.530Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T04:28:58.531Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T04:28:58.531Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T04:28:58.531Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T04:28:58.531Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T04:28:58.531Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T04:28:58.531Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-31T04:28:58.532Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:28:58.532Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T04:28:58.532Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:28:58.532Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is matching search criteria 2022-05-31T04:28:58.532Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 101d111d-b761 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:28:58.533Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:28:58.533Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is matching search criteria 2022-05-31T04:28:58.533Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 101d111d-b761 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:28:58.533Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:28:58.534Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is matching search criteria 2022-05-31T04:28:58.534Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 101d111d-b761 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:28:58.534Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:28:58.534Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is not matching search criteria 2022-05-31T04:28:58.534Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T04:28:58.534Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-31T04:28:58.535Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T04:28:58.535Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T04:28:58.535Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T04:28:58.535Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T04:28:58.535Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T04:28:58.536Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T04:28:58.536Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T04:28:58.536Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T04:28:58.536Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T04:28:58.536Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=67738127-133e-4dee-ae51-7d39beae734c 2022-05-31T04:28:58.536Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:28:58.537Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is not matching search criteria 2022-05-31T04:28:58.537Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T04:28:58.537Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T04:28:58.537Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T04:28:58.537Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T04:28:58.537Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T04:28:58.537Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T04:28:58.538Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T04:28:58.538Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-31T04:28:58.538Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T04:28:58.538Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T04:28:58.538Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T04:28:58.538Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T04:28:58.539Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3f30c50b-7cc8-4a83-8d91-eab0fd373764 2022-05-31T04:28:58.539Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:28:58.539Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is not matching search criteria 2022-05-31T04:28:58.539Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T04:28:58.539Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T04:28:58.539Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T04:28:58.540Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T04:28:58.540Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T04:28:58.540Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T04:28:58.540Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T04:28:58.540Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T04:28:58.540Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T04:28:58.541Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T04:28:58.541Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T04:28:58.541Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-31T04:28:58.541Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=099739a0-10da-461d-a74d-f0ce616a95ca 2022-05-31T04:28:58.541Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:28:58.541Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:28:58.542Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:28:58.542Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:28:58.542Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:28:58.542Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:28:58.542Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:28:58.542Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:28:58.543Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-05-31 04-25-09 Description:catalog service description Model UUID:378231e7-be3b-465e-82d3-b8e3d77b6f45 Model Version:NULL Model InvariantUuid:abf59ee5-6fe7-4f12-a674-0239fdec02aa Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 101d111d-b761 Model UUID:0298cfe7-5ff3-4eca-a2d4-14ed1d64dab7 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:09ea0d09-d1b3-4ef5-a7f8-d82dfd416bac Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c8e47053-a335-44ac-a20b-256866c64c39 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:bacadb1e-93be-4533-90dc-eb9f33960816 ModelName:Vfw101d111dB761..base_vfw..module-0 ModelUuid:20bb8b2c-69ed-4248-b403-52a0cc3b5be0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:67738127-133e-4dee-ae51-7d39beae734c ModelInvariantUuid:5a20749e-6f96-430e-8042-d7358c9e28c7 ModelName:vFW 101d111d-b761-nodes.vfwCvfc ModelUuid:5cd87ad3-4895-47d8-8cf6-611c32bce88e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:1d14155c-cc75-496f-a4b8-9ca58e71d89e ModelInvariantUuid:e4b00113-4085-47f5-abbd-d8ecedfd72e1 ModelName:Vfw101d111dB761.compute.nodes.heat.vfw ModelUuid:32b923db-1b11-415a-a021-7c7d5cfc1b45 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:3f30c50b-7cc8-4a83-8d91-eab0fd373764 ModelInvariantUuid:cfeba9fb-e690-4bce-a5f6-d33c891ae280 ModelName:vFW 101d111d-b761-nodes.vsnCvfc ModelUuid:8128a69d-f1ec-4662-95a6-8d7a9dec294d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:18d4e29d-2660-470d-9545-87acc3ac7afc ModelInvariantUuid:2585b984-a538-4587-8de5-0ddf6b92e96b ModelName:Vfw101d111dB761.compute.nodes.heat.vsn ModelUuid:8b94c79c-792d-4756-8cd9-f51656c66620 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:099739a0-10da-461d-a74d-f0ce616a95ca ModelInvariantUuid:f1fb5595-1b51-414a-82a7-56a0766fea1c ModelName:vFW 101d111d-b761-nodes.vpgCvfc ModelUuid:2e5676f0-4606-4de0-b453-2ea8204c72b6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:55906699-8522-4d9d-9b43-c29c18bde929 ModelInvariantUuid:5cd136b5-2ac6-429b-ad68-b840685be526 ModelName:Vfw101d111dB761.compute.nodes.heat.vpg ModelUuid:62ad1d19-e666-4af4-98ef-9de36f14c159 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-05-31T04:28:58.550Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 00d937a9-f46c-4d32-8e3a-71e3c341cc6f 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-05-31T04:28:58.553Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||vFW 101d111d-b761 0 2022-05-31T04:28:58.554Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 00d937a9-f46c-4d32-8e3a-71e3c341cc6f 2022-05-31T04:28:58.554Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 642096af-4c72-4b30-972e-3b892a47771f from URL: /sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json 2022-05-31T04:28:58.554Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-05-31T04:28:58.554Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json 2022-05-31T04:28:58.734Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-05-31T04:28:58.735Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json 642096af-4c72-4b30-972e-3b892a47771f 785 2022-05-31T04:28:58.735Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json ASDC sendASDCNotification 2022-05-31T04:28:58.736Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json 2022-05-31T04:28:58.736Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T04:28:58.736Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:28:58.738Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:28:58.738Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971338735, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T04:28:58.838Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T04:28:58.840Z||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-05-31T04:28:58.840Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:28:58.857Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:28:58.858Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:28:59.739Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw101d111dB761..base_vfw..module-0", "vfModuleModelInvariantUUID": "bacadb1e-93be-4533-90dc-eb9f33960816", "vfModuleModelVersion": "1", "vfModuleModelUUID": "20bb8b2c-69ed-4248-b403-52a0cc3b5be0", "vfModuleModelCustomizationUUID": "dac4346c-3b5a-4e85-a6a1-fc8d9c0b912f", "isBase": true, "artifacts": [ "839d3ae3-dab0-46f5-a8c4-9584e11d1879", "d246976d-ac60-43e4-a96e-3ce08662e201" ], "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-05-31T04:28:59.744Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw101d111dB761..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:20bb8b2c-69ed-4248-b403-52a0cc3b5be0 VfModuleModelInvariantUUID:bacadb1e-93be-4533-90dc-eb9f33960816 VfModuleModelDescription:NULL Artifacts UUID List:{ 839d3ae3-dab0-46f5-a8c4-9584e11d1879 , d246976d-ac60-43e4-a96e-3ce08662e201 } 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-05-31T04:28:59.747Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw101d111dB761..base_vfw..module-0", "vfModuleModelInvariantUUID": "bacadb1e-93be-4533-90dc-eb9f33960816", "vfModuleModelVersion": "1", "vfModuleModelUUID": "20bb8b2c-69ed-4248-b403-52a0cc3b5be0", "vfModuleModelCustomizationUUID": "dac4346c-3b5a-4e85-a6a1-fc8d9c0b912f", "isBase": true, "artifacts": [ "839d3ae3-dab0-46f5-a8c4-9584e11d1879", "d246976d-ac60-43e4-a96e-3ce08662e201" ], "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-05-31T04:28:59.747Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw101d111dB761..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:20bb8b2c-69ed-4248-b403-52a0cc3b5be0 VfModuleModelInvariantUUID:bacadb1e-93be-4533-90dc-eb9f33960816 VfModuleModelDescription:NULL Artifacts UUID List:{ 839d3ae3-dab0-46f5-a8c4-9584e11d1879 , d246976d-ac60-43e4-a96e-3ce08662e201 } 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-05-31T04:28:59.747Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 839d3ae3-dab0-46f5-a8c4-9584e11d1879 from URL: /sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml 2022-05-31T04:28:59.747Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-05-31T04:28:59.748Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml 2022-05-31T04:28:59.808Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-05-31T04:28:59.809Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml 839d3ae3-dab0-46f5-a8c4-9584e11d1879 20368 2022-05-31T04:28:59.809Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-31T04:28:59.809Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml 2022-05-31T04:28:59.809Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T04:28:59.810Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:28:59.812Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:28:59.812Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971339809, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T04:28:59.913Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:28:59.914Z||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-05-31T04:28:59.914Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:28:59.929Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:28:59.930Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:29:00.814Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d246976d-ac60-43e4-a96e-3ce08662e201 from URL: /sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env 2022-05-31T04:29:00.814Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-05-31T04:29:00.814Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env 2022-05-31T04:29:00.875Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-05-31T04:29:00.875Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env d246976d-ac60-43e4-a96e-3ce08662e201 2098 2022-05-31T04:29:00.876Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-31T04:29:00.876Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env 2022-05-31T04:29:00.876Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T04:29:00.877Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:29:00.879Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:29:00.879Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971340876, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-31T04:29:00.979Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:29:00.981Z||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-05-31T04:29:00.981Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:29:00.995Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:29:00.997Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:29:01.880Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 378231e7-be3b-465e-82d3-b8e3d77b6f45 2022-05-31T04:29:01.881Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 101d111d-b761 0 00d937a9-f46c-4d32-8e3a-71e3c341cc6f 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-05-31T04:29:01.932Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21009ed9, org.onap.sdc.toscaparser.api.parameters.Input@6e534e48, org.onap.sdc.toscaparser.api.parameters.Input@4fb3a2b5, org.onap.sdc.toscaparser.api.parameters.Input@20fd3c1f, org.onap.sdc.toscaparser.api.parameters.Input@52e888f] 2022-05-31T04:29:01.935Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:29:01.936Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:29:01.936Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-05-31T04:29:01.937Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= c8e47053-a335-44ac-a20b-256866c64c39 2022-05-31T04:29:01.937Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c8e47053-a335-44ac-a20b-256866c64c39 matches Tosca VF Customization UUID: c8e47053-a335-44ac-a20b-256866c64c39 2022-05-31T04:29:01.937Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: c8e47053-a335-44ac-a20b-256866c64c39 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-05-31T04:29:01.940Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:29:01.941Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:29:01.942Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id c8e47053-a335-44ac-a20b-256866c64c39: {\"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-05-31T04:29:01.942Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6adbc856 2022-05-31T04:29:01.942Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:29:01.942Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T04:29:01.943Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dac4346c-3b5a-4e85-a6a1-fc8d9c0b912f 2022-05-31T04:29:01.943Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dac4346c-3b5a-4e85-a6a1-fc8d9c0b912f 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-05-31T04:29:01.946Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:29:01.946Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is matching search criteria 2022-05-31T04:29:01.947Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 101d111d-b761 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:29:01.947Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:29:01.947Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is matching search criteria 2022-05-31T04:29:01.948Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 101d111d-b761 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:29:01.948Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:29:01.949Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is not matching search criteria 2022-05-31T04:29:01.949Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T04:29:01.949Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-31T04:29:01.950Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T04:29:01.950Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T04:29:01.951Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T04:29:01.951Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T04:29:01.951Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T04:29:01.952Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T04:29:01.952Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T04:29:01.953Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T04:29:01.953Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T04:29:01.954Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=67738127-133e-4dee-ae51-7d39beae734c 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-05-31T04:29:01.957Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:29:01.957Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is matching search criteria 2022-05-31T04:29:01.958Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 101d111d-b761 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:29:01.958Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:29:01.959Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is not matching search criteria 2022-05-31T04:29:01.959Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T04:29:01.960Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T04:29:01.960Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T04:29:01.961Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T04:29:01.961Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T04:29:01.961Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T04:29:01.962Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T04:29:01.962Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-31T04:29:01.963Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T04:29:01.964Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T04:29:01.965Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T04:29:01.965Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T04:29:01.966Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3f30c50b-7cc8-4a83-8d91-eab0fd373764 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-05-31T04:29:01.969Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:29:01.970Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is matching search criteria 2022-05-31T04:29:01.970Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 101d111d-b761 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:29:01.974Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:29:01.975Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is not matching search criteria 2022-05-31T04:29:01.975Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T04:29:01.975Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T04:29:01.976Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T04:29:01.976Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T04:29:01.976Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T04:29:01.976Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T04:29:01.976Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T04:29:01.977Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T04:29:01.977Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T04:29:01.977Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T04:29:01.978Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T04:29:01.978Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-31T04:29:01.978Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=099739a0-10da-461d-a74d-f0ce616a95ca 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-05-31T04:29:01.981Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:29:01.981Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is matching search criteria 2022-05-31T04:29:01.982Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 101d111d-b761 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:29:01.982Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:29:01.982Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Node template vFW 101d111d-b761 0 is matching search criteria 2022-05-31T04:29:01.982Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 101d111d-b761 0] matching following query criteria: sdcType=VF, customizationUUID=c8e47053-a335-44ac-a20b-256866c64c39 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-05-31T04:29:01.984Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:29:01.984Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:29:01.985Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 378231e7-be3b-465e-82d3-b8e3d77b6f45: vFW 101d111d-b761 2022-05-31T04:29:01.985Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:29:01.985Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:29:01.986Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:29:01.986Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:29:01.986Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:29:01.986Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:29:01.987Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:29:01.987Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:29:01.987Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:29:01.988Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-25-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:29:01.988Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-05-31 04-25-09 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-05-31T04:29:02.190Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 101d111d-b761 00d937a9-f46c-4d32-8e3a-71e3c341cc6f 1 ASDC deployResourceStructure 2022-05-31T04:29:02.191Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json ASDC sendASDCNotification 2022-05-31T04:29:02.191Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json 2022-05-31T04:29:02.191Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T04:29:02.192Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:29:02.194Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:29:02.194Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971342191, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json", "status": "DEPLOY_OK" } 2022-05-31T04:29:02.294Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:29:02.295Z||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-05-31T04:29:02.295Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:29:02.313Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:29:02.314Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:29:03.195Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-31T04:29:03.196Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml 2022-05-31T04:29:03.196Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T04:29:03.196Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:29:03.198Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:29:03.199Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971343195, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-31T04:29:03.299Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:29:03.300Z||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-05-31T04:29:03.300Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:29:03.315Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:29:03.316Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:29:04.200Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-31T04:29:04.200Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env 2022-05-31T04:29:04.200Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T04:29:04.200Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:29:04.202Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:29:04.202Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971344199, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-31T04:29:04.304Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-05-31T04:29:04.305Z||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-05-31T04:29:04.305Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:29:04.321Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:29:04.322Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:29:05.203Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar ASDC sendASDCNotification 2022-05-31T04:29:05.204Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar 2022-05-31T04:29:05.204Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T04:29:05.204Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:29:05.206Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:29:05.206Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971345203, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:29:05.306Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:29:05.307Z||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-05-31T04:29:05.308Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:29:05.329Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:29:05.330Z||pool-33-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:29:06.207Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6af27d4-d368-4540-90dc-c6467fec1d61 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T04:29:06.222Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6af27d4-d368-4540-90dc-c6467fec1d61 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T04:29:06.224Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T04:29:06.224Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T04:29:06.224Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T04:29:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:29:32.264Z||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-05-31T04:29:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:29:32.288Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:29:32.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:29:32.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "aai-ml", "timestamp": 1653971240164, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:29:32.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:29:36.225Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6af27d4-d368-4540-90dc-c6467fec1d61 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T04:29:36.237Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6af27d4-d368-4540-90dc-c6467fec1d61 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T04:29:36.239Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T04:29:36.239Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T04:29:36.239Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T04:30:06.240Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6af27d4-d368-4540-90dc-c6467fec1d61 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T04:30:06.250Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6af27d4-d368-4540-90dc-c6467fec1d61 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T04:30:06.253Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T04:30:06.253Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T04:30:06.253Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T04:30:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:30:32.264Z||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-05-31T04:30:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:30:32.294Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:30:32.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "cds", "timestamp": 1653971248122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:30:32.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "policy-id", "timestamp": 1653971248820, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:30:32.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971252003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T04:30:32.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "aai-ml", "timestamp": 1653971240164, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:30:32.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "cds", "timestamp": 1653971248122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:30:32.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "policy-id", "timestamp": 1653971248820, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:30:32.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "multicloud-k8s-id", "timestamp": 1653971252972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:30:32.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971252003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:30:32.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "ves-openapi-manager", "timestamp": 1653971253789, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:30:32.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "aai-ml", "timestamp": 1653971240164, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:30:32.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "cds", "timestamp": 1653971248122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:30:32.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "policy-id", "timestamp": 1653971248820, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:30:32.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "multicloud-k8s-id", "timestamp": 1653971252972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json", "status": "NOTIFIED" } 2022-05-31T04:30:32.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971252003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:30:32.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "ves-openapi-manager", "timestamp": 1653971253789, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T04:30:32.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "policy-id", "timestamp": 1653971248820, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:30:32.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "multicloud-k8s-id", "timestamp": 1653971252972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T04:30:32.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971252003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:30:32.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "aai-ml", "timestamp": 1653971256212, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:30:32.302Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:30:32.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "cds", "timestamp": 1653971256437, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:30:32.303Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:30:32.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "ves-openapi-manager", "timestamp": 1653971253789, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:30:32.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "multicloud-k8s-id", "timestamp": 1653971252972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:30:32.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971252003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:30:32.304Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "cds", "timestamp": 1653971257455, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-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-05-31T04:30:32.313Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f6af27d4-d368-4540-90dc-c6467fec1d61 2022-05-31T04:30:32.313Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6af27d4-d368-4540-90dc-c6467fec1d61 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-05-31T04:30:32.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "policy-id", "timestamp": 1653971257182, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:30:32.325Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:30:32.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "ves-openapi-manager", "timestamp": 1653971253789, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:30:32.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "multicloud-k8s-id", "timestamp": 1653971252972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-31T04:30:32.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971252003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:30:32.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "policy-id", "timestamp": 1653971258187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:30:32.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:30:32.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "ves-openapi-manager", "timestamp": 1653971253789, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:30:32.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "multicloud-k8s-id", "timestamp": 1653971252972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:30:32.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "policy-id", "timestamp": 1653971259191, "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-05-31T04:30:32.337Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6af27d4-d368-4540-90dc-c6467fec1d61 2022-05-31T04:30:32.337Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6af27d4-d368-4540-90dc-c6467fec1d61 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-05-31T04:30:32.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "ves-openapi-manager", "timestamp": 1653971253789, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:30:32.346Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "multicloud-k8s-id", "timestamp": 1653971252972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:30:32.347Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971260551, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:30:32.348Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:30:32.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "ves-openapi-manager", "timestamp": 1653971253789, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-31T04:30:32.348Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "multicloud-k8s-id", "timestamp": 1653971261035, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T04:30:32.349Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:30:32.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "multicloud-k8s-id", "timestamp": 1653971262441, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T04:30:32.350Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:30:32.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "clamp", "timestamp": 1653971262499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:30:32.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971264447, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:30:32.352Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:30:32.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "multicloud-k8s-id", "timestamp": 1653971263812, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-31T04:30:32.352Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:30:32.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "clamp", "timestamp": 1653971262499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json", "status": "NOTIFIED" } 2022-05-31T04:30:32.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971265453, "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-05-31T04:30:32.358Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f6af27d4-d368-4540-90dc-c6467fec1d61 2022-05-31T04:30:32.358Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6af27d4-d368-4540-90dc-c6467fec1d61 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-05-31T04:30:32.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "multicloud-k8s-id", "timestamp": 1653971264834, "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-05-31T04:30:32.378Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6af27d4-d368-4540-90dc-c6467fec1d61 2022-05-31T04:30:32.378Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6af27d4-d368-4540-90dc-c6467fec1d61 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-05-31T04:30:32.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "clamp", "timestamp": 1653971262499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:30:32.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "aai-ml", "timestamp": 1653971266095, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:30:32.387Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:30:32.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "multicloud-k8s-id", "timestamp": 1653971265837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json", "status": "DEPLOY_OK" } 2022-05-31T04:30:32.388Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:30:32.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "clamp", "timestamp": 1653971262499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:30:32.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "aai-ml", "timestamp": 1653971267099, "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-05-31T04:30:32.397Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f6af27d4-d368-4540-90dc-c6467fec1d61 2022-05-31T04:30:32.397Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6af27d4-d368-4540-90dc-c6467fec1d61 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-05-31T04:30:32.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "clamp", "timestamp": 1653971262499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:30:32.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "clamp", "timestamp": 1653971262499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:30:32.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "clamp", "timestamp": 1653971262499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:30:32.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:30:32.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "clamp", "timestamp": 1653971276365, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:30:32.409Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:30:32.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "clamp", "timestamp": 1653971278375, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:30:32.410Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:30:32.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:30:32.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "clamp", "timestamp": 1653971279379, "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-05-31T04:30:32.417Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f6af27d4-d368-4540-90dc-c6467fec1d61 2022-05-31T04:30:32.417Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6af27d4-d368-4540-90dc-c6467fec1d61 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-05-31T04:30:36.254Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6af27d4-d368-4540-90dc-c6467fec1d61 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T04:30:36.266Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6af27d4-d368-4540-90dc-c6467fec1d61 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T04:30:36.268Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T04:30:36.268Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T04:30:36.269Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-31T04:30:36.269Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-31T04:30:36.269Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:30:36.269Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:30:36.269Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:30:36.269Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:30:36.269Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:30:36.269Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:30:36.269Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-31T04:30:36.274Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-31T04:31:06.274Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6af27d4-d368-4540-90dc-c6467fec1d61 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-05-31T04:31:06.283Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6af27d4-d368-4540-90dc-c6467fec1d61 and serviceModelVersionId: 378231e7-be3b-465e-82d3-b8e3d77b6f45 2022-05-31T04:31:06.283Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : abf59ee5-6fe7-4f12-a674-0239fdec02aa 2022-05-31T04:31:06.284Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/abf59ee5-6fe7-4f12-a674-0239fdec02aa/model-vers/model-ver/378231e7-be3b-465e-82d3-b8e3d77b6f45?depth=0 2022-05-31T04:31:06.289Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-05-31T04:31:06.347Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abf59ee5-6fe7-4f12-a674-0239fdec02aa/model-vers/model-ver/378231e7-be3b-465e-82d3-b8e3d77b6f45?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-05-31T04:31:06.348Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abf59ee5-6fe7-4f12-a674-0239fdec02aa/model-vers/model-ver/378231e7-be3b-465e-82d3-b8e3d77b6f45?depth=0|INFO|500||Invoke 2022-05-31T04:31:06.377Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abf59ee5-6fe7-4f12-a674-0239fdec02aa/model-vers/model-ver/378231e7-be3b-465e-82d3-b8e3d77b6f45?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-31T04:31:06.897Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abf59ee5-6fe7-4f12-a674-0239fdec02aa/model-vers/model-ver/378231e7-be3b-465e-82d3-b8e3d77b6f45?depth=0|INFO|500||InvokeReturn 2022-05-31T04:31:06.899Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abf59ee5-6fe7-4f12-a674-0239fdec02aa/model-vers/model-ver/378231e7-be3b-465e-82d3-b8e3d77b6f45?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220531-04:31:06:102-15070], vertex-id=[180256], Content-Length=[0], Date=[Tue, 31 May 2022 04:31:06 GMT], Content-Type=[application/json]} 2022-05-31T04:31:06.899Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-05-31T04:31:06.900Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-31T04:31:06.900Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||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-05-31T04:31:06.904Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-31T04:31:06.905Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6af27d4-d368-4540-90dc-c6467fec1d61 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-31T04:31:06.905Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-31T04:31:06.906Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:31:06.908Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:31:06.908Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971466905, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-31T04:31:07.008Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:31:07.009Z||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-05-31T04:31:07.009Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:31:07.028Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:31:07.029Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-31T04:31:07.918Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:31:07.919Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:31:07.919Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:31:12.333Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:31:12.334Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-31T04:31:12.334Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"be5a24e3-cf0d-4696-bbfa-2a5401a4aea8","serviceName":"vFW 2022-05-31 04-28-13","serviceVersion":"1.0","serviceUUID":"5c5d85bc-c77d-4d32-a099-16ccb319b13d","serviceDescription":"catalog service description","serviceInvariantUUID":"9dfdc261-b457-4557-bbd7-3d280b522a5c","resources":[{"resourceInstanceName":"vFW b33f05b2-0426 0","resourceName":"vFW b33f05b2-0426","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"15b3cef9-5e9e-4157-8ed4-ec159b82aa81","resourceInvariantUUID":"912b83a6-e9e6-4f31-8763-3e3025dd0713","resourceCustomizationUUID":"ff547913-ce22-44e4-9f0b-b3335b121950","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vf-license-model.xml","artifactChecksum":"NTQwOTdmMWQzYTc4NTVhYzZhMmJhYWY5ZGU5MWM4Mjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b882ed77-7264-47cc-a2ff-ce6281b53d62","artifactVersion":"1"},{"artifactName":"vfwb33f05b204260_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json","artifactChecksum":"MzUzMTM2YjkxNjBjOWY1ZmViMzIzMzQ5NDQ0MTUwOWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0e660e70-1a09-4668-8551-9dabee28fc7a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"41afb26b-3176-4f16-82e6-3a1b06a740a3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vendor-license-model.xml","artifactChecksum":"YTlhMzI4M2E4YThmZmQwYzdjY2E4MGJiMjEyYTIzYzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3f054b3b-8b0d-49ca-9d51-b4c61a79066e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8d7f03ed-c662-4826-8786-ce8c7b942c0c","artifactVersion":"2","generatedFromUUID":"41afb26b-3176-4f16-82e6-3a1b06a740a3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220531042813-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-template.yml","artifactChecksum":"ZjFlYTI0OTRiZjcyYThkYThlODAwNzA5MWU0YTFiNGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47c4a866-a659-43a9-9f57-c0b7e315b67c","artifactVersion":"1"},{"artifactName":"service-Vfw20220531042813-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar","artifactChecksum":"OTQ0NWM2ZDRmMmIxMGY3MzhhZjZkMjY5NjUzM2NjYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"95b4d35c-3f69-4903-be2d-270344534710","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-31T04:31:12.338Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:31:12.338Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:31:12.344Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:31:12.345Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971467918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:31:12.441Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-05-31T04:31:12.442Z||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-05-31T04:31:12.443Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:31:12.468Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:31:12.469Z||pool-35-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":2,"count":1} 2022-05-31T04:31:13.345Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:31:13.346Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:31:13.349Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:31:13.353Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971467918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json", "status": "NOTIFIED" } 2022-05-31T04:31:13.449Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-05-31T04:31:13.450Z||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-05-31T04:31:13.450Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:31:13.465Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:31:13.466Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:31:14.354Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:31:14.354Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:31:14.357Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:31:14.357Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971467918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T04:31:14.457Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:31:14.458Z||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-05-31T04:31:14.458Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:31:14.477Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:31:14.477Z||pool-37-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-05-31T04:31:15.357Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:31:15.358Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:31:15.361Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:31:15.361Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971467918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:31:15.461Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:31:15.462Z||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-05-31T04:31:15.462Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:31:15.476Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:31:15.477Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:31:16.361Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:31:16.362Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:31:16.364Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:31:16.365Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971467918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-31T04:31:16.465Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:31:16.467Z||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-05-31T04:31:16.467Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:31:16.481Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:31:16.482Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:31:17.365Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:31:17.366Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:31:17.369Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:31:17.369Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971467918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:31:17.469Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:31:17.470Z||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-05-31T04:31:17.470Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:31:17.488Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:31:17.489Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:31:18.369Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:31:18.370Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:31:18.373Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:31:18.373Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971467918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:31:18.473Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T04:31:18.474Z||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-05-31T04:31:18.475Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:31:18.490Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:31:18.490Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:31:19.375Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "serviceName": "vFW 2022-05-31 04-28-13", "serviceVersion": "1.0", "serviceUUID": "5c5d85bc-c77d-4d32-a099-16ccb319b13d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9dfdc261-b457-4557-bbd7-3d280b522a5c", "resources": [ { "resourceInstanceName": "vFW b33f05b2-0426 0", "resourceCustomizationUUID": "ff547913-ce22-44e4-9f0b-b3335b121950", "resourceName": "vFW b33f05b2-0426", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "15b3cef9-5e9e-4157-8ed4-ec159b82aa81", "resourceInvariantUUID": "912b83a6-e9e6-4f31-8763-3e3025dd0713", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwb33f05b204260_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json", "artifactChecksum": "MzUzMTM2YjkxNjBjOWY1ZmViMzIzMzQ5NDQ0MTUwOWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0e660e70-1a09-4668-8551-9dabee28fc7a", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "41afb26b-3176-4f16-82e6-3a1b06a740a3", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8d7f03ed-c662-4826-8786-ce8c7b942c0c", "generatedFromUUID": "41afb26b-3176-4f16-82e6-3a1b06a740a3" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8d7f03ed-c662-4826-8786-ce8c7b942c0c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220531042813-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar", "artifactChecksum": "OTQ0NWM2ZDRmMmIxMGY3MzhhZjZkMjY5NjUzM2NjYWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "95b4d35c-3f69-4903-be2d-270344534710" } ], "workloadContext": "Production" } 2022-05-31T04:31:19.375Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-31T04:31:19.375Z|f6af27d4-d368-4540-90dc-c6467fec1d61|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5c5d85bc-c77d-4d32-a099-16ccb319b13d ASDC 2022-05-31T04:31:19.376Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 ServiceName:vFW 2022-05-31 04-28-13 ServiceVersion:1.0 ServiceUUID:5c5d85bc-c77d-4d32-a099-16ccb319b13d ServiceInvariantUUID:9dfdc261-b457-4557-bbd7-3d280b522a5c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220531042813-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar ArtifactUUID:95b4d35c-3f69-4903-be2d-270344534710 ArtifactChecksum:OTQ0NWM2ZDRmMmIxMGY3MzhhZjZkMjY5NjUzM2NjYWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW b33f05b2-0426 0 ResourceCustomizationUUID:ff547913-ce22-44e4-9f0b-b3335b121950 ResourceInvariantUUID:912b83a6-e9e6-4f31-8763-3e3025dd0713 ResourceName:vFW b33f05b2-0426 ResourceType:VF ResourceUUID:15b3cef9-5e9e-4157-8ed4-ec159b82aa81 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwb33f05b204260_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json ArtifactUUID:0e660e70-1a09-4668-8551-9dabee28fc7a ArtifactChecksum:MzUzMTM2YjkxNjBjOWY1ZmViMzIzMzQ5NDQ0MTUwOWQ= 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/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml ArtifactUUID:41afb26b-3176-4f16-82e6-3a1b06a740a3 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/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env ArtifactUUID:8d7f03ed-c662-4826-8786-ce8c7b942c0c 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/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env ArtifactUUID:8d7f03ed-c662-4826-8786-ce8c7b942c0c ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-31T04:31:19.376Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5c5d85bc-c77d-4d32-a099-16ccb319b13d 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-05-31T04:31:19.407Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T04:31:19.408Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-05-31T04:31:19.408Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-05-31T04:31:19.408Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 95b4d35c-3f69-4903-be2d-270344534710 from URL: /sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar 2022-05-31T04:31:19.408Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-05-31T04:31:19.408Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar 2022-05-31T04:31:19.821Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-05-31T04:31:19.826Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar 95b4d35c-3f69-4903-be2d-270344534710 98983 2022-05-31T04:31:19.827Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar ASDC sendASDCNotification 2022-05-31T04:31:19.827Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar 2022-05-31T04:31:19.827Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T04:31:19.827Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:31:19.830Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:31:19.830Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971479827, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:31:19.930Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:31:19.931Z||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-05-31T04:31:19.932Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:31:19.945Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:31:19.946Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-31T04:31:20.831Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T04:31:20.832Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-05-31T04:31:20.833Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 95b4d35c-3f69-4903-be2d-270344534710, URL: /sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar to file: /app/ASDC/1/service-Vfw20220531042813-csar.csar 2022-05-31T04:31:20.833Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220531042813-csar.csar 2022-05-31T04:31:20.834Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220531042813-csar.csar 2022-05-31T04:31:20.834Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220531042813-csar.csar 2022-05-31T04:31:21.048Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17747639833524017294/Definitions/service-Vfw20220531042813-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_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_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 2022-05-31T04:31:23.237Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-31T04:31:23.238Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-05-31T04:31:23.238Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220531042813-csar.csar 2022-05-31T04:31:23.238Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-05-31T04:31:23.238Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||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-Vfw20220531042813-csar.csar 2022-05-31T04:31:23.238Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||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-Vfw20220531042813-csar.csar 2022-05-31T04:31:23.239Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||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-Vfw20220531042813-csar.csar 2022-05-31T04:31:23.239Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531042813-csar.csar 2022-05-31T04:31:23.239Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531042813-csar.csar 2022-05-31T04:31:23.239Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||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-Vfw20220531042813-csar.csar 2022-05-31T04:31:23.239Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||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-Vfw20220531042813-csar.csar 2022-05-31T04:31:23.239Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||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-Vfw20220531042813-csar.csar 2022-05-31T04:31:23.240Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220531042813-csar.csar 2022-05-31T04:31:23.240Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||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-Vfw20220531042813-csar.csar 2022-05-31T04:31:23.240Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531042813-csar.csar 2022-05-31T04:31:23.240Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b33f05b2-0426 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-Vfw20220531042813-csar.csar 2022-05-31T04:31:23.240Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220531042813-csar.csar 2022-05-31T04:31:23.240Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-05-31T04:31:23.241Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:23.241Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:31:23.241Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is matching search criteria 2022-05-31T04:31:23.241Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-05-31T04:31:23.242Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b33f05b2-0426 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T04:31:23.242Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:23.242Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:31:23.243Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is matching search criteria 2022-05-31T04:31:23.243Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-05-31T04:31:23.243Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b33f05b2-0426 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T04:31:23.244Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:23.244Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:31:23.244Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:23.244Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is not matching search criteria 2022-05-31T04:31:23.245Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T04:31:23.245Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T04:31:23.245Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T04:31:23.245Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T04:31:23.245Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T04:31:23.246Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T04:31:23.246Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T04:31:23.246Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T04:31:23.246Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T04:31:23.247Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T04:31:23.247Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T04:31:23.247Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T04:31:23.247Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T04:31:23.247Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T04:31:23.248Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T04:31:23.248Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-31T04:31:23.248Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:23.248Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T04:31:23.249Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:23.249Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is matching search criteria 2022-05-31T04:31:23.249Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b33f05b2-0426 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:31:23.250Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:23.250Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is matching search criteria 2022-05-31T04:31:23.250Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b33f05b2-0426 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:31:23.250Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:23.251Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is matching search criteria 2022-05-31T04:31:23.251Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b33f05b2-0426 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:31:23.251Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:23.251Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is not matching search criteria 2022-05-31T04:31:23.252Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T04:31:23.252Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-31T04:31:23.252Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T04:31:23.252Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T04:31:23.252Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T04:31:23.253Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T04:31:23.253Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T04:31:23.253Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T04:31:23.253Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T04:31:23.254Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T04:31:23.254Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T04:31:23.254Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c764b339-163f-411c-8dae-66b4ce7ec6ad 2022-05-31T04:31:23.254Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:23.255Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is not matching search criteria 2022-05-31T04:31:23.255Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T04:31:23.255Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T04:31:23.255Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T04:31:23.256Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T04:31:23.256Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T04:31:23.256Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T04:31:23.256Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T04:31:23.257Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-31T04:31:23.257Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T04:31:23.257Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T04:31:23.257Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T04:31:23.257Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T04:31:23.258Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=32e04d53-f504-4881-9d50-d54d2cf0127c 2022-05-31T04:31:23.258Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:23.258Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is not matching search criteria 2022-05-31T04:31:23.258Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T04:31:23.259Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T04:31:23.259Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T04:31:23.259Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T04:31:23.259Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T04:31:23.260Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T04:31:23.260Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T04:31:23.260Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T04:31:23.260Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T04:31:23.261Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T04:31:23.261Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T04:31:23.261Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-31T04:31:23.261Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=63efd151-9e09-40f7-9f68-e544ae6e6dd1 2022-05-31T04:31:23.262Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:23.262Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:31:23.262Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:23.262Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:31:23.262Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:23.263Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:31:23.263Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:23.263Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:31:23.263Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-05-31 04-28-13 Description:catalog service description Model UUID:5c5d85bc-c77d-4d32-a099-16ccb319b13d Model Version:NULL Model InvariantUuid:9dfdc261-b457-4557-bbd7-3d280b522a5c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW b33f05b2-0426 Model UUID:f158de03-376c-4a6a-83a7-a09a8c9c03a9 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:912b83a6-e9e6-4f31-8763-3e3025dd0713 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ff547913-ce22-44e4-9f0b-b3335b121950 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e1876876-4361-4601-90b6-c0a1d99f513a ModelName:VfwB33f05b20426..base_vfw..module-0 ModelUuid:ccef818e-cbf7-4f2d-818e-d851cba496eb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c764b339-163f-411c-8dae-66b4ce7ec6ad ModelInvariantUuid:f50a6406-4448-486d-a99b-de9e4e7859ea ModelName:vFW b33f05b2-0426-nodes.vfwCvfc ModelUuid:a9939064-014d-4565-ae34-0e19d8677961 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:7fc5fb4d-0528-4f0d-953e-96c475c30010 ModelInvariantUuid:663643f2-d7ea-46cd-af5d-4a221d33482b ModelName:VfwB33f05b20426.compute.nodes.heat.vfw ModelUuid:efdd32b8-d762-4a15-a2d7-29ac33f2c5e5 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:32e04d53-f504-4881-9d50-d54d2cf0127c ModelInvariantUuid:bfecf30c-e32d-471b-8c2f-215eb1e3cc6c ModelName:vFW b33f05b2-0426-nodes.vsnCvfc ModelUuid:3d6770ce-82f6-4306-840e-ea7c450405c6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:dfb571fc-9f49-417f-abcc-a981f10919a2 ModelInvariantUuid:694fe98c-9571-4708-868d-6007460ce275 ModelName:VfwB33f05b20426.compute.nodes.heat.vsn ModelUuid:36d3b337-6dfb-454a-b51f-b1a3f438ab54 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:63efd151-9e09-40f7-9f68-e544ae6e6dd1 ModelInvariantUuid:a4f87e4c-c743-46c2-84d7-b481e50f71df ModelName:vFW b33f05b2-0426-nodes.vpgCvfc ModelUuid:2c27b006-f7bb-4a54-aada-4d5bfc1e1d08 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:6da10155-64f9-47b9-a31f-6131adfa9b23 ModelInvariantUuid:be76acec-fe37-4d6f-99ba-1ec1e7abd2d2 ModelName:VfwB33f05b20426.compute.nodes.heat.vpg ModelUuid:23a7ac5c-7806-48d6-bb7f-92381b1a345e 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-05-31T04:31:23.271Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 15b3cef9-5e9e-4157-8ed4-ec159b82aa81 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-05-31T04:31:23.275Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||vFW b33f05b2-0426 0 2022-05-31T04:31:23.275Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 15b3cef9-5e9e-4157-8ed4-ec159b82aa81 2022-05-31T04:31:23.275Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0e660e70-1a09-4668-8551-9dabee28fc7a from URL: /sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json 2022-05-31T04:31:23.275Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-05-31T04:31:23.275Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json 2022-05-31T04:31:23.427Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-05-31T04:31:23.428Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json 0e660e70-1a09-4668-8551-9dabee28fc7a 785 2022-05-31T04:31:23.428Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json ASDC sendASDCNotification 2022-05-31T04:31:23.428Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json 2022-05-31T04:31:23.428Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T04:31:23.428Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:31:23.430Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:31:23.430Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971483428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T04:31:23.531Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:31:23.532Z||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-05-31T04:31:23.532Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:31:23.548Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:31:23.549Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:31:24.431Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB33f05b20426..base_vfw..module-0", "vfModuleModelInvariantUUID": "e1876876-4361-4601-90b6-c0a1d99f513a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ccef818e-cbf7-4f2d-818e-d851cba496eb", "vfModuleModelCustomizationUUID": "d190dde7-b421-4238-a4c9-041fa2a3b215", "isBase": true, "artifacts": [ "41afb26b-3176-4f16-82e6-3a1b06a740a3", "8d7f03ed-c662-4826-8786-ce8c7b942c0c" ], "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-05-31T04:31:24.435Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB33f05b20426..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ccef818e-cbf7-4f2d-818e-d851cba496eb VfModuleModelInvariantUUID:e1876876-4361-4601-90b6-c0a1d99f513a VfModuleModelDescription:NULL Artifacts UUID List:{ 41afb26b-3176-4f16-82e6-3a1b06a740a3 , 8d7f03ed-c662-4826-8786-ce8c7b942c0c } 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-05-31T04:31:24.436Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB33f05b20426..base_vfw..module-0", "vfModuleModelInvariantUUID": "e1876876-4361-4601-90b6-c0a1d99f513a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ccef818e-cbf7-4f2d-818e-d851cba496eb", "vfModuleModelCustomizationUUID": "d190dde7-b421-4238-a4c9-041fa2a3b215", "isBase": true, "artifacts": [ "41afb26b-3176-4f16-82e6-3a1b06a740a3", "8d7f03ed-c662-4826-8786-ce8c7b942c0c" ], "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-05-31T04:31:24.437Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB33f05b20426..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ccef818e-cbf7-4f2d-818e-d851cba496eb VfModuleModelInvariantUUID:e1876876-4361-4601-90b6-c0a1d99f513a VfModuleModelDescription:NULL Artifacts UUID List:{ 41afb26b-3176-4f16-82e6-3a1b06a740a3 , 8d7f03ed-c662-4826-8786-ce8c7b942c0c } 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-05-31T04:31:24.437Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 41afb26b-3176-4f16-82e6-3a1b06a740a3 from URL: /sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml 2022-05-31T04:31:24.437Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-05-31T04:31:24.437Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml 2022-05-31T04:31:24.542Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-05-31T04:31:24.543Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml 41afb26b-3176-4f16-82e6-3a1b06a740a3 20368 2022-05-31T04:31:24.544Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-31T04:31:24.544Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml 2022-05-31T04:31:24.544Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T04:31:24.545Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:31:24.547Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:31:24.547Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971484544, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T04:31:24.647Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:31:24.648Z||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-05-31T04:31:24.648Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:31:24.665Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:31:24.665Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:31:25.547Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8d7f03ed-c662-4826-8786-ce8c7b942c0c from URL: /sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env 2022-05-31T04:31:25.548Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-05-31T04:31:25.549Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env 2022-05-31T04:31:25.921Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-05-31T04:31:25.922Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env 8d7f03ed-c662-4826-8786-ce8c7b942c0c 2098 2022-05-31T04:31:25.922Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-31T04:31:25.922Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env 2022-05-31T04:31:25.922Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T04:31:25.923Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:31:25.925Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:31:25.925Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971485922, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-31T04:31:26.025Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:31:26.026Z||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-05-31T04:31:26.026Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:31:26.042Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:31:26.043Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-05-31T04:31:26.926Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 5c5d85bc-c77d-4d32-a099-16ccb319b13d 2022-05-31T04:31:26.926Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b33f05b2-0426 0 15b3cef9-5e9e-4157-8ed4-ec159b82aa81 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-05-31T04:31:26.943Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d729713, org.onap.sdc.toscaparser.api.parameters.Input@4c2ee2d2, org.onap.sdc.toscaparser.api.parameters.Input@4912a5e5, org.onap.sdc.toscaparser.api.parameters.Input@47d52d97, org.onap.sdc.toscaparser.api.parameters.Input@3e66e071] 2022-05-31T04:31:26.945Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:26.945Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:31:26.946Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-05-31T04:31:26.946Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= ff547913-ce22-44e4-9f0b-b3335b121950 2022-05-31T04:31:26.946Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ff547913-ce22-44e4-9f0b-b3335b121950 matches Tosca VF Customization UUID: ff547913-ce22-44e4-9f0b-b3335b121950 2022-05-31T04:31:26.946Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: ff547913-ce22-44e4-9f0b-b3335b121950 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-05-31T04:31:26.948Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:26.949Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:31:26.949Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id ff547913-ce22-44e4-9f0b-b3335b121950: {\"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-05-31T04:31:26.950Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@37d32aeb 2022-05-31T04:31:26.950Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:26.950Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T04:31:26.950Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d190dde7-b421-4238-a4c9-041fa2a3b215 2022-05-31T04:31:26.951Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d190dde7-b421-4238-a4c9-041fa2a3b215 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-05-31T04:31:26.953Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:26.953Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is matching search criteria 2022-05-31T04:31:26.953Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b33f05b2-0426 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:31:26.953Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:26.954Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is matching search criteria 2022-05-31T04:31:26.954Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b33f05b2-0426 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:31:26.954Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:26.954Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is not matching search criteria 2022-05-31T04:31:26.955Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T04:31:26.955Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-31T04:31:26.955Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T04:31:26.955Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T04:31:26.956Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T04:31:26.956Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T04:31:26.956Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T04:31:26.956Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T04:31:26.957Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T04:31:26.957Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T04:31:26.957Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T04:31:26.957Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c764b339-163f-411c-8dae-66b4ce7ec6ad 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-05-31T04:31:26.959Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:26.959Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is matching search criteria 2022-05-31T04:31:26.960Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b33f05b2-0426 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:31:26.960Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:26.960Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is not matching search criteria 2022-05-31T04:31:26.961Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T04:31:26.961Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T04:31:26.961Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T04:31:26.961Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T04:31:26.962Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T04:31:26.962Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T04:31:26.962Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T04:31:26.962Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-31T04:31:26.963Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T04:31:26.963Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T04:31:26.963Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T04:31:26.963Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T04:31:26.964Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=32e04d53-f504-4881-9d50-d54d2cf0127c 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-05-31T04:31:26.966Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:26.966Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is matching search criteria 2022-05-31T04:31:26.967Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b33f05b2-0426 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:31:26.967Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:26.968Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is not matching search criteria 2022-05-31T04:31:26.968Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T04:31:26.968Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T04:31:26.968Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T04:31:26.968Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T04:31:26.969Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T04:31:26.969Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T04:31:26.969Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T04:31:26.969Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T04:31:26.970Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T04:31:26.970Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T04:31:26.970Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T04:31:26.970Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-31T04:31:26.971Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=63efd151-9e09-40f7-9f68-e544ae6e6dd1 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-05-31T04:31:26.972Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:26.973Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is matching search criteria 2022-05-31T04:31:26.973Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b33f05b2-0426 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:31:26.973Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:26.974Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Node template vFW b33f05b2-0426 0 is matching search criteria 2022-05-31T04:31:26.974Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b33f05b2-0426 0] matching following query criteria: sdcType=VF, customizationUUID=ff547913-ce22-44e4-9f0b-b3335b121950 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-05-31T04:31:26.976Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:26.976Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:31:26.976Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 5c5d85bc-c77d-4d32-a099-16ccb319b13d: vFW b33f05b2-0426 2022-05-31T04:31:26.976Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:26.977Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:31:26.977Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:26.978Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:31:26.978Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:26.978Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:31:26.978Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:26.979Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:31:26.979Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:31:26.979Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-31 04-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:31:26.979Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-05-31 04-28-13 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-05-31T04:31:27.138Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b33f05b2-0426 15b3cef9-5e9e-4157-8ed4-ec159b82aa81 1 ASDC deployResourceStructure 2022-05-31T04:31:27.139Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json ASDC sendASDCNotification 2022-05-31T04:31:27.139Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json 2022-05-31T04:31:27.139Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T04:31:27.140Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:31:27.142Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:31:27.142Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971487139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json", "status": "DEPLOY_OK" } 2022-05-31T04:31:27.242Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:31:27.243Z||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-05-31T04:31:27.243Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:31:27.259Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:31:27.259Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:31:28.143Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-31T04:31:28.144Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml 2022-05-31T04:31:28.144Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T04:31:28.144Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:31:28.146Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:31:28.146Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971488143, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-31T04:31:28.248Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-05-31T04:31:28.249Z||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-05-31T04:31:28.249Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:31:28.269Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:31:28.270Z||pool-47-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:31:29.151Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-31T04:31:29.151Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env 2022-05-31T04:31:29.151Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T04:31:29.152Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:31:29.154Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:31:29.154Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971489151, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-31T04:31:29.255Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:31:29.256Z||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-05-31T04:31:29.256Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:31:29.274Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:31:29.275Z||pool-48-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:31:30.160Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar ASDC sendASDCNotification 2022-05-31T04:31:30.160Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar 2022-05-31T04:31:30.160Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T04:31:30.161Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:31:30.164Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:31:30.164Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971490160, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:31:30.264Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:31:30.265Z||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-05-31T04:31:30.265Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:31:30.280Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:31:30.281Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:31:31.165Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T04:31:31.176Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T04:31:31.179Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T04:31:31.179Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T04:31:31.179Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T04:31:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:31:32.265Z||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-05-31T04:31:32.265Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:31:32.287Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:31:32.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:31:32.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "da47ba14-7e43-4872-b084-773b061723cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971322404, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-31T04:31:32.289Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:31:32.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:31:32.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971323421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:31:32.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:31:32.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:31:32.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971323421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json", "status": "NOTIFIED" } 2022-05-31T04:31:32.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:31:32.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:31:32.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971323421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T04:31:32.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:31:32.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:31:32.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971323421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:31:32.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:31:32.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:31:32.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971323421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-31T04:31:32.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:31:32.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:31:32.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971323421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:31:32.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:31:32.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:31:32.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971323421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:31:32.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:31:32.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:31:32.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971335231, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:31:32.292Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:31:32.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:31:32.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971338735, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T04:31:32.292Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:31:32.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:31:32.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971339809, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T04:31:32.292Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:31:32.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:31:32.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971340876, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-31T04:31:32.292Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:31:32.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:31:32.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971342191, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/vfw101d111db7610_modules.json", "status": "DEPLOY_OK" } 2022-05-31T04:31:32.293Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:31:32.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:31:32.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971343195, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-31T04:31:32.293Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:31:32.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:31:32.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971344199, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/resourceInstances/vfw101d111db7610/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-31T04:31:32.293Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:31:32.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:31:32.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971345203, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042509/1.0/artifacts/service-Vfw20220531042509-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:31:32.293Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:32:01.179Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T04:32:01.192Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T04:32:01.198Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T04:32:01.198Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T04:32:01.199Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T04:32:31.199Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T04:32:31.210Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T04:32:31.212Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T04:32:31.212Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T04:32:31.212Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T04:32:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:32:32.264Z||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-05-31T04:32:32.265Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:32:32.295Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:32:32.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "multicloud-k8s-id", "timestamp": 1653971412972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "ves-openapi-manager", "timestamp": 1653971413789, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "cds", "timestamp": 1653971413122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "clamp", "timestamp": 1653971412500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "policy-id", "timestamp": 1653971408821, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "multicloud-k8s-id", "timestamp": 1653971412972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json", "status": "NOTIFIED" } 2022-05-31T04:32:32.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "ves-openapi-manager", "timestamp": 1653971413789, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "cds", "timestamp": 1653971413122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "clamp", "timestamp": 1653971412500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json", "status": "NOTIFIED" } 2022-05-31T04:32:32.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "policy-id", "timestamp": 1653971408821, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "multicloud-k8s-id", "timestamp": 1653971412972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T04:32:32.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "ves-openapi-manager", "timestamp": 1653971413789, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "cds", "timestamp": 1653971413122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "clamp", "timestamp": 1653971412500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.304Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "policy-id", "timestamp": 1653971408821, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T04:32:32.304Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "multicloud-k8s-id", "timestamp": 1653971412972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.304Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "ves-openapi-manager", "timestamp": 1653971413789, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "cds", "timestamp": 1653971413122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "clamp", "timestamp": 1653971412500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "policy-id", "timestamp": 1653971408821, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "ves-openapi-manager", "timestamp": 1653971413789, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "multicloud-k8s-id", "timestamp": 1653971412972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-31T04:32:32.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "cds", "timestamp": 1653971413122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "clamp", "timestamp": 1653971412500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "policy-id", "timestamp": 1653971408821, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "multicloud-k8s-id", "timestamp": 1653971412972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "ves-openapi-manager", "timestamp": 1653971413789, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "cds", "timestamp": 1653971413122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "clamp", "timestamp": 1653971412500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "aai-ml", "timestamp": 1653971420164, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "policy-id", "timestamp": 1653971408821, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "multicloud-k8s-id", "timestamp": 1653971412972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:32:32.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "cds", "timestamp": 1653971413122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:32:32.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "ves-openapi-manager", "timestamp": 1653971413789, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "clamp", "timestamp": 1653971412500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:32:32.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "aai-ml", "timestamp": 1653971420164, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "policy-id", "timestamp": 1653971408821, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:32:32.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "aai-ml", "timestamp": 1653971420164, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "multicloud-k8s-id", "timestamp": 1653971422962, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T04:32:32.312Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:32:32.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "cds", "timestamp": 1653971423268, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:32:32.312Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:32:32.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "policy-id", "timestamp": 1653971423030, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:32:32.313Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:32:32.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "aai-ml", "timestamp": 1653971420164, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "cds", "timestamp": 1653971424277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-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-05-31T04:32:32.326Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 2022-05-31T04:32:32.326Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 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-05-31T04:32:32.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "policy-id", "timestamp": 1653971424063, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:32:32.338Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:32:32.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "multicloud-k8s-id", "timestamp": 1653971424266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T04:32:32.339Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:32:32.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "aai-ml", "timestamp": 1653971420164, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.339Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "policy-id", "timestamp": 1653971425066, "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-05-31T04:32:32.343Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 2022-05-31T04:32:32.343Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 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-05-31T04:32:32.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "aai-ml", "timestamp": 1653971420164, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "multicloud-k8s-id", "timestamp": 1653971425565, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-31T04:32:32.355Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:32:32.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "aai-ml", "timestamp": 1653971420164, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:32:32.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "multicloud-k8s-id", "timestamp": 1653971426585, "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-05-31T04:32:32.360Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 2022-05-31T04:32:32.360Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 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-05-31T04:32:32.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "multicloud-k8s-id", "timestamp": 1653971427588, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json", "status": "DEPLOY_OK" } 2022-05-31T04:32:32.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:32:32.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "aai-ml", "timestamp": 1653971427920, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:32:32.368Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:32:32.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971432003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:32:32.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:32:32.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:32:32.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "clamp", "timestamp": 1653971432398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:32:32.368Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:33:01.213Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T04:33:01.227Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T04:33:01.229Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T04:33:01.230Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T04:33:01.230Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T04:33:31.230Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T04:33:31.243Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T04:33:31.245Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T04:33:31.245Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T04:33:31.245Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T04:33:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:33:32.264Z||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-05-31T04:33:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:33:32.795Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:33:32.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971432003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T04:33:32.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:33:32.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971432003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:33:32.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:33:32.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "clamp", "timestamp": 1653971434409, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:33:32.799Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:33:32.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "aai-ml", "timestamp": 1653971434935, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:33:32.799Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:33:32.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971432003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:33:32.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:33:32.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "clamp", "timestamp": 1653971435413, "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-05-31T04:33:32.807Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 2022-05-31T04:33:32.808Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 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-05-31T04:33:32.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "aai-ml", "timestamp": 1653971435940, "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-05-31T04:33:32.820Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 2022-05-31T04:33:32.820Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 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-05-31T04:33:32.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971432003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:33:32.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:33:32.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971432003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:33:32.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:33:32.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971432003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:33:32.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:33:32.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971440042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:33:32.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:33:32.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971443777, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:33:32.830Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:33:32.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971444782, "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-05-31T04:33:32.834Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 2022-05-31T04:33:32.834Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 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-05-31T04:33:32.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6af27d4-d368-4540-90dc-c6467fec1d61", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971466905, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-31T04:33:32.841Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:33:32.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971467918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:33:32.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:33:32.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971467918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json", "status": "NOTIFIED" } 2022-05-31T04:33:32.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:33:32.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971467918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T04:33:32.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:33:32.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971467918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:33:32.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:33:32.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971467918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-31T04:33:32.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:33:32.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971467918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:33:32.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:33:32.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971467918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:33:32.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:33:32.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971479827, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:33:32.843Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:33:32.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971483428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T04:33:32.843Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:33:32.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971484544, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T04:33:32.844Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:33:32.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971485922, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-31T04:33:32.844Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:33:32.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971487139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/vfwb33f05b204260_modules.json", "status": "DEPLOY_OK" } 2022-05-31T04:33:32.844Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:33:32.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971488143, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-31T04:33:32.844Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:33:32.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971489151, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/resourceInstances/vfwb33f05b204260/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-31T04:33:32.845Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:33:32.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:33:32.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971490160, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531042813/1.0/artifacts/service-Vfw20220531042813-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:33:32.845Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:34:01.245Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T04:34:01.261Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T04:34:01.265Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T04:34:01.265Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T04:34:01.265Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-31T04:34:01.265Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-31T04:34:01.265Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:34:01.265Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:34:01.266Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:34:01.266Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:34:01.266Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:34:01.266Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:34:01.266Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-31T04:34:01.271Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-31T04:34:31.272Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 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-05-31T04:34:31.278Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 and serviceModelVersionId: 5c5d85bc-c77d-4d32-a099-16ccb319b13d 2022-05-31T04:34:31.279Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9dfdc261-b457-4557-bbd7-3d280b522a5c 2022-05-31T04:34:31.280Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9dfdc261-b457-4557-bbd7-3d280b522a5c/model-vers/model-ver/5c5d85bc-c77d-4d32-a099-16ccb319b13d?depth=0 2022-05-31T04:34:31.288Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-05-31T04:34:31.361Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dfdc261-b457-4557-bbd7-3d280b522a5c/model-vers/model-ver/5c5d85bc-c77d-4d32-a099-16ccb319b13d?depth=0|INFO|500||Invoke 2022-05-31T04:34:31.361Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dfdc261-b457-4557-bbd7-3d280b522a5c/model-vers/model-ver/5c5d85bc-c77d-4d32-a099-16ccb319b13d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dfdc261-b457-4557-bbd7-3d280b522a5c/model-vers/model-ver/5c5d85bc-c77d-4d32-a099-16ccb319b13d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[be5a24e3-cf0d-4696-bbfa-2a5401a4aea8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0775e998-e5a2-4bca-91fa-2afe1f375202], X-ECOMP-RequestID=[be5a24e3-cf0d-4696-bbfa-2a5401a4aea8], X-TransactionId=[], X-ONAP-RequestID=[be5a24e3-cf0d-4696-bbfa-2a5401a4aea8], Content-Type=[application/merge-patch+json]} 2022-05-31T04:34:31.385Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dfdc261-b457-4557-bbd7-3d280b522a5c/model-vers/model-ver/5c5d85bc-c77d-4d32-a099-16ccb319b13d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-31T04:34:31.572Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dfdc261-b457-4557-bbd7-3d280b522a5c/model-vers/model-ver/5c5d85bc-c77d-4d32-a099-16ccb319b13d?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/9dfdc261-b457-4557-bbd7-3d280b522a5c/model-vers/model-ver/5c5d85bc-c77d-4d32-a099-16ccb319b13d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220531-04:34:31:105-1709], vertex-id=[204984], Content-Length=[0], Date=[Tue, 31 May 2022 04:34:31 GMT], Content-Type=[application/json]} 2022-05-31T04:34:31.572Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dfdc261-b457-4557-bbd7-3d280b522a5c/model-vers/model-ver/5c5d85bc-c77d-4d32-a099-16ccb319b13d?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-31T04:34:31.573Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dfdc261-b457-4557-bbd7-3d280b522a5c/model-vers/model-ver/5c5d85bc-c77d-4d32-a099-16ccb319b13d?depth=0|INFO|500||InvokeReturn 2022-05-31T04:34:31.574Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-31T04:34:31.574Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||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-05-31T04:34:31.581Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-31T04:34:31.581Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be5a24e3-cf0d-4696-bbfa-2a5401a4aea8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-31T04:34:31.581Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-31T04:34:31.582Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:34:31.584Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:34:31.584Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971671581, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-31T04:34:31.684Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:34:31.685Z||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-05-31T04:34:31.685Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:34:31.703Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:34:31.704Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:34:32.265Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:34:32.265Z||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-05-31T04:34:32.266Z||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 UGibuShiTvIjXZNa) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T04:34:32.597Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:34:32.597Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:34:32.598Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:34:32.896Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:34:32.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:34:32.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5a24e3-cf0d-4696-bbfa-2a5401a4aea8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971671581, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-31T04:34:32.898Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:34:42.877Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:34:42.878Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:34:42.879Z||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-05-31T04:34:42.879Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:34:52.447Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:34:52.447Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:34:52.448Z||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-05-31T04:34:52.448Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:35:02.005Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:35:02.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:35:02.006Z||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-05-31T04:35:02.007Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:35:11.559Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:35:11.559Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:35:11.560Z||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-05-31T04:35:11.560Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:35:21.105Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:35:21.106Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:35:21.107Z||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-05-31T04:35:21.107Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:35:30.651Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:35:30.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:35:30.653Z||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-05-31T04:35:30.653Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:35:32.263Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:35:32.264Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|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-05-31T04:35:32.264Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|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 UGibuShiTvIjXZNa) ... 2022-05-31T04:35:40.217Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:35:40.218Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:35:40.219Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:35:40.219Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:35:41.857Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:35:49.801Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:36:32.250Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:36:32.251Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:36:32.251Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:36:32.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:36:32.264Z||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-05-31T04:36:32.265Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:36:41.817Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:36:41.841Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:37:32.250Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:37:32.250Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:37:32.251Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:37:32.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:37:32.264Z||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-05-31T04:37:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:37:41.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:37:41.846Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:38:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:38:32.253Z||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-05-31T04:38:32.253Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:38:32.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:38:32.264Z||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-05-31T04:38:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:38:41.845Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:38:41.846Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:39:32.250Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:39:32.251Z||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-05-31T04:39:32.251Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:39:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:39:32.264Z||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-05-31T04:39:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:39:32.892Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:39:32.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T04:39:32.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"ee11fc14-35fc-4049-a167-a76c84bd4ecf","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8ee27ba6-a578-4038-857c-0c0fdc156cb0","serviceDescription":"service","serviceInvariantUUID":"c37c092f-3f22-4455-b924-9400704e335d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"bc01e4f9-181d-4aa8-9dc3-bb9ca0cf15eb","resourceInvariantUUID":"fa06263a-e5ba-46aa-89db-ed240884078c","resourceCustomizationUUID":"716cb70d-e039-40cd-a611-534f37bdbb9c","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":"NjkyMmUyY2RhNTcyY2NmNTEwNzc5NzBhOTdjMjM4MDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98ef8156-2bd0-4c51-9e94-78fab6183d1c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2QyN2YzODhlNDdmNzBkZTZkOTQxNmI5ZDZlM2UxMzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d03da3e9-7ee6-4811-8ff2-aa9235ce417e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-31T04:39:32.897Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:39:32.898Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:39:32.901Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:39:32.901Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971972249, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:39:32.911Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:39:32.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:39:32.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "cds", "timestamp": 1653971953122, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:39:32.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:39:32.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:39:32.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "multicloud-k8s-id", "timestamp": 1653971952972, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:39:32.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:39:32.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:39:32.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "clamp", "timestamp": 1653971952499, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:39:32.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:39:32.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:39:32.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "ves-openapi-manager", "timestamp": 1653971953789, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:39:32.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:39:32.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:39:32.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "aai-ml", "timestamp": 1653971960164, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:39:32.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:39:32.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:39:32.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "clamp", "timestamp": 1653971952499, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:39:32.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:39:32.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:39:32.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "cds", "timestamp": 1653971953122, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:39:32.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:39:32.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:39:32.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "multicloud-k8s-id", "timestamp": 1653971952972, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:39:32.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:39:32.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:39:32.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "ves-openapi-manager", "timestamp": 1653971953789, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-31T04:39:32.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:39:32.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:39:32.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "aai-ml", "timestamp": 1653971960164, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:39:32.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:39:32.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:39:32.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "cds", "timestamp": 1653971963959, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:39:32.970Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:39:32.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:39:32.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "aai-ml", "timestamp": 1653971964006, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:39:32.971Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:39:32.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:39:32.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "cds", "timestamp": 1653971964967, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-31T04:39:32.988Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ee11fc14-35fc-4049-a167-a76c84bd4ecf 2022-05-31T04:39:32.989Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee11fc14-35fc-4049-a167-a76c84bd4ecf 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-05-31T04:39:32.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:39:32.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "aai-ml", "timestamp": 1653971968416, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:39:33.002Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:39:33.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:39:33.004Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-05-31T04:39:33.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "clamp", "timestamp": 1653971968482, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:39:33.004Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:39:33.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:39:33.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "aai-ml", "timestamp": 1653971969422, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } 2022-05-31T04:39:33.004Z||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-05-31T04:39:33.005Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-31T04:39:33.012Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ee11fc14-35fc-4049-a167-a76c84bd4ecf 2022-05-31T04:39:33.012Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee11fc14-35fc-4049-a167-a76c84bd4ecf 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=? 2022-05-31T04:39:33.020Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-31T04:39:33.021Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:39:33.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:39:33.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "policy-id", "timestamp": 1653971968820, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:39:33.026Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:39:33.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:39:33.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "clamp", "timestamp": 1653971970492, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:39:33.027Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:39:33.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:39:33.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "policy-id", "timestamp": 1653971968820, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:39:33.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:39:33.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:39:33.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "clamp", "timestamp": 1653971971495, "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-05-31T04:39:33.031Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ee11fc14-35fc-4049-a167-a76c84bd4ecf 2022-05-31T04:39:33.032Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee11fc14-35fc-4049-a167-a76c84bd4ecf 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-05-31T04:39:33.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:39:33.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "policy-id", "timestamp": 1653971971781, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:39:33.040Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:39:33.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:39:33.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971972005, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:39:33.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-31T04:39:33.902Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:39:33.903Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:39:33.905Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:39:33.905Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971972249, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:39:34.006Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T04:39:34.007Z||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-05-31T04:39:34.007Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:39:34.027Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:39:34.028Z||pool-52-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:39:34.907Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "8ee27ba6-a578-4038-857c-0c0fdc156cb0", "serviceDescription": "service", "serviceInvariantUUID": "c37c092f-3f22-4455-b924-9400704e335d", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "716cb70d-e039-40cd-a611-534f37bdbb9c", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "bc01e4f9-181d-4aa8-9dc3-bb9ca0cf15eb", "resourceInvariantUUID": "fa06263a-e5ba-46aa-89db-ed240884078c", "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": "M2QyN2YzODhlNDdmNzBkZTZkOTQxNmI5ZDZlM2UxMzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d03da3e9-7ee6-4811-8ff2-aa9235ce417e" } ], "workloadContext": "Production" } 2022-05-31T04:39:34.908Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-31T04:39:34.908Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8ee27ba6-a578-4038-857c-0c0fdc156cb0 ASDC 2022-05-31T04:39:34.909Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:ee11fc14-35fc-4049-a167-a76c84bd4ecf ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:8ee27ba6-a578-4038-857c-0c0fdc156cb0 ServiceInvariantUUID:c37c092f-3f22-4455-b924-9400704e335d 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:d03da3e9-7ee6-4811-8ff2-aa9235ce417e ArtifactChecksum:M2QyN2YzODhlNDdmNzBkZTZkOTQxNmI5ZDZlM2UxMzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:716cb70d-e039-40cd-a611-534f37bdbb9c ResourceInvariantUUID:fa06263a-e5ba-46aa-89db-ed240884078c ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:bc01e4f9-181d-4aa8-9dc3-bb9ca0cf15eb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-05-31T04:39:34.909Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ee27ba6-a578-4038-857c-0c0fdc156cb0 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-05-31T04:39:34.940Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T04:39:34.942Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-31T04:39:34.942Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-31T04:39:34.942Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d03da3e9-7ee6-4811-8ff2-aa9235ce417e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-31T04:39:34.943Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-31T04:39:34.943Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-31T04:39:35.106Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-31T04:39:35.110Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d03da3e9-7ee6-4811-8ff2-aa9235ce417e 52509 2022-05-31T04:39:35.110Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-31T04:39:35.110Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-31T04:39:35.111Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T04:39:35.111Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:39:35.113Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:39:35.114Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971975110, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:39:35.214Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:39:35.216Z||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-05-31T04:39:35.216Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:39:35.231Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:39:35.232Z||pool-53-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:39:36.114Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T04:39:36.117Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-31T04:39:36.118Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d03da3e9-7ee6-4811-8ff2-aa9235ce417e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-31T04:39:36.118Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-05-31T04:39:36.119Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-31T04:39:36.119Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-31T04:39:36.261Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9895408088968652371/Definitions/service-BasicNetwork-template.yml 2022-05-31T04:39:36.774Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-31T04:39:36.775Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-31T04:39:36.775Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-31T04:39:36.776Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-05-31T04:39:36.776Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||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-05-31T04:39:36.776Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||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-05-31T04:39:36.776Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||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-05-31T04:39:36.776Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||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-05-31T04:39:36.776Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-31T04:39:36.777Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||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-05-31T04:39:36.777Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||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-05-31T04:39:36.777Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||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-05-31T04:39:36.777Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-31T04:39:36.777Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:39:36.777Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:39:36.778Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-31T04:39:36.778Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-31T04:39:36.778Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T04:39:36.779Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:39:36.779Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:39:36.779Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-31T04:39:36.779Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-31T04:39:36.779Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T04:39:36.779Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:39:36.780Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:39:36.780Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:39:36.780Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:39:36.780Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:39:36.781Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:39:36.781Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:39:36.781Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:39:36.781Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:39:36.781Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:39:36.782Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:8ee27ba6-a578-4038-857c-0c0fdc156cb0 Model Version:NULL Model InvariantUuid:c37c092f-3f22-4455-b924-9400704e335d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:fa06263a-e5ba-46aa-89db-ed240884078c Model UUID:8dfb58a6-2da9-42da-9fce-fbc86bfb6031 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:716cb70d-e039-40cd-a611-534f37bdbb9c 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-05-31T04:39:36.790Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: bc01e4f9-181d-4aa8-9dc3-bb9ca0cf15eb 2022-05-31T04:39:36.790Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||No resources found for Service: 8ee27ba6-a578-4038-857c-0c0fdc156cb0 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-05-31T04:39:36.798Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500|| 2022-05-31T04:39:36.798Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-05-31T04:39:36.799Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 8ee27ba6-a578-4038-857c-0c0fdc156cb0 2022-05-31T04:39:36.799Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8ee27ba6-a578-4038-857c-0c0fdc156cb0 2022-05-31T04:39:36.799Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-05-31T04:39:36.800Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||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-05-31T04:39:36.805Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@54a1d8b6, org.onap.sdc.toscaparser.api.parameters.Input@7f8b47e, org.onap.sdc.toscaparser.api.parameters.Input@79e99045, org.onap.sdc.toscaparser.api.parameters.Input@948e1a5, org.onap.sdc.toscaparser.api.parameters.Input@53f6ec52] 2022-05-31T04:39:36.806Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:39:36.807Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:39:36.807Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:39:36.807Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:39:36.807Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8ee27ba6-a578-4038-857c-0c0fdc156cb0: Generic NeutronNet 2022-05-31T04:39:36.807Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:39:36.808Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:39:36.808Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:39:36.808Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||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-05-31T04:39:36.838Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:39:36.839Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:39:36.839Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:39:36.839Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:39:36.839Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:39:36.839Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:39:36.839Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||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-05-31T04:39:36.889Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-05-31T04:39:36.889Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-31T04:39:36.889Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-31T04:39:36.890Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T04:39:36.890Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:39:36.892Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:39:36.892Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971976889, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:39:36.992Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:39:36.993Z||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-05-31T04:39:36.993Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:39:37.010Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:39:37.010Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:39:37.893Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee11fc14-35fc-4049-a167-a76c84bd4ecf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T04:39:37.904Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee11fc14-35fc-4049-a167-a76c84bd4ecf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T04:39:37.906Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T04:39:37.907Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T04:39:37.907Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T04:39:37.907Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T04:40:07.907Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee11fc14-35fc-4049-a167-a76c84bd4ecf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T04:40:07.918Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee11fc14-35fc-4049-a167-a76c84bd4ecf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T04:40:07.921Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T04:40:07.921Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T04:40:07.921Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T04:40:07.921Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T04:40:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:40:32.264Z||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-05-31T04:40:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:40:32.395Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:40:32.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-31T04:40:32.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "policy-id", "timestamp": 1653971972787, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:40:32.396Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:40:37.922Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee11fc14-35fc-4049-a167-a76c84bd4ecf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T04:40:37.932Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee11fc14-35fc-4049-a167-a76c84bd4ecf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T04:40:37.934Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T04:40:37.934Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T04:40:37.934Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T04:40:37.934Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T04:41:07.935Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee11fc14-35fc-4049-a167-a76c84bd4ecf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T04:41:07.946Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee11fc14-35fc-4049-a167-a76c84bd4ecf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T04:41:07.948Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T04:41:07.948Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T04:41:07.949Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T04:41:07.949Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T04:41:32.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:41:32.264Z||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-05-31T04:41:32.272Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:41:32.308Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:41:32.309Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.309Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971972005, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:41:32.310Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971972249, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.310Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "policy-id", "timestamp": 1653971973790, "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-05-31T04:41:32.318Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee11fc14-35fc-4049-a167-a76c84bd4ecf 2022-05-31T04:41:32.318Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee11fc14-35fc-4049-a167-a76c84bd4ecf 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-05-31T04:41:32.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971972249, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:41:32.326Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971974763, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:41:32.327Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:41:32.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971975110, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:41:32.327Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:41:32.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971976378, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:41:32.327Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:41:32.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653971977388, "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-05-31T04:41:32.332Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ee11fc14-35fc-4049-a167-a76c84bd4ecf 2022-05-31T04:41:32.332Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee11fc14-35fc-4049-a167-a76c84bd4ecf 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-05-31T04:41:32.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653971976889, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:41:32.341Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:41:32.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "multicloud-k8s-id", "timestamp": 1653972012972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "clamp", "timestamp": 1653972012499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "cds", "timestamp": 1653972013122, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "ves-openapi-manager", "timestamp": 1653972013789, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "policy-id", "timestamp": 1653972008820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "multicloud-k8s-id", "timestamp": 1653972012972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "clamp", "timestamp": 1653972012499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "cds", "timestamp": 1653972013122, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "ves-openapi-manager", "timestamp": 1653972013789, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "policy-id", "timestamp": 1653972008820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "cds", "timestamp": 1653972013122, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "ves-openapi-manager", "timestamp": 1653972013789, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "clamp", "timestamp": 1653972012499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "multicloud-k8s-id", "timestamp": 1653972012972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "policy-id", "timestamp": 1653972008820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "cds", "timestamp": 1653972013122, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "clamp", "timestamp": 1653972012499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "multicloud-k8s-id", "timestamp": 1653972012972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "ves-openapi-manager", "timestamp": 1653972013789, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "policy-id", "timestamp": 1653972008820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "clamp", "timestamp": 1653972012499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "cds", "timestamp": 1653972013122, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "multicloud-k8s-id", "timestamp": 1653972012972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "ves-openapi-manager", "timestamp": 1653972013789, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "policy-id", "timestamp": 1653972008820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "aai-ml", "timestamp": 1653972020164, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "cds", "timestamp": 1653972013122, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "clamp", "timestamp": 1653972012499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "multicloud-k8s-id", "timestamp": 1653972012972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "ves-openapi-manager", "timestamp": 1653972013789, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-31T04:41:32.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "policy-id", "timestamp": 1653972008820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "aai-ml", "timestamp": 1653972020164, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "multicloud-k8s-id", "timestamp": 1653972012972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "clamp", "timestamp": 1653972012499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "cds", "timestamp": 1653972013122, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "ves-openapi-manager", "timestamp": 1653972013789, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "policy-id", "timestamp": 1653972008820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "aai-ml", "timestamp": 1653972020164, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "multicloud-k8s-id", "timestamp": 1653972012972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:41:32.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "clamp", "timestamp": 1653972012499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:41:32.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "cds", "timestamp": 1653972013122, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:41:32.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "ves-openapi-manager", "timestamp": 1653972013789, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "policy-id", "timestamp": 1653972008820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:41:32.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "aai-ml", "timestamp": 1653972020164, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.360Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "policy-id", "timestamp": 1653972024369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:41:32.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:41:32.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "aai-ml", "timestamp": 1653972020164, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.360Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "ves-openapi-manager", "timestamp": 1653972024530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T04:41:32.361Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:41:32.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "cds", "timestamp": 1653972024965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:41:32.361Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:41:32.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "policy-id", "timestamp": 1653972025373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:41:32.361Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:41:32.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "aai-ml", "timestamp": 1653972020164, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "cds", "timestamp": 1653972025977, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-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-05-31T04:41:32.375Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3d1b33d6-9992-4b74-b061-17c291d0809f 2022-05-31T04:41:32.376Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d1b33d6-9992-4b74-b061-17c291d0809f 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-05-31T04:41:32.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "ves-openapi-manager", "timestamp": 1653972025762, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-31T04:41:32.383Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:41:32.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "clamp", "timestamp": 1653972026558, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:41:32.383Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:41:32.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "policy-id", "timestamp": 1653972026376, "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-05-31T04:41:32.388Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3d1b33d6-9992-4b74-b061-17c291d0809f 2022-05-31T04:41:32.388Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d1b33d6-9992-4b74-b061-17c291d0809f 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-05-31T04:41:32.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "aai-ml", "timestamp": 1653972020164, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "ves-openapi-manager", "timestamp": 1653972026767, "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-05-31T04:41:32.401Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3d1b33d6-9992-4b74-b061-17c291d0809f 2022-05-31T04:41:32.401Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d1b33d6-9992-4b74-b061-17c291d0809f 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-05-31T04:41:32.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "aai-ml", "timestamp": 1653972020164, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:41:32.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:32.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "clamp", "timestamp": 1653972028505, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:41:32.409Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:41:32.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "aai-ml", "timestamp": 1653972029072, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:41:32.409Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:41:32.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "clamp", "timestamp": 1653972029510, "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-05-31T04:41:32.414Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3d1b33d6-9992-4b74-b061-17c291d0809f 2022-05-31T04:41:32.414Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d1b33d6-9992-4b74-b061-17c291d0809f 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-05-31T04:41:32.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:41:32.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972032003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:41:32.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:41:37.949Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee11fc14-35fc-4049-a167-a76c84bd4ecf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T04:41:37.961Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee11fc14-35fc-4049-a167-a76c84bd4ecf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T04:41:37.964Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T04:41:37.964Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T04:41:37.965Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-31T04:41:37.965Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-31T04:41:37.965Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:41:37.965Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:41:37.965Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:41:37.965Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:41:37.965Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:41:37.966Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:41:37.966Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-31T04:41:37.971Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-31T04:42:07.971Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ee11fc14-35fc-4049-a167-a76c84bd4ecf 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-05-31T04:42:07.976Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ee11fc14-35fc-4049-a167-a76c84bd4ecf and serviceModelVersionId: 8ee27ba6-a578-4038-857c-0c0fdc156cb0 2022-05-31T04:42:07.976Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c37c092f-3f22-4455-b924-9400704e335d 2022-05-31T04:42:07.977Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c37c092f-3f22-4455-b924-9400704e335d/model-vers/model-ver/8ee27ba6-a578-4038-857c-0c0fdc156cb0?depth=0 2022-05-31T04:42:07.982Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-05-31T04:42:08.030Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c37c092f-3f22-4455-b924-9400704e335d/model-vers/model-ver/8ee27ba6-a578-4038-857c-0c0fdc156cb0?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-05-31T04:42:08.033Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c37c092f-3f22-4455-b924-9400704e335d/model-vers/model-ver/8ee27ba6-a578-4038-857c-0c0fdc156cb0?depth=0|INFO|500||Invoke 2022-05-31T04:42:08.058Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c37c092f-3f22-4455-b924-9400704e335d/model-vers/model-ver/8ee27ba6-a578-4038-857c-0c0fdc156cb0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-31T04:42:08.579Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c37c092f-3f22-4455-b924-9400704e335d/model-vers/model-ver/8ee27ba6-a578-4038-857c-0c0fdc156cb0?depth=0|INFO|500||InvokeReturn 2022-05-31T04:42:08.581Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c37c092f-3f22-4455-b924-9400704e335d/model-vers/model-ver/8ee27ba6-a578-4038-857c-0c0fdc156cb0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220531-04:42:07:767-53620], vertex-id=[196640], Content-Length=[0], Date=[Tue, 31 May 2022 04:42:07 GMT], Content-Type=[application/json]} 2022-05-31T04:42:08.581Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-05-31T04:42:08.582Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-31T04:42:08.582Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||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-05-31T04:42:08.586Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-31T04:42:08.586Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ee11fc14-35fc-4049-a167-a76c84bd4ecf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-31T04:42:08.586Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-31T04:42:08.586Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:42:08.588Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:42:08.588Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972128586, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-31T04:42:08.689Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:42:08.690Z||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-05-31T04:42:08.690Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:42:08.714Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:42:08.715Z||pool-55-thread-1|||||INFO|500||cambria reply ok (26 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-05-31T04:42:09.603Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:42:09.604Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:42:09.604Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:42:14.068Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:42:14.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T04:42:14.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"3d1b33d6-9992-4b74-b061-17c291d0809f","serviceName":"Demo_pNF_ENb4JQ8ByOnHKD8oxtAN","serviceVersion":"1.0","serviceUUID":"1b897306-cc91-4f96-abf1-477ce62971c8","serviceDescription":"catalog service description","serviceInvariantUUID":"af42a746-d154-45ad-a832-2a5c6aad0b87","resources":[{"resourceInstanceName":"pNF f08d6b3b-8108 0","resourceName":"pNF f08d6b3b-8108","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5b7b7b23-1b94-44d9-903d-ebb86413a01b","resourceInvariantUUID":"61c6c327-f447-4ca9-aab3-7ea3d285a820","resourceCustomizationUUID":"a6ab0b65-8a4d-4d21-9753-645771bfe6a0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/vf-license-model.xml","artifactChecksum":"NWMyNGNjMGVjNGQ1YWQxZWM5NGJhOTViY2MyNzcxMGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c9ecbf9c-0799-4202-9efc-cdfd2b902d51","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/pNF.csar","artifactChecksum":"MjM1YWI0NDAwZTY3YmE3ODcwMmQ3N2U3YTA5ZDI5NzA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"32a2d0a9-30d8-478d-ba57-0b38c192d473","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99dda0ab-0772-46ed-ab0b-c8f110238ca1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/vendor-license-model.xml","artifactChecksum":"MDQ0NjAxN2Q1YTY3NDdiNDFmMWViNDIzNWVhNWQyNjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"942d76a1-212c-4416-aa8f-48edfa79231b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4503dace-4469-4529-9b92-46630fc568e3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"20a89093-45ec-42d6-a4c3-f42a5ca6c8d7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEnb4jq8byonhkd8oxtan-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-template.yml","artifactChecksum":"ZGJhMmZhZjZmMzg2OGI0MDYzYjg5MDMzZTE0ZDY0ZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1ec6f20a-6f96-40f6-b926-4781c6bd1666","artifactVersion":"1"},{"artifactName":"service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar","artifactChecksum":"ZDQwMGFlNDQ1Yjk2MWE1ODQyNDVmYTFjYjQxYTUzYzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c29cfde1-198f-4ee3-9793-a63b606608fc","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-31T04:42:14.072Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:42:14.072Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:42:14.074Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:42:14.074Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:42:14.175Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:42:14.176Z||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-05-31T04:42:14.176Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:42:14.189Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:42:14.189Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:42:15.075Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:42:15.077Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:42:15.078Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:42:15.079Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-31T04:42:15.179Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:42:15.180Z||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-05-31T04:42:15.180Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:42:15.195Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:42:15.196Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:42:16.079Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:42:16.080Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:42:16.082Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:42:16.082Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-31T04:42:16.182Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:42:16.184Z||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-05-31T04:42:16.184Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:42:16.198Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:42:16.199Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:42:17.083Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:42:17.083Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:42:17.086Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:42:17.086Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:42:17.186Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:42:17.187Z||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-05-31T04:42:17.187Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:42:17.201Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:42:17.202Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:42:18.086Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:42:18.087Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:42:18.089Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:42:18.089Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:42:18.190Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:42:18.191Z||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-05-31T04:42:18.191Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:42:18.206Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:42:18.207Z||pool-60-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:42:19.090Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:42:19.091Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:42:19.094Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:42:19.094Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:42:19.195Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:42:19.195Z||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-05-31T04:42:19.196Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:42:19.209Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:42:19.210Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:42:20.094Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:42:20.096Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:42:20.100Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:42:20.100Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:42:20.200Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:42:20.201Z||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-05-31T04:42:20.201Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:42:20.217Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:42:20.218Z||pool-62-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:42:21.101Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:42:21.101Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:42:21.105Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:42:21.105Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:42:21.205Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:42:21.206Z||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-05-31T04:42:21.206Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:42:21.225Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:42:21.225Z||pool-63-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-05-31T04:42:22.105Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "serviceName": "Demo_pNF_ENb4JQ8ByOnHKD8oxtAN", "serviceVersion": "1.0", "serviceUUID": "1b897306-cc91-4f96-abf1-477ce62971c8", "serviceDescription": "catalog service description", "serviceInvariantUUID": "af42a746-d154-45ad-a832-2a5c6aad0b87", "resources": [ { "resourceInstanceName": "pNF f08d6b3b-8108 0", "resourceCustomizationUUID": "a6ab0b65-8a4d-4d21-9753-645771bfe6a0", "resourceName": "pNF f08d6b3b-8108", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5b7b7b23-1b94-44d9-903d-ebb86413a01b", "resourceInvariantUUID": "61c6c327-f447-4ca9-aab3-7ea3d285a820", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar", "artifactChecksum": "ZDQwMGFlNDQ1Yjk2MWE1ODQyNDVmYTFjYjQxYTUzYzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c29cfde1-198f-4ee3-9793-a63b606608fc" } ], "workloadContext": "Production" } 2022-05-31T04:42:22.106Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-31T04:42:22.106Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1b897306-cc91-4f96-abf1-477ce62971c8 ASDC 2022-05-31T04:42:22.107Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:3d1b33d6-9992-4b74-b061-17c291d0809f ServiceName:Demo_pNF_ENb4JQ8ByOnHKD8oxtAN ServiceVersion:1.0 ServiceUUID:1b897306-cc91-4f96-abf1-477ce62971c8 ServiceInvariantUUID:af42a746-d154-45ad-a832-2a5c6aad0b87 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar ArtifactUUID:c29cfde1-198f-4ee3-9793-a63b606608fc ArtifactChecksum:ZDQwMGFlNDQ1Yjk2MWE1ODQyNDVmYTFjYjQxYTUzYzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f08d6b3b-8108 0 ResourceCustomizationUUID:a6ab0b65-8a4d-4d21-9753-645771bfe6a0 ResourceInvariantUUID:61c6c327-f447-4ca9-aab3-7ea3d285a820 ResourceName:pNF f08d6b3b-8108 ResourceType:PNF ResourceUUID:5b7b7b23-1b94-44d9-903d-ebb86413a01b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-31T04:42:22.107Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1b897306-cc91-4f96-abf1-477ce62971c8 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-05-31T04:42:22.131Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T04:42:22.132Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-31T04:42:22.132Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-31T04:42:22.132Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c29cfde1-198f-4ee3-9793-a63b606608fc from URL: /sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar 2022-05-31T04:42:22.132Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-31T04:42:22.133Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar 2022-05-31T04:42:22.316Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-31T04:42:22.319Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar c29cfde1-198f-4ee3-9793-a63b606608fc 82659 2022-05-31T04:42:22.320Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar ASDC sendASDCNotification 2022-05-31T04:42:22.320Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar 2022-05-31T04:42:22.320Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T04:42:22.320Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:42:22.322Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:42:22.322Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972142320, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:42:22.422Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:42:22.423Z||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-05-31T04:42:22.423Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:42:22.438Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:42:22.439Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-05-31T04:42:23.323Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T04:42:23.324Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-31T04:42:23.324Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c29cfde1-198f-4ee3-9793-a63b606608fc, URL: /sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar to file: /app/ASDC/1/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar 2022-05-31T04:42:23.324Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar 2022-05-31T04:42:23.325Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar 2022-05-31T04:42:23.325Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar 2022-05-31T04:42:23.464Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8437492380241527582/Definitions/service-DemoPnfEnb4jq8byonhkd8oxtan-template.yml 2022-05-31T04:42:24.126Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-31T04:42:24.127Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-31T04:42:24.127Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar 2022-05-31T04:42:24.127Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-31T04:42:24.127Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f08d6b3b-8108 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-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar 2022-05-31T04:42:24.127Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||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-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar 2022-05-31T04:42:24.127Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar 2022-05-31T04:42:24.127Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||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-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar 2022-05-31T04:42:24.127Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||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-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar 2022-05-31T04:42:24.127Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||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-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar 2022-05-31T04:42:24.127Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||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-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar 2022-05-31T04:42:24.127Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-31T04:42:24.127Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:42:24.128Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_ENb4JQ8ByOnHKD8oxtAN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:42:24.128Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Node template pNF f08d6b3b-8108 0 is matching search criteria 2022-05-31T04:42:24.128Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-31T04:42:24.128Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f08d6b3b-8108 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T04:42:24.128Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:42:24.128Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_ENb4JQ8ByOnHKD8oxtAN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:42:24.129Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Node template pNF f08d6b3b-8108 0 is matching search criteria 2022-05-31T04:42:24.129Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-31T04:42:24.129Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f08d6b3b-8108 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T04:42:24.129Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:42:24.129Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_ENb4JQ8ByOnHKD8oxtAN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:42:24.129Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:42:24.129Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_ENb4JQ8ByOnHKD8oxtAN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:42:24.129Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:42:24.130Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_ENb4JQ8ByOnHKD8oxtAN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:42:24.130Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:42:24.130Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_ENb4JQ8ByOnHKD8oxtAN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:42:24.130Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:42:24.130Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_ENb4JQ8ByOnHKD8oxtAN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:42:24.130Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_ENb4JQ8ByOnHKD8oxtAN Description:catalog service description Model UUID:1b897306-cc91-4f96-abf1-477ce62971c8 Model Version:NULL Model InvariantUuid:af42a746-d154-45ad-a832-2a5c6aad0b87 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-05-31T04:42:24.137Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5b7b7b23-1b94-44d9-903d-ebb86413a01b 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-05-31T04:42:24.139Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||pNF f08d6b3b-8108 0 2022-05-31T04:42:24.139Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5b7b7b23-1b94-44d9-903d-ebb86413a01b 2022-05-31T04:42:24.139Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 1b897306-cc91-4f96-abf1-477ce62971c8 2022-05-31T04:42:24.140Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 1b897306-cc91-4f96-abf1-477ce62971c8 2022-05-31T04:42:24.140Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f08d6b3b-8108 0 5b7b7b23-1b94-44d9-903d-ebb86413a01b 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-05-31T04:42:24.143Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ce82401, org.onap.sdc.toscaparser.api.parameters.Input@20f920e9, org.onap.sdc.toscaparser.api.parameters.Input@37f66d5, org.onap.sdc.toscaparser.api.parameters.Input@4bb6d703, org.onap.sdc.toscaparser.api.parameters.Input@56e32a58] 2022-05-31T04:42:24.143Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:42:24.144Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_ENb4JQ8ByOnHKD8oxtAN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:42:24.144Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 1b897306-cc91-4f96-abf1-477ce62971c8: pNF f08d6b3b-8108 2022-05-31T04:42:24.144Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||Processing PNF resource: 5b7b7b23-1b94-44d9-903d-ebb86413a01b 2022-05-31T04:42:24.144Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:42:24.144Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_ENb4JQ8ByOnHKD8oxtAN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:42:24.144Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||Resource customization UUID: a6ab0b65-8a4d-4d21-9753-645771bfe6a0 is the same as notified resource customizationUUID: a6ab0b65-8a4d-4d21-9753-645771bfe6a0 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-05-31T04:42:24.183Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f08d6b3b-8108 5b7b7b23-1b94-44d9-903d-ebb86413a01b 0 ASDC deployResourceStructure 2022-05-31T04:42:24.184Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar ASDC sendASDCNotification 2022-05-31T04:42:24.184Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar 2022-05-31T04:42:24.184Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T04:42:24.184Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:42:24.187Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:42:24.187Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972144183, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:42:24.287Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:42:24.288Z||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-05-31T04:42:24.288Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:42:24.306Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:42:24.307Z||pool-65-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:42:25.188Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d1b33d6-9992-4b74-b061-17c291d0809f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T04:42:25.199Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d1b33d6-9992-4b74-b061-17c291d0809f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T04:42:25.201Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T04:42:25.201Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T04:42:25.201Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T04:42:32.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:42:32.264Z||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-05-31T04:42:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:42:32.290Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:42:32.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:42:32.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "aai-ml", "timestamp": 1653972032618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:42:32.292Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:42:55.202Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d1b33d6-9992-4b74-b061-17c291d0809f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T04:42:55.213Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d1b33d6-9992-4b74-b061-17c291d0809f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T04:42:55.215Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T04:42:55.215Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T04:42:55.216Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T04:43:25.216Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d1b33d6-9992-4b74-b061-17c291d0809f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T04:43:25.227Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d1b33d6-9992-4b74-b061-17c291d0809f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T04:43:25.229Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T04:43:25.229Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T04:43:25.229Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T04:43:32.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:43:32.265Z||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-05-31T04:43:32.265Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:43:32.328Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:43:32.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972032003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "aai-ml", "timestamp": 1653972033623, "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-05-31T04:43:32.341Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3d1b33d6-9992-4b74-b061-17c291d0809f 2022-05-31T04:43:32.342Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d1b33d6-9992-4b74-b061-17c291d0809f 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-05-31T04:43:32.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972032003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972032003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972032003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972032003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972032003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972032003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:43:32.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972041243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:43:32.355Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:43:32.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972043153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:43:32.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:43:32.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972044156, "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-05-31T04:43:32.368Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3d1b33d6-9992-4b74-b061-17c291d0809f 2022-05-31T04:43:32.369Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d1b33d6-9992-4b74-b061-17c291d0809f 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-05-31T04:43:32.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "policy-id", "timestamp": 1653972068820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.379Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "policy-id", "timestamp": 1653972068820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.379Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "clamp", "timestamp": 1653972072499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.380Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "cds", "timestamp": 1653972073122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.380Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "policy-id", "timestamp": 1653972068820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-31T04:43:32.380Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "multicloud-k8s-id", "timestamp": 1653972072972, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.380Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.381Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "clamp", "timestamp": 1653972072499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-31T04:43:32.381Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.381Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "ves-openapi-manager", "timestamp": 1653972073789, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.381Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.381Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "cds", "timestamp": 1653972073122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.381Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.381Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "policy-id", "timestamp": 1653972068820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.381Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "multicloud-k8s-id", "timestamp": 1653972072972, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-31T04:43:32.382Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "clamp", "timestamp": 1653972072499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.382Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "ves-openapi-manager", "timestamp": 1653972073789, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.382Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "policy-id", "timestamp": 1653972068820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.382Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "cds", "timestamp": 1653972073122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "multicloud-k8s-id", "timestamp": 1653972072972, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-31T04:43:32.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "clamp", "timestamp": 1653972072499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "ves-openapi-manager", "timestamp": 1653972073789, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "cds", "timestamp": 1653972073122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.384Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "policy-id", "timestamp": 1653972068820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.384Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "multicloud-k8s-id", "timestamp": 1653972072972, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.384Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "clamp", "timestamp": 1653972072499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.384Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "ves-openapi-manager", "timestamp": 1653972073789, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.384Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "policy-id", "timestamp": 1653972068820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:43:32.385Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "cds", "timestamp": 1653972073122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.385Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "multicloud-k8s-id", "timestamp": 1653972072972, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-31T04:43:32.385Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "clamp", "timestamp": 1653972072499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.385Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "ves-openapi-manager", "timestamp": 1653972073789, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.386Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "cds", "timestamp": 1653972073122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.386Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "multicloud-k8s-id", "timestamp": 1653972072972, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.386Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "clamp", "timestamp": 1653972072499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:43:32.386Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "policy-id", "timestamp": 1653972079370, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:43:32.387Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:43:32.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "ves-openapi-manager", "timestamp": 1653972073789, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "cds", "timestamp": 1653972073122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:43:32.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "multicloud-k8s-id", "timestamp": 1653972072972, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:43:32.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "policy-id", "timestamp": 1653972080374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:43:32.387Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:43:32.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "ves-openapi-manager", "timestamp": 1653972073789, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "aai-ml", "timestamp": 1653972080164, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "cds", "timestamp": 1653972081156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:43:32.388Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:43:32.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "multicloud-k8s-id", "timestamp": 1653972081143, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T04:43:32.388Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:43:32.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "policy-id", "timestamp": 1653972081378, "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-05-31T04:43:32.406Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b 2022-05-31T04:43:32.407Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b 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-05-31T04:43:32.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "ves-openapi-manager", "timestamp": 1653972073789, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "aai-ml", "timestamp": 1653972080164, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "cds", "timestamp": 1653972082163, "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-05-31T04:43:32.423Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b 2022-05-31T04:43:32.423Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b 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-05-31T04:43:32.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "ves-openapi-manager", "timestamp": 1653972073789, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "aai-ml", "timestamp": 1653972080164, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "multicloud-k8s-id", "timestamp": 1653972082791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T04:43:32.434Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:43:32.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "cds", "timestamp": 1653972073122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "ves-openapi-manager", "timestamp": 1653972073789, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "aai-ml", "timestamp": 1653972080164, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "cds", "timestamp": 1653972073122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "multicloud-k8s-id", "timestamp": 1653972084076, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-31T04:43:32.435Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:43:32.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "ves-openapi-manager", "timestamp": 1653972073789, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "aai-ml", "timestamp": 1653972080164, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "cds", "timestamp": 1653972073122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "multicloud-k8s-id", "timestamp": 1653972085102, "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-05-31T04:43:32.441Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b 2022-05-31T04:43:32.442Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b 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-05-31T04:43:32.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "ves-openapi-manager", "timestamp": 1653972073789, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "aai-ml", "timestamp": 1653972080164, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "cds", "timestamp": 1653972073122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "multicloud-k8s-id", "timestamp": 1653972086106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T04:43:32.450Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:43:32.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "ves-openapi-manager", "timestamp": 1653972073789, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "aai-ml", "timestamp": 1653972080164, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:43:32.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "cds", "timestamp": 1653972073122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "multicloud-k8s-id", "timestamp": 1653972072972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "clamp", "timestamp": 1653972087501, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:43:32.452Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:43:32.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "ves-openapi-manager", "timestamp": 1653972073789, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "aai-ml", "timestamp": 1653972088084, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:43:32.453Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:43:32.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "cds", "timestamp": 1653972073122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "multicloud-k8s-id", "timestamp": 1653972072972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-31T04:43:32.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "clamp", "timestamp": 1653972088524, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:43:32.454Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:43:32.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "ves-openapi-manager", "timestamp": 1653972073789, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "cds", "timestamp": 1653972073122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "multicloud-k8s-id", "timestamp": 1653972072972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-31T04:43:32.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "clamp", "timestamp": 1653972089528, "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-05-31T04:43:32.461Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b 2022-05-31T04:43:32.461Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b 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-05-31T04:43:32.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "policy-id", "timestamp": 1653972088820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "ves-openapi-manager", "timestamp": 1653972073789, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "cds", "timestamp": 1653972073122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "multicloud-k8s-id", "timestamp": 1653972072972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-31T04:43:32.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "clamp", "timestamp": 1653972072499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "policy-id", "timestamp": 1653972088820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "cds", "timestamp": 1653972073122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:43:32.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "multicloud-k8s-id", "timestamp": 1653972072972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-31T04:43:32.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "clamp", "timestamp": 1653972072499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "policy-id", "timestamp": 1653972088820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972092003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.475Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:32.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "cds", "timestamp": 1653972092336, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:43:32.476Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:43:32.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:43:32.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "multicloud-k8s-id", "timestamp": 1653972072972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:43:32.476Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:43:55.230Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d1b33d6-9992-4b74-b061-17c291d0809f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T04:43:55.242Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d1b33d6-9992-4b74-b061-17c291d0809f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T04:43:55.245Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T04:43:55.245Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T04:43:55.245Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-31T04:43:55.245Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-31T04:43:55.245Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:43:55.245Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:43:55.245Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:43:55.245Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:43:55.245Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:43:55.245Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:43:55.246Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:43:55.246Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||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-05-31T04:43:55.251Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-31T04:44:25.251Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3d1b33d6-9992-4b74-b061-17c291d0809f 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-05-31T04:44:25.258Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3d1b33d6-9992-4b74-b061-17c291d0809f and serviceModelVersionId: 1b897306-cc91-4f96-abf1-477ce62971c8 2022-05-31T04:44:25.258Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : af42a746-d154-45ad-a832-2a5c6aad0b87 2022-05-31T04:44:25.259Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/af42a746-d154-45ad-a832-2a5c6aad0b87/model-vers/model-ver/1b897306-cc91-4f96-abf1-477ce62971c8?depth=0 2022-05-31T04:44:25.266Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-05-31T04:44:25.318Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af42a746-d154-45ad-a832-2a5c6aad0b87/model-vers/model-ver/1b897306-cc91-4f96-abf1-477ce62971c8?depth=0|INFO|500||Invoke 2022-05-31T04:44:25.319Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af42a746-d154-45ad-a832-2a5c6aad0b87/model-vers/model-ver/1b897306-cc91-4f96-abf1-477ce62971c8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af42a746-d154-45ad-a832-2a5c6aad0b87/model-vers/model-ver/1b897306-cc91-4f96-abf1-477ce62971c8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3d1b33d6-9992-4b74-b061-17c291d0809f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b451aff9-0cee-4d54-9bc8-1817832e1ba5], X-ECOMP-RequestID=[3d1b33d6-9992-4b74-b061-17c291d0809f], X-TransactionId=[], X-ONAP-RequestID=[3d1b33d6-9992-4b74-b061-17c291d0809f], Content-Type=[application/merge-patch+json]} 2022-05-31T04:44:25.352Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af42a746-d154-45ad-a832-2a5c6aad0b87/model-vers/model-ver/1b897306-cc91-4f96-abf1-477ce62971c8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-31T04:44:25.917Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af42a746-d154-45ad-a832-2a5c6aad0b87/model-vers/model-ver/1b897306-cc91-4f96-abf1-477ce62971c8?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/af42a746-d154-45ad-a832-2a5c6aad0b87/model-vers/model-ver/1b897306-cc91-4f96-abf1-477ce62971c8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220531-04:44:25:056-64525], vertex-id=[397368], Content-Length=[0], Date=[Tue, 31 May 2022 04:44:25 GMT], Content-Type=[application/json]} 2022-05-31T04:44:25.917Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af42a746-d154-45ad-a832-2a5c6aad0b87/model-vers/model-ver/1b897306-cc91-4f96-abf1-477ce62971c8?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-31T04:44:25.918Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af42a746-d154-45ad-a832-2a5c6aad0b87/model-vers/model-ver/1b897306-cc91-4f96-abf1-477ce62971c8?depth=0|INFO|500||InvokeReturn 2022-05-31T04:44:25.918Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-31T04:44:25.918Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||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-05-31T04:44:25.924Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||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-05-31T04:44:25.924Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3d1b33d6-9992-4b74-b061-17c291d0809f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-31T04:44:25.925Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-31T04:44:25.925Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:44:25.927Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:44:25.927Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972265924, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-31T04:44:26.027Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:44:26.029Z||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-05-31T04:44:26.029Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:44:26.059Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:44:26.060Z||pool-66-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-31T04:44:26.939Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T04:44:26.939Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"6b5108c9-26be-4287-8ab8-b16f152fbd96","serviceDescription":"service","serviceInvariantUUID":"ba6ce8b9-4d5c-411c-bdc9-0970be71b2ca","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c57f34a-a6de-4a4c-933d-847bda2a01ac","resourceInvariantUUID":"f3a8daf5-8657-4b25-8484-e85543c252fc","resourceCustomizationUUID":"955464a8-63bd-4ac8-b4fe-6fc3ae451f7e","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":"MjYyMzQ1YjBhZmMyMTljNzE0NzA5YjFhODU2YzY5MWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dd7d0563-f273-46b0-b296-f9cf42a44d6d","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":"Y2RhNzNkNmZlNGY2ZGY4N2Q1MzAxNmQ4MGJhNTA2OTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2b72830b-00a9-431f-9ea2-8026d08547d2","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":"0dfeda05-dee8-4b91-80ba-ad89c9be76f2","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":"e240ed9f-41ca-4f89-980c-2a98fffa5f0f","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":"499f11b3-8944-4c0c-86cc-a73115f18627","artifactVersion":"2","generatedFromUUID":"0dfeda05-dee8-4b91-80ba-ad89c9be76f2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YmQxYTMyMzhkZDk1OTg3OTM0YTI4NmVmYjhmNzVhZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0be2a394-130b-48ad-b9c8-e4c9cec7364e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2E4NGFjNTllYzliOGVkZjgyMTkyMWRiZDY4MGIxNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"119011fb-bd04-40fe-b3a4-4d61f840244f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-31T04:44:26.939Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:44:26.940Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:44:26.941Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:44:26.942Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:27.042Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:44:27.043Z||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-05-31T04:44:27.043Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:44:27.064Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:44:27.065Z||pool-67-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-05-31T04:44:27.942Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:44:27.943Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:44:27.945Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:44:27.945Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-31T04:44:28.045Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T04:44:28.047Z||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-05-31T04:44:28.047Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:44:28.062Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:44:28.063Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:44:28.946Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:44:28.947Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:44:28.949Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:44:28.949Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-31T04:44:29.049Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:44:29.050Z||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-05-31T04:44:29.051Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:44:29.064Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:44:29.064Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:44:29.950Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:44:29.951Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:44:29.954Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:44:29.955Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:30.054Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T04:44:30.056Z||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-05-31T04:44:30.057Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:44:30.077Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:44:30.077Z||pool-70-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:44:30.955Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:44:30.957Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:44:30.961Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:44:30.961Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-31T04:44:31.061Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:44:31.062Z||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-05-31T04:44:31.062Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:44:31.089Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:44:31.089Z||pool-71-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:44:31.962Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:44:31.963Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:44:31.965Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:44:31.965Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.065Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:44:32.067Z||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-05-31T04:44:32.067Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:44:32.087Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:44:32.088Z||pool-72-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:44:32.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:44:32.264Z||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-05-31T04:44:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:44:32.298Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:44:32.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "clamp", "timestamp": 1653972072499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "policy-id", "timestamp": 1653972088820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972092003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "aai-ml", "timestamp": 1653972093164, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:44:32.301Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:44:32.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "cds", "timestamp": 1653972093343, "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-05-31T04:44:32.321Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 34866a10-83ab-4c0f-8cd4-86944fa74339 2022-05-31T04:44:32.322Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34866a10-83ab-4c0f-8cd4-86944fa74339 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-05-31T04:44:32.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "multicloud-k8s-id", "timestamp": 1653972072972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-31T04:44:32.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "clamp", "timestamp": 1653972072499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-31T04:44:32.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "policy-id", "timestamp": 1653972088820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-31T04:44:32.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972092003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "aai-ml", "timestamp": 1653972094169, "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-05-31T04:44:32.339Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b 2022-05-31T04:44:32.340Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b 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-05-31T04:44:32.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "multicloud-k8s-id", "timestamp": 1653972072972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "clamp", "timestamp": 1653972072499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "policy-id", "timestamp": 1653972088820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972092003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "aai-ml", "timestamp": 1653972080164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "multicloud-k8s-id", "timestamp": 1653972072972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:44:32.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "clamp", "timestamp": 1653972072499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "policy-id", "timestamp": 1653972088820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972092003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "aai-ml", "timestamp": 1653972080164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "clamp", "timestamp": 1653972072499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "policy-id", "timestamp": 1653972088820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "multicloud-k8s-id", "timestamp": 1653972096798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T04:44:32.353Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:44:32.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972092003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "aai-ml", "timestamp": 1653972080164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "clamp", "timestamp": 1653972072499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "policy-id", "timestamp": 1653972088820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:44:32.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972092003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:44:32.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "aai-ml", "timestamp": 1653972080164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "clamp", "timestamp": 1653972072499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:44:32.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "multicloud-k8s-id", "timestamp": 1653972098498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-31T04:44:32.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:44:32.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "policy-id", "timestamp": 1653972098800, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:44:32.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:44:32.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "aai-ml", "timestamp": 1653972080164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972100201, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:44:32.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:44:32.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "multicloud-k8s-id", "timestamp": 1653972099817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T04:44:32.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:44:32.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "policy-id", "timestamp": 1653972099805, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:44:32.358Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:44:32.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "aai-ml", "timestamp": 1653972080164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "policy-id", "timestamp": 1653972100809, "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-05-31T04:44:32.363Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 34866a10-83ab-4c0f-8cd4-86944fa74339 2022-05-31T04:44:32.364Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34866a10-83ab-4c0f-8cd4-86944fa74339 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-05-31T04:44:32.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "aai-ml", "timestamp": 1653972080164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "multicloud-k8s-id", "timestamp": 1653972101218, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-31T04:44:32.372Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:44:32.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972102573, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:44:32.372Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:44:32.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "aai-ml", "timestamp": 1653972080164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "multicloud-k8s-id", "timestamp": 1653972102270, "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-05-31T04:44:32.377Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 34866a10-83ab-4c0f-8cd4-86944fa74339 2022-05-31T04:44:32.378Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34866a10-83ab-4c0f-8cd4-86944fa74339 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-05-31T04:44:32.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972103577, "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-05-31T04:44:32.390Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b 2022-05-31T04:44:32.391Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b 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-05-31T04:44:32.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "aai-ml", "timestamp": 1653972080164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:44:32.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "multicloud-k8s-id", "timestamp": 1653972103274, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T04:44:32.400Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:44:32.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972092003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "clamp", "timestamp": 1653972104503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:44:32.401Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:44:32.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "aai-ml", "timestamp": 1653972104536, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:44:32.401Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:44:32.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972092003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972092003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "clamp", "timestamp": 1653972106512, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:44:32.403Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:44:32.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972092003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "clamp", "timestamp": 1653972107516, "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-05-31T04:44:32.408Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 34866a10-83ab-4c0f-8cd4-86944fa74339 2022-05-31T04:44:32.408Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34866a10-83ab-4c0f-8cd4-86944fa74339 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-05-31T04:44:32.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972092003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972092003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972092003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972092003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972092003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:44:32.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "aai-ml", "timestamp": 1653972112850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:44:32.417Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:44:32.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972113876, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:44:32.417Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:44:32.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "aai-ml", "timestamp": 1653972113861, "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-05-31T04:44:32.421Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 34866a10-83ab-4c0f-8cd4-86944fa74339 2022-05-31T04:44:32.421Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34866a10-83ab-4c0f-8cd4-86944fa74339 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-05-31T04:44:32.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972116175, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:44:32.428Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:44:32.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653972117178, "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-05-31T04:44:32.432Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 34866a10-83ab-4c0f-8cd4-86944fa74339 2022-05-31T04:44:32.432Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34866a10-83ab-4c0f-8cd4-86944fa74339 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-05-31T04:44:32.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee11fc14-35fc-4049-a167-a76c84bd4ecf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972128586, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-31T04:44:32.439Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:44:32.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/resourceInstances/pnff08d6b3b81080/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:44:32.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:44:32.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:44:32.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972142320, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:44:32.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:44:32.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:44:32.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972144183, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEnb4jq8byonhkd8oxtan/1.0/artifacts/service-DemoPnfEnb4jq8byonhkd8oxtan-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:44:32.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:44:32.966Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:44:32.967Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:44:32.969Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:44:32.969Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:44:33.069Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:44:33.070Z||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-05-31T04:44:33.071Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:44:33.088Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:44:33.089Z||pool-73-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:44:33.971Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "6b5108c9-26be-4287-8ab8-b16f152fbd96", "serviceDescription": "service", "serviceInvariantUUID": "ba6ce8b9-4d5c-411c-bdc9-0970be71b2ca", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "955464a8-63bd-4ac8-b4fe-6fc3ae451f7e", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7c57f34a-a6de-4a4c-933d-847bda2a01ac", "resourceInvariantUUID": "f3a8daf5-8657-4b25-8484-e85543c252fc", "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": "Y2RhNzNkNmZlNGY2ZGY4N2Q1MzAxNmQ4MGJhNTA2OTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2b72830b-00a9-431f-9ea2-8026d08547d2", "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": "0dfeda05-dee8-4b91-80ba-ad89c9be76f2", "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": "499f11b3-8944-4c0c-86cc-a73115f18627", "generatedFromUUID": "0dfeda05-dee8-4b91-80ba-ad89c9be76f2" }, "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": "499f11b3-8944-4c0c-86cc-a73115f18627", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2E4NGFjNTllYzliOGVkZjgyMTkyMWRiZDY4MGIxNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "119011fb-bd04-40fe-b3a4-4d61f840244f" } ], "workloadContext": "Production" } 2022-05-31T04:44:33.971Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-31T04:44:33.971Z|3d1b33d6-9992-4b74-b061-17c291d0809f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6b5108c9-26be-4287-8ab8-b16f152fbd96 ASDC 2022-05-31T04:44:33.972Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:6b5108c9-26be-4287-8ab8-b16f152fbd96 ServiceInvariantUUID:ba6ce8b9-4d5c-411c-bdc9-0970be71b2ca 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:119011fb-bd04-40fe-b3a4-4d61f840244f ArtifactChecksum:M2E4NGFjNTllYzliOGVkZjgyMTkyMWRiZDY4MGIxNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:955464a8-63bd-4ac8-b4fe-6fc3ae451f7e ResourceInvariantUUID:f3a8daf5-8657-4b25-8484-e85543c252fc ResourceName:basic_vm ResourceType:VF ResourceUUID:7c57f34a-a6de-4a4c-933d-847bda2a01ac 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:2b72830b-00a9-431f-9ea2-8026d08547d2 ArtifactChecksum:Y2RhNzNkNmZlNGY2ZGY4N2Q1MzAxNmQ4MGJhNTA2OTI= 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:0dfeda05-dee8-4b91-80ba-ad89c9be76f2 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:499f11b3-8944-4c0c-86cc-a73115f18627 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:499f11b3-8944-4c0c-86cc-a73115f18627 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-31T04:44:33.972Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6b5108c9-26be-4287-8ab8-b16f152fbd96 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-05-31T04:44:34.005Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T04:44:34.006Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-31T04:44:34.006Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-31T04:44:34.006Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 119011fb-bd04-40fe-b3a4-4d61f840244f from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-31T04:44:34.006Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-31T04:44:34.006Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-31T04:44:34.264Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-31T04:44:34.268Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 119011fb-bd04-40fe-b3a4-4d61f840244f 71073 2022-05-31T04:44:34.269Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-05-31T04:44:34.269Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-31T04:44:34.269Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T04:44:34.269Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:44:34.271Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:44:34.271Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972274269, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:44:34.372Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:44:34.373Z||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-05-31T04:44:34.373Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:44:34.391Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:44:34.392Z||pool-74-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-05-31T04:44:35.272Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T04:44:35.273Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-31T04:44:35.273Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 119011fb-bd04-40fe-b3a4-4d61f840244f, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-31T04:44:35.273Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-05-31T04:44:35.274Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-31T04:44:35.274Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-05-31T04:44:35.384Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3043275810844380950/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-05-31T04:44:36.538Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-31T04:44:36.539Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-31T04:44:36.539Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-31T04:44:36.539Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-31T04:44:36.539Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:44:36.539Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:44:36.539Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:44:36.539Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:44:36.539Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:44:36.540Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:44:36.540Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:44:36.540Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:44:36.540Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:44:36.540Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-31T04:44:36.540Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:44:36.541Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:44:36.541Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-31T04:44:36.541Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-31T04:44:36.541Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T04:44:36.541Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:44:36.542Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:44:36.542Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-31T04:44:36.542Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-31T04:44:36.542Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T04:44:36.542Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:44:36.543Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:44:36.543Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:44:36.543Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-31T04:44:36.543Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-31T04:44:36.543Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-31T04:44:36.544Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-31T04:44:36.544Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-31T04:44:36.544Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-31T04:44:36.544Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:44:36.544Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T04:44:36.544Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:44:36.545Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-31T04:44:36.545Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:44:36.545Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:44:36.546Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-31T04:44:36.546Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:44:36.546Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:44:36.546Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-31T04:44:36.547Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:44:36.547Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:44:36.547Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-31T04:44:36.547Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-31T04:44:36.548Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-31T04:44:36.548Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2d2c90f7-8160-4703-80a9-ee494dde9525 2022-05-31T04:44:36.548Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:44:36.548Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:44:36.549Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:44:36.549Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:44:36.549Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:44:36.549Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:44:36.549Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:44:36.550Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:44:36.550Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:6b5108c9-26be-4287-8ab8-b16f152fbd96 Model Version:NULL Model InvariantUuid:ba6ce8b9-4d5c-411c-bdc9-0970be71b2ca Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:ae2326f6-8004-49bd-850c-bfb79d1c1836 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f3a8daf5-8657-4b25-8484-e85543c252fc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:955464a8-63bd-4ac8-b4fe-6fc3ae451f7e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c692a313-09dd-4cbb-95f7-4855af7ff886 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:1fe74ae3-c685-4082-9a17-7c5cd6ae510b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2d2c90f7-8160-4703-80a9-ee494dde9525 ModelInvariantUuid:41008857-67a5-46be-bfb2-7bb039b29fb4 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:6f5ba222-2eab-42a0-9c44-a6724bbdee70 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:e6d788db-ef64-4c6d-af66-810374e39246 ModelInvariantUuid:51138186-6540-42bb-9545-c643807cc459 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:304700f8-74d7-4b9e-a1ba-b41b13bd30bf 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-05-31T04:44:36.558Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7c57f34a-a6de-4a4c-933d-847bda2a01ac 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-05-31T04:44:36.563Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||basic_vm 0 2022-05-31T04:44:36.564Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7c57f34a-a6de-4a4c-933d-847bda2a01ac 2022-05-31T04:44:36.564Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2b72830b-00a9-431f-9ea2-8026d08547d2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-31T04:44:36.564Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-31T04:44:36.564Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:44:36.964Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-31T04:44:36.965Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2b72830b-00a9-431f-9ea2-8026d08547d2 787 2022-05-31T04:44:36.965Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:44:36.965Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:44:36.965Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T04:44:36.965Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:44:36.968Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:44:36.968Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972276965, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T04:44:37.068Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:44:37.070Z||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-05-31T04:44:37.070Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:44:37.083Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:44:37.083Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:44:37.972Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c692a313-09dd-4cbb-95f7-4855af7ff886", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1fe74ae3-c685-4082-9a17-7c5cd6ae510b", "vfModuleModelCustomizationUUID": "084bc87a-33a6-44ee-a432-bb3c53e67b42", "isBase": true, "artifacts": [ "0dfeda05-dee8-4b91-80ba-ad89c9be76f2", "499f11b3-8944-4c0c-86cc-a73115f18627" ], "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-05-31T04:44:37.977Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1fe74ae3-c685-4082-9a17-7c5cd6ae510b VfModuleModelInvariantUUID:c692a313-09dd-4cbb-95f7-4855af7ff886 VfModuleModelDescription:NULL Artifacts UUID List:{ 0dfeda05-dee8-4b91-80ba-ad89c9be76f2 , 499f11b3-8944-4c0c-86cc-a73115f18627 } 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-05-31T04:44:37.979Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c692a313-09dd-4cbb-95f7-4855af7ff886", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1fe74ae3-c685-4082-9a17-7c5cd6ae510b", "vfModuleModelCustomizationUUID": "084bc87a-33a6-44ee-a432-bb3c53e67b42", "isBase": true, "artifacts": [ "0dfeda05-dee8-4b91-80ba-ad89c9be76f2", "499f11b3-8944-4c0c-86cc-a73115f18627" ], "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-05-31T04:44:37.979Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1fe74ae3-c685-4082-9a17-7c5cd6ae510b VfModuleModelInvariantUUID:c692a313-09dd-4cbb-95f7-4855af7ff886 VfModuleModelDescription:NULL Artifacts UUID List:{ 0dfeda05-dee8-4b91-80ba-ad89c9be76f2 , 499f11b3-8944-4c0c-86cc-a73115f18627 } 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-05-31T04:44:37.979Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0dfeda05-dee8-4b91-80ba-ad89c9be76f2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-31T04:44:37.979Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-31T04:44:37.979Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:44:38.400Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-31T04:44:38.400Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 0dfeda05-dee8-4b91-80ba-ad89c9be76f2 5033 2022-05-31T04:44:38.401Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:44:38.401Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:44:38.401Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T04:44:38.401Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:44:38.403Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:44:38.403Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972278401, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T04:44:38.503Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:44:38.504Z||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-05-31T04:44:38.504Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:44:38.518Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:44:38.519Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:44:39.404Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 499f11b3-8944-4c0c-86cc-a73115f18627 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-31T04:44:39.405Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-31T04:44:39.405Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:44:39.867Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-31T04:44:39.868Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 499f11b3-8944-4c0c-86cc-a73115f18627 903 2022-05-31T04:44:39.868Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:44:39.868Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:44:39.869Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T04:44:39.870Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:44:39.872Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:44:39.873Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972279868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-31T04:44:39.973Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:44:39.974Z||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-05-31T04:44:39.974Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:44:39.988Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:44:39.989Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:44:40.874Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6b5108c9-26be-4287-8ab8-b16f152fbd96 2022-05-31T04:44:40.876Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 7c57f34a-a6de-4a4c-933d-847bda2a01ac 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-05-31T04:44:40.906Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ec961e5, org.onap.sdc.toscaparser.api.parameters.Input@276e9edd, org.onap.sdc.toscaparser.api.parameters.Input@79a247cd, org.onap.sdc.toscaparser.api.parameters.Input@52499f22, org.onap.sdc.toscaparser.api.parameters.Input@17ca0ac7] 2022-05-31T04:44:40.908Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:44:40.908Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:44:40.908Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-05-31T04:44:40.908Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 955464a8-63bd-4ac8-b4fe-6fc3ae451f7e 2022-05-31T04:44:40.909Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 955464a8-63bd-4ac8-b4fe-6fc3ae451f7e matches Tosca VF Customization UUID: 955464a8-63bd-4ac8-b4fe-6fc3ae451f7e 2022-05-31T04:44:40.909Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 955464a8-63bd-4ac8-b4fe-6fc3ae451f7e 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-05-31T04:44:40.912Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:44:40.912Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:44:40.912Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 955464a8-63bd-4ac8-b4fe-6fc3ae451f7e: {\"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-05-31T04:44:40.913Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@315877a4 2022-05-31T04:44:40.913Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:44:40.913Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T04:44:40.913Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 084bc87a-33a6-44ee-a432-bb3c53e67b42 2022-05-31T04:44:40.913Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 084bc87a-33a6-44ee-a432-bb3c53e67b42 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-05-31T04:44:40.916Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:44:40.916Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-31T04:44:40.917Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:44:40.917Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:44:40.917Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-31T04:44:40.917Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:44:40.918Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:44:40.918Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-31T04:44:40.918Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-31T04:44:40.918Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-31T04:44:40.919Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2d2c90f7-8160-4703-80a9-ee494dde9525 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-05-31T04:44:40.921Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:44:40.921Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-31T04:44:40.922Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:44:40.922Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:44:40.922Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-31T04:44:40.922Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=955464a8-63bd-4ac8-b4fe-6fc3ae451f7e 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-05-31T04:44:40.926Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:44:40.926Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:44:40.926Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6b5108c9-26be-4287-8ab8-b16f152fbd96: basic_vm 2022-05-31T04:44:40.927Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:44:40.927Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:44:40.927Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:44:40.927Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:44:40.927Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:44:40.928Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:44:40.928Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:44:40.928Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:44:40.928Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:44:40.929Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:44:40.929Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:44:41.025Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 7c57f34a-a6de-4a4c-933d-847bda2a01ac 1 ASDC deployResourceStructure 2022-05-31T04:44:41.025Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:44:41.025Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:44:41.026Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T04:44:41.026Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:44:41.028Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:44:41.029Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972281025, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T04:44:41.128Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T04:44:41.130Z||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-05-31T04:44:41.130Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:44:41.149Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:44:41.150Z||pool-78-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-05-31T04:44:42.030Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:44:42.030Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:44:42.031Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T04:44:42.031Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:44:42.033Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:44:42.033Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972282030, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-31T04:44:42.133Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:44:42.134Z||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-05-31T04:44:42.134Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:44:42.152Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:44:42.153Z||pool-79-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:44:43.034Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:44:43.035Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:44:43.035Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T04:44:43.035Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:44:43.038Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:44:43.038Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972283034, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-31T04:44:43.138Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:44:43.139Z||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-05-31T04:44:43.140Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:44:43.161Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:44:43.162Z||pool-80-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:44:44.041Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-05-31T04:44:44.041Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-31T04:44:44.041Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T04:44:44.041Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:44:44.049Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:44:44.050Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972284041, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:44:44.144Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-05-31T04:44:44.145Z||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-05-31T04:44:44.146Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:44:44.162Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:44:44.163Z||pool-81-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:44:45.051Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T04:44:45.063Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T04:44:45.066Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T04:44:45.066Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T04:44:45.066Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-31T04:44:45.066Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-31T04:44:45.066Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:44:45.067Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:44:45.067Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:44:45.067Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:44:45.067Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:44:45.067Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:44:45.067Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:44:45.072Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-31T04:45:15.072Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b 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-05-31T04:45:15.079Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b and serviceModelVersionId: 6b5108c9-26be-4287-8ab8-b16f152fbd96 2022-05-31T04:45:15.079Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ba6ce8b9-4d5c-411c-bdc9-0970be71b2ca 2022-05-31T04:45:15.080Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ba6ce8b9-4d5c-411c-bdc9-0970be71b2ca/model-vers/model-ver/6b5108c9-26be-4287-8ab8-b16f152fbd96?depth=0 2022-05-31T04:45:15.085Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-05-31T04:45:15.127Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba6ce8b9-4d5c-411c-bdc9-0970be71b2ca/model-vers/model-ver/6b5108c9-26be-4287-8ab8-b16f152fbd96?depth=0|INFO|500||Invoke 2022-05-31T04:45:15.128Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba6ce8b9-4d5c-411c-bdc9-0970be71b2ca/model-vers/model-ver/6b5108c9-26be-4287-8ab8-b16f152fbd96?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba6ce8b9-4d5c-411c-bdc9-0970be71b2ca/model-vers/model-ver/6b5108c9-26be-4287-8ab8-b16f152fbd96?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[50aed11e-38ee-43f9-bfff-7de804411e81], X-ECOMP-RequestID=[c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b], X-TransactionId=[], X-ONAP-RequestID=[c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b], Content-Type=[application/merge-patch+json]} 2022-05-31T04:45:15.153Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba6ce8b9-4d5c-411c-bdc9-0970be71b2ca/model-vers/model-ver/6b5108c9-26be-4287-8ab8-b16f152fbd96?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-31T04:45:15.665Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba6ce8b9-4d5c-411c-bdc9-0970be71b2ca/model-vers/model-ver/6b5108c9-26be-4287-8ab8-b16f152fbd96?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/ba6ce8b9-4d5c-411c-bdc9-0970be71b2ca/model-vers/model-ver/6b5108c9-26be-4287-8ab8-b16f152fbd96?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220531-04:45:14:856-55338], vertex-id=[217272], Content-Length=[0], Date=[Tue, 31 May 2022 04:45:14 GMT], Content-Type=[application/json]} 2022-05-31T04:45:15.665Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba6ce8b9-4d5c-411c-bdc9-0970be71b2ca/model-vers/model-ver/6b5108c9-26be-4287-8ab8-b16f152fbd96?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-31T04:45:15.666Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba6ce8b9-4d5c-411c-bdc9-0970be71b2ca/model-vers/model-ver/6b5108c9-26be-4287-8ab8-b16f152fbd96?depth=0|INFO|500||InvokeReturn 2022-05-31T04:45:15.666Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-31T04:45:15.667Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:45:15.671Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||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-05-31T04:45:15.671Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-31T04:45:15.671Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-31T04:45:15.672Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:45:15.674Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:45:15.674Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972315671, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-31T04:45:15.774Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:45:15.775Z||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-05-31T04:45:15.775Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:45:15.791Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:45:15.792Z||pool-82-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-05-31T04:45:16.687Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T04:45:16.688Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"34866a10-83ab-4c0f-8cd4-86944fa74339","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"c45c4cce-6277-4f05-885e-dddc86a2a0a8","serviceDescription":"service","serviceInvariantUUID":"a1f5b8e3-7d69-4862-b13b-ac8b909784fb","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a3a1209e-eb14-4aa2-9efe-2fd194a1f16d","resourceInvariantUUID":"69fe8d09-dc18-4b97-ba04-f7498aca823b","resourceCustomizationUUID":"b269a2aa-858a-48cc-9e5b-811c595b713d","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":"Y2Q3NDlhNDhhMGFkNWM4MDczZjA4YmZlMTJhMGQzYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8f387fff-f96d-4d0c-8f13-d6d179e31e7b","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":"3acfe75b-7c6a-4ebf-af41-aade0303521b","artifactVersion":"2","generatedFromUUID":"de810afd-fda5-4fba-b58a-998da76abc32"},{"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":"de810afd-fda5-4fba-b58a-998da76abc32","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":"MjQ5M2JlM2M0ZDA4ZWRhYjg5NDU0NDE1YWMzMjdlMTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a4bef2c0-7122-4833-a58c-068947c3e636","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":"0373e2d3-2aca-4b85-b313-d3cfca4af77b","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":"3ad0823c-1efd-4b67-92bf-6a371bf13688","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":"71d1532c-e37d-494f-acac-f658fb12f8b0","artifactVersion":"2","generatedFromUUID":"0373e2d3-2aca-4b85-b313-d3cfca4af77b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"N2Q4MDExZmRmM2IzNzViN2RlNGZhZTI0NjAxMGY0OTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bac9e675-fff7-4a99-8149-04cfac3a0154","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTllODc2ODg1NmQ5ZDZlN2NkZDA5YTMyZGVhYjRkNmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25ee8a6e-3f7f-443e-b18f-bd1aea3c2af9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-31T04:45:16.688Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:45:16.688Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:45:16.690Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:45:16.690Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:45:16.790Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:45:16.791Z||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-05-31T04:45:16.791Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:45:16.807Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:45:16.808Z||pool-83-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:45:17.691Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:45:17.692Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:45:17.694Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:45:17.694Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-31T04:45:17.794Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:45:17.795Z||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-05-31T04:45:17.795Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:45:17.819Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:45:17.820Z||pool-84-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-05-31T04:45:18.694Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:45:18.695Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:45:18.697Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:45:18.697Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-31T04:45:18.797Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:45:18.798Z||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-05-31T04:45:18.798Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:45:18.812Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:45:18.812Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:45:19.698Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:45:19.698Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:45:19.700Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:45:19.700Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-31T04:45:19.800Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:45:19.801Z||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-05-31T04:45:19.801Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:45:19.817Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:45:19.817Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:45:20.701Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:45:20.702Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:45:20.704Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:45:20.704Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-31T04:45:20.804Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:45:20.805Z||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-05-31T04:45:20.805Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:45:20.819Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:45:20.819Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:45:21.704Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:45:21.705Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:45:21.709Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:45:21.709Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:45:21.807Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-05-31T04:45:21.808Z||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-05-31T04:45:21.809Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:45:21.823Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:45:21.824Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:45:22.710Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:45:22.710Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:45:22.713Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:45:22.713Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-31T04:45:22.813Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:45:22.814Z||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-05-31T04:45:22.814Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:45:22.830Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:45:22.831Z||pool-89-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:45:23.713Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:45:23.714Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:45:23.716Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:45:23.716Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:45:23.816Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:45:23.817Z||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-05-31T04:45:23.817Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:45:23.833Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:45:23.833Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:45:24.717Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T04:45:24.717Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:45:24.719Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:45:24.719Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:45:24.820Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:45:24.821Z||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-05-31T04:45:24.821Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:45:24.838Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:45:24.839Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:45:25.721Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "c45c4cce-6277-4f05-885e-dddc86a2a0a8", "serviceDescription": "service", "serviceInvariantUUID": "a1f5b8e3-7d69-4862-b13b-ac8b909784fb", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "b269a2aa-858a-48cc-9e5b-811c595b713d", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a3a1209e-eb14-4aa2-9efe-2fd194a1f16d", "resourceInvariantUUID": "69fe8d09-dc18-4b97-ba04-f7498aca823b", "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": "3acfe75b-7c6a-4ebf-af41-aade0303521b", "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": "de810afd-fda5-4fba-b58a-998da76abc32", "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": "MjQ5M2JlM2M0ZDA4ZWRhYjg5NDU0NDE1YWMzMjdlMTE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a4bef2c0-7122-4833-a58c-068947c3e636", "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": "0373e2d3-2aca-4b85-b313-d3cfca4af77b", "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": "71d1532c-e37d-494f-acac-f658fb12f8b0", "generatedFromUUID": "0373e2d3-2aca-4b85-b313-d3cfca4af77b" }, "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": "71d1532c-e37d-494f-acac-f658fb12f8b0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "OTllODc2ODg1NmQ5ZDZlN2NkZDA5YTMyZGVhYjRkNmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "25ee8a6e-3f7f-443e-b18f-bd1aea3c2af9" } ], "workloadContext": "Production" } 2022-05-31T04:45:25.721Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-31T04:45:25.721Z|c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c45c4cce-6277-4f05-885e-dddc86a2a0a8 ASDC 2022-05-31T04:45:25.722Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:34866a10-83ab-4c0f-8cd4-86944fa74339 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:c45c4cce-6277-4f05-885e-dddc86a2a0a8 ServiceInvariantUUID:a1f5b8e3-7d69-4862-b13b-ac8b909784fb 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:25ee8a6e-3f7f-443e-b18f-bd1aea3c2af9 ArtifactChecksum:OTllODc2ODg1NmQ5ZDZlN2NkZDA5YTMyZGVhYjRkNmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:b269a2aa-858a-48cc-9e5b-811c595b713d ResourceInvariantUUID:69fe8d09-dc18-4b97-ba04-f7498aca823b ResourceName:basic_cnf ResourceType:VF ResourceUUID:a3a1209e-eb14-4aa2-9efe-2fd194a1f16d 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:3acfe75b-7c6a-4ebf-af41-aade0303521b 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:de810afd-fda5-4fba-b58a-998da76abc32 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:a4bef2c0-7122-4833-a58c-068947c3e636 ArtifactChecksum:MjQ5M2JlM2M0ZDA4ZWRhYjg5NDU0NDE1YWMzMjdlMTE= 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:0373e2d3-2aca-4b85-b313-d3cfca4af77b 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:71d1532c-e37d-494f-acac-f658fb12f8b0 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:71d1532c-e37d-494f-acac-f658fb12f8b0 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-31T04:45:25.722Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c45c4cce-6277-4f05-885e-dddc86a2a0a8 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-05-31T04:45:25.757Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T04:45:25.757Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-31T04:45:25.757Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-31T04:45:25.758Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 25ee8a6e-3f7f-443e-b18f-bd1aea3c2af9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-31T04:45:25.758Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-31T04:45:25.758Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-31T04:45:26.313Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-31T04:45:26.316Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 25ee8a6e-3f7f-443e-b18f-bd1aea3c2af9 68951 2022-05-31T04:45:26.316Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-31T04:45:26.316Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-31T04:45:26.316Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T04:45:26.317Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:45:26.321Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:45:26.321Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972326316, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:45:26.421Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T04:45:26.423Z||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-05-31T04:45:26.423Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:45:26.436Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:45:26.437Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:45:27.322Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T04:45:27.323Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-31T04:45:27.324Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 25ee8a6e-3f7f-443e-b18f-bd1aea3c2af9, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-31T04:45:27.324Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-05-31T04:45:27.325Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-31T04:45:27.325Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-31T04:45:27.425Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1493757682564303895/Definitions/service-BasicCnf-template.yml 2022-05-31T04:45:28.582Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-31T04:45:28.583Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-31T04:45:28.583Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-31T04:45:28.583Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-31T04:45:28.583Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:28.584Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:28.584Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:28.584Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:28.584Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-31T04:45:28.585Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:45:28.585Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:45:28.585Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-31T04:45:28.585Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-31T04:45:28.586Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T04:45:28.586Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:45:28.586Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:45:28.587Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-31T04:45:28.587Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-31T04:45:28.587Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T04:45:28.588Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:45:28.588Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:45:28.589Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:45:28.589Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-31T04:45:28.589Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-05-31T04:45:28.590Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria 2022-05-31T04:45:28.590Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-31T04:45:28.590Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:45:28.591Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T04:45:28.591Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:45:28.592Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-31T04:45:28.592Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:45:28.593Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:45:28.593Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-31T04:45:28.593Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:45:28.593Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:45:28.594Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-31T04:45:28.594Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:45:28.594Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:45:28.594Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-31T04:45:28.595Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-31T04:45:28.595Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c5e2b41d-2ef8-45f1-956e-780820ef10b4 2022-05-31T04:45:28.595Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:45:28.596Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:45:28.596Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:45:28.596Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:45:28.596Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:45:28.596Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:45:28.597Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:45:28.597Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:45:28.597Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:c45c4cce-6277-4f05-885e-dddc86a2a0a8 Model Version:NULL Model InvariantUuid:a1f5b8e3-7d69-4862-b13b-ac8b909784fb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:09fddecc-f0fb-413d-994b-afae5ff08e01 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:69fe8d09-dc18-4b97-ba04-f7498aca823b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b269a2aa-858a-48cc-9e5b-811c595b713d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:594f8948-594d-454e-bec9-1bab77b02a4d ModelName:BasicCnf..base_dummy..module-0 ModelUuid:3ebc74b6-50fd-4907-a773-719a4dc0fefd ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c5e2b41d-2ef8-45f1-956e-780820ef10b4 ModelInvariantUuid:8845cbc8-d462-47d6-8e62-d30193cd2651 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:0b335ba2-1ca3-46ed-b217-949ffdcce48d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:e52b470b-60bf-426a-8c31-a808450b2b98 ModelInvariantUuid:19843ed1-d35a-4cc9-b7b1-8dc5f7ed0a29 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:4a4c0385-3021-45fc-8960-4be7c4d93dc6 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-05-31T04:45:28.603Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: a3a1209e-eb14-4aa2-9efe-2fd194a1f16d 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-05-31T04:45:28.606Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||basic_cnf 0 2022-05-31T04:45:28.606Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a3a1209e-eb14-4aa2-9efe-2fd194a1f16d 2022-05-31T04:45:28.606Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3acfe75b-7c6a-4ebf-af41-aade0303521b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-31T04:45:28.606Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-31T04:45:28.607Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:28.684Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-31T04:45:28.685Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 3acfe75b-7c6a-4ebf-af41-aade0303521b 12 2022-05-31T04:45:28.685Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:28.685Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:28.685Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T04:45:28.686Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:45:28.688Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:45:28.689Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972328685, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-31T04:45:28.789Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:45:28.790Z||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-05-31T04:45:28.790Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:45:28.804Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:45:28.804Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:45:29.689Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: de810afd-fda5-4fba-b58a-998da76abc32 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-31T04:45:29.690Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-31T04:45:29.690Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:29.743Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-31T04:45:29.743Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz de810afd-fda5-4fba-b58a-998da76abc32 2688 2022-05-31T04:45:29.744Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:29.744Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:29.744Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T04:45:29.744Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:45:29.746Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:45:29.746Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972329743, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-31T04:45:29.846Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:45:29.847Z||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-05-31T04:45:29.848Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:45:29.864Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:45:29.864Z||pool-94-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:45:30.748Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a4bef2c0-7122-4833-a58c-068947c3e636 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-31T04:45:30.748Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-31T04:45:30.748Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:30.798Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-31T04:45:30.799Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json a4bef2c0-7122-4833-a58c-068947c3e636 828 2022-05-31T04:45:30.799Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:30.800Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:30.800Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T04:45:30.800Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:45:30.809Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:45:30.809Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972330799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T04:45:30.903Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-05-31T04:45:30.904Z||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-05-31T04:45:30.904Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:45:30.920Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:45:30.921Z||pool-95-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-05-31T04:45:31.810Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "594f8948-594d-454e-bec9-1bab77b02a4d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3ebc74b6-50fd-4907-a773-719a4dc0fefd", "vfModuleModelCustomizationUUID": "0844c7e3-8d48-49f7-b91a-131804a268e8", "isBase": true, "artifacts": [ "de810afd-fda5-4fba-b58a-998da76abc32", "0373e2d3-2aca-4b85-b313-d3cfca4af77b", "71d1532c-e37d-494f-acac-f658fb12f8b0" ], "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-05-31T04:45:31.814Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3ebc74b6-50fd-4907-a773-719a4dc0fefd VfModuleModelInvariantUUID:594f8948-594d-454e-bec9-1bab77b02a4d VfModuleModelDescription:NULL Artifacts UUID List:{ de810afd-fda5-4fba-b58a-998da76abc32 , 0373e2d3-2aca-4b85-b313-d3cfca4af77b , 71d1532c-e37d-494f-acac-f658fb12f8b0 } 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-05-31T04:45:31.815Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "594f8948-594d-454e-bec9-1bab77b02a4d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3ebc74b6-50fd-4907-a773-719a4dc0fefd", "vfModuleModelCustomizationUUID": "0844c7e3-8d48-49f7-b91a-131804a268e8", "isBase": true, "artifacts": [ "de810afd-fda5-4fba-b58a-998da76abc32", "0373e2d3-2aca-4b85-b313-d3cfca4af77b", "71d1532c-e37d-494f-acac-f658fb12f8b0" ], "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-05-31T04:45:31.816Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3ebc74b6-50fd-4907-a773-719a4dc0fefd VfModuleModelInvariantUUID:594f8948-594d-454e-bec9-1bab77b02a4d VfModuleModelDescription:NULL Artifacts UUID List:{ de810afd-fda5-4fba-b58a-998da76abc32 , 0373e2d3-2aca-4b85-b313-d3cfca4af77b , 71d1532c-e37d-494f-acac-f658fb12f8b0 } 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-05-31T04:45:31.816Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0373e2d3-2aca-4b85-b313-d3cfca4af77b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-31T04:45:31.816Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-31T04:45:31.816Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:31.883Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-31T04:45:31.883Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 0373e2d3-2aca-4b85-b313-d3cfca4af77b 1164 2022-05-31T04:45:31.884Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:31.884Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:31.884Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T04:45:31.884Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:45:31.887Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:45:31.887Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972331884, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T04:45:31.987Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:45:31.989Z||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-05-31T04:45:31.989Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:45:32.004Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:45:32.005Z||pool-96-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:45:32.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:45:32.264Z||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-05-31T04:45:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:45:32.290Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:45:32.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:45:32.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d1b33d6-9992-4b74-b061-17c291d0809f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972265924, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-31T04:45:32.292Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:45:32.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:45:32.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:45:32.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:45:32.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:45:32.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-31T04:45:32.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:45:32.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:45:32.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-31T04:45:32.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:45:32.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:45:32.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:45:32.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:45:32.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:45:32.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-31T04:45:32.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:45:32.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:45:32.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:45:32.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:45:32.888Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 71d1532c-e37d-494f-acac-f658fb12f8b0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-31T04:45:32.889Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-31T04:45:32.889Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:32.967Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-31T04:45:32.968Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 71d1532c-e37d-494f-acac-f658fb12f8b0 200 2022-05-31T04:45:32.968Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:32.968Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:32.968Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T04:45:32.969Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:45:32.971Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:45:32.971Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972332968, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-31T04:45:33.071Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:45:33.072Z||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-05-31T04:45:33.072Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:45:33.086Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:45:33.087Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:45:33.971Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c45c4cce-6277-4f05-885e-dddc86a2a0a8 2022-05-31T04:45:33.972Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a3a1209e-eb14-4aa2-9efe-2fd194a1f16d 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 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-05-31T04:45:33.987Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_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-05-31T04:45:33.994Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@189ad133, org.onap.sdc.toscaparser.api.parameters.Input@523899b3, org.onap.sdc.toscaparser.api.parameters.Input@b15d283, org.onap.sdc.toscaparser.api.parameters.Input@f64d04, org.onap.sdc.toscaparser.api.parameters.Input@4e2b0760] 2022-05-31T04:45:33.997Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:45:33.997Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:45:33.997Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-05-31T04:45:33.997Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b269a2aa-858a-48cc-9e5b-811c595b713d 2022-05-31T04:45:33.998Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b269a2aa-858a-48cc-9e5b-811c595b713d matches Tosca VF Customization UUID: b269a2aa-858a-48cc-9e5b-811c595b713d 2022-05-31T04:45:33.998Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b269a2aa-858a-48cc-9e5b-811c595b713d 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-05-31T04:45:34.000Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:45:34.001Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:45:34.002Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b269a2aa-858a-48cc-9e5b-811c595b713d: {\"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-05-31T04:45:34.002Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f404683 2022-05-31T04:45:34.002Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:45:34.002Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T04:45:34.003Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0844c7e3-8d48-49f7-b91a-131804a268e8 2022-05-31T04:45:34.003Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0844c7e3-8d48-49f7-b91a-131804a268e8 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-05-31T04:45:34.005Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:45:34.005Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-31T04:45:34.005Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:45:34.006Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:45:34.006Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-31T04:45:34.006Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:45:34.006Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:45:34.006Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-31T04:45:34.007Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-31T04:45:34.007Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c5e2b41d-2ef8-45f1-956e-780820ef10b4 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-05-31T04:45:34.009Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:45:34.009Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-31T04:45:34.010Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T04:45:34.010Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:45:34.010Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-31T04:45:34.010Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=b269a2aa-858a-48cc-9e5b-811c595b713d 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-05-31T04:45:34.012Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:45:34.013Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:45:34.013Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c45c4cce-6277-4f05-885e-dddc86a2a0a8: basic_cnf 2022-05-31T04:45:34.013Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:45:34.013Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:45:34.014Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:45:34.014Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:45:34.014Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:45:34.014Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:45:34.015Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:45:34.015Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:45:34.015Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T04:45:34.015Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T04:45:34.015Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:34.077Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a3a1209e-eb14-4aa2-9efe-2fd194a1f16d 1 ASDC deployResourceStructure 2022-05-31T04:45:34.078Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:34.078Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:34.078Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-31T04:45:34.078Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:45:34.080Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:45:34.080Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972334077, "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-05-31T04:45:34.181Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:45:34.181Z||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-05-31T04:45:34.182Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:45:34.200Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:45:34.200Z||pool-98-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:45:35.081Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:35.082Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:35.082Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-31T04:45:35.082Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:45:35.084Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:45:35.084Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972335081, "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-05-31T04:45:35.184Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:45:35.185Z||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-05-31T04:45:35.185Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:45:35.203Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:45:35.204Z||pool-99-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:45:36.087Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:36.087Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:36.087Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T04:45:36.088Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:45:36.090Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:45:36.090Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972336087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T04:45:36.190Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:45:36.191Z||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-05-31T04:45:36.191Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:45:36.218Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:45:36.219Z||pool-100-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:45:37.091Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:37.091Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:37.092Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T04:45:37.092Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:45:37.094Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:45:37.094Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972337091, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-31T04:45:37.195Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-31T04:45:37.196Z||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-05-31T04:45:37.196Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:45:37.213Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:45:37.214Z||pool-101-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-05-31T04:45:38.095Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:38.096Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:38.096Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T04:45:38.096Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:45:38.098Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:45:38.098Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972338095, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-31T04:45:38.198Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:45:38.199Z||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-05-31T04:45:38.199Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:45:38.216Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:45:38.217Z||pool-102-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:45:39.101Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-31T04:45:39.101Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-31T04:45:39.101Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T04:45:39.101Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:45:39.104Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:45:39.104Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972339101, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:45:39.204Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:45:39.205Z||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-05-31T04:45:39.205Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:45:39.220Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:45:39.221Z||pool-103-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T04:45:40.105Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34866a10-83ab-4c0f-8cd4-86944fa74339 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T04:45:40.115Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34866a10-83ab-4c0f-8cd4-86944fa74339 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T04:45:40.117Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T04:45:40.117Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T04:45:40.117Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-31T04:45:40.117Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-31T04:45:40.118Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:45:40.118Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:45:40.118Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:45:40.118Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:45:40.118Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:45:40.118Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T04:45:40.118Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:45:40.122Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-31T04:46:10.123Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34866a10-83ab-4c0f-8cd4-86944fa74339 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-05-31T04:46:10.130Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34866a10-83ab-4c0f-8cd4-86944fa74339 and serviceModelVersionId: c45c4cce-6277-4f05-885e-dddc86a2a0a8 2022-05-31T04:46:10.131Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a1f5b8e3-7d69-4862-b13b-ac8b909784fb 2022-05-31T04:46:10.132Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a1f5b8e3-7d69-4862-b13b-ac8b909784fb/model-vers/model-ver/c45c4cce-6277-4f05-885e-dddc86a2a0a8?depth=0 2022-05-31T04:46:10.136Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-05-31T04:46:10.187Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1f5b8e3-7d69-4862-b13b-ac8b909784fb/model-vers/model-ver/c45c4cce-6277-4f05-885e-dddc86a2a0a8?depth=0|INFO|500||Invoke 2022-05-31T04:46:10.188Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1f5b8e3-7d69-4862-b13b-ac8b909784fb/model-vers/model-ver/c45c4cce-6277-4f05-885e-dddc86a2a0a8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1f5b8e3-7d69-4862-b13b-ac8b909784fb/model-vers/model-ver/c45c4cce-6277-4f05-885e-dddc86a2a0a8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34866a10-83ab-4c0f-8cd4-86944fa74339], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[90b2431e-0b1d-4fba-9204-3f3073ecefc0], X-ECOMP-RequestID=[34866a10-83ab-4c0f-8cd4-86944fa74339], X-TransactionId=[], X-ONAP-RequestID=[34866a10-83ab-4c0f-8cd4-86944fa74339], Content-Type=[application/merge-patch+json]} 2022-05-31T04:46:10.217Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1f5b8e3-7d69-4862-b13b-ac8b909784fb/model-vers/model-ver/c45c4cce-6277-4f05-885e-dddc86a2a0a8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-31T04:46:10.695Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1f5b8e3-7d69-4862-b13b-ac8b909784fb/model-vers/model-ver/c45c4cce-6277-4f05-885e-dddc86a2a0a8?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/a1f5b8e3-7d69-4862-b13b-ac8b909784fb/model-vers/model-ver/c45c4cce-6277-4f05-885e-dddc86a2a0a8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220531-04:46:09:919-6610], vertex-id=[221368], Content-Length=[0], Date=[Tue, 31 May 2022 04:46:09 GMT], Content-Type=[application/json]} 2022-05-31T04:46:10.695Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1f5b8e3-7d69-4862-b13b-ac8b909784fb/model-vers/model-ver/c45c4cce-6277-4f05-885e-dddc86a2a0a8?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-31T04:46:10.696Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1f5b8e3-7d69-4862-b13b-ac8b909784fb/model-vers/model-ver/c45c4cce-6277-4f05-885e-dddc86a2a0a8?depth=0|INFO|500||InvokeReturn 2022-05-31T04:46:10.697Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-31T04:46:10.697Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:46:10.702Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||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-05-31T04:46:10.702Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34866a10-83ab-4c0f-8cd4-86944fa74339 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-31T04:46:10.702Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-31T04:46:10.703Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T04:46:10.705Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T04:46:10.705Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972370702, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-31T04:46:10.805Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T04:46:10.807Z||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-05-31T04:46:10.807Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T04:46:10.826Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:46:10.826Z||pool-104-thread-1|||||INFO|500||cambria reply ok (21 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-05-31T04:46:11.717Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:46:11.717Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:46:11.717Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:46:22.018Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:46:22.019Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:46:22.019Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:46:22.020Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:46:31.569Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:46:31.570Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:46:31.570Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:46:31.570Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:46:32.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:46:32.264Z||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-05-31T04:46:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:46:32.286Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:46:32.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:46:32.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:46:32.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:46:32.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:46:32.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972274269, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:46:32.288Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:46:32.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:46:32.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972276965, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T04:46:32.289Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:46:32.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:46:32.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972278401, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T04:46:32.289Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:46:32.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:46:32.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972279868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-31T04:46:32.289Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:46:32.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:46:32.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972281025, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T04:46:32.289Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:46:32.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:46:32.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972282030, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-31T04:46:32.289Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:46:32.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:46:32.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972283034, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-31T04:46:32.290Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:46:32.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:46:32.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972284041, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:46:32.290Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:46:32.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:46:32.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2b1fe2b-7ae2-4a1a-bc46-f4fa5f6e146b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972315671, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-31T04:46:32.290Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:46:32.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:46:32.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:46:32.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:46:32.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:46:32.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-31T04:46:32.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:46:32.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:46:32.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-31T04:46:32.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:46:32.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:46:32.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-31T04:46:32.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:46:32.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:46:32.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-31T04:46:32.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:46:32.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:46:32.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T04:46:32.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:46:32.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:46:32.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-31T04:46:32.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:46:32.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:46:32.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T04:46:32.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:46:32.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:46:32.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972129603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-31T04:46:32.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T04:46:32.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:46:32.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972326316, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T04:46:32.294Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:46:32.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:46:32.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972328685, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-31T04:46:32.294Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:46:32.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:46:32.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972329743, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-31T04:46:32.295Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:46:32.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:46:32.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972330799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T04:46:32.295Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:46:32.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T04:46:32.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972331884, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T04:46:32.295Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:46:41.128Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:46:41.128Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:46:41.129Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:46:41.129Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:46:50.675Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:46:50.675Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:46:50.676Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:46:50.676Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:47:00.212Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:47:00.212Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:47:00.213Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:47:00.213Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:47:09.753Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:47:32.250Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:47:32.251Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:47:32.251Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:47:32.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:47:32.264Z||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-05-31T04:47:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:47:32.791Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:47:32.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T04:47:32.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972332968, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-31T04:47:32.792Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:47:32.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T04:47:32.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972334077, "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-05-31T04:47:32.793Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:47:32.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T04:47:32.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972335081, "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-05-31T04:47:32.793Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:47:32.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T04:47:32.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972336087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T04:47:32.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:47:32.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T04:47:32.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972337091, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-31T04:47:32.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:47:32.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T04:47:32.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972338095, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-31T04:47:32.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:47:32.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T04:47:32.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972339101, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T04:47:32.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:47:32.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T04:47:32.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34866a10-83ab-4c0f-8cd4-86944fa74339", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653972370702, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-31T04:47:32.795Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T04:47:41.799Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:48:32.250Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:48:32.251Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:48:32.252Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:48:32.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:48:32.264Z||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-05-31T04:48:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:48:41.805Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:48:41.822Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:49:32.249Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:49:32.250Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:49:32.250Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:49:32.263Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:49:32.264Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|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-05-31T04:49:32.264Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|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 UGibuShiTvIjXZNa) ... 2022-05-31T04:49:41.809Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:49:41.858Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:50:32.249Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:50:32.250Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:50:32.250Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:50:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:50:32.264Z||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-05-31T04:50:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:50:41.799Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:50:41.818Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:51:32.250Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:51:32.250Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:51:32.250Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:51:32.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:51:32.264Z||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-05-31T04:51:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:51:41.826Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:51:41.830Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:52:32.249Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:52:32.250Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:52:32.251Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:52:32.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:52:32.264Z||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-05-31T04:52:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:52:41.822Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:52:41.863Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:53:32.251Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:53:32.252Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:53:32.252Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:53:32.264Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:53:32.265Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|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-05-31T04:53:32.265Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|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 UGibuShiTvIjXZNa) ... 2022-05-31T04:53:41.821Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:53:41.822Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:54:32.250Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:54:32.251Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:54:32.251Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:54:32.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:54:32.264Z||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-05-31T04:54:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:54:41.822Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:54:41.827Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:55:32.249Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:55:32.250Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:55:32.251Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:55:32.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:55:32.264Z||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-05-31T04:55:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:55:41.819Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:55:41.824Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:56:32.249Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:56:32.250Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:56:32.250Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:56:32.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:56:32.264Z||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-05-31T04:56:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:56:41.801Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:56:41.816Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:57:32.250Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:57:32.251Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:57:32.251Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:57:32.263Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:57:32.264Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|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-05-31T04:57:32.264Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|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 UGibuShiTvIjXZNa) ... 2022-05-31T04:57:41.817Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:57:41.862Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:58:32.249Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:58:32.251Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:58:32.251Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:58:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:58:32.264Z||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-05-31T04:58:32.265Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:58:41.826Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:58:41.828Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:59:32.250Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:59:32.252Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:59:32.252Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T04:59:32.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:59:32.264Z||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-05-31T04:59:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T04:59:41.862Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:59:41.863Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:00:32.250Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:00:32.251Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:00:32.251Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T05:00:32.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:00:32.264Z||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-05-31T05:00:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:00:41.813Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:00:41.828Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:01:32.249Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:01:32.250Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:01:32.250Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T05:01:32.263Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:01:32.264Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|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-05-31T05:01:32.264Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|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 UGibuShiTvIjXZNa) ... 2022-05-31T05:01:32.400Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:01:32.526Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.526Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "clamp", "timestamp": 1653973242499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.528Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.528Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.528Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "cds", "timestamp": 1653973243122, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.528Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.528Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.528Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "policy-id", "timestamp": 1653973248820, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.528Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.528Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.528Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "aai-ml", "timestamp": 1653973250164, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.528Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.529Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.529Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "clamp", "timestamp": 1653973242499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.529Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.529Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.529Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "cds", "timestamp": 1653973243122, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.529Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.529Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.529Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "policy-id", "timestamp": 1653973248820, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.530Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.530Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.530Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "aai-ml", "timestamp": 1653973250164, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.530Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.530Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.530Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "clamp", "timestamp": 1653973242499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-31T05:01:32.530Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.531Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.531Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "cds", "timestamp": 1653973243122, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.531Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.531Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.531Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "policy-id", "timestamp": 1653973248820, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.531Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.531Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.531Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "aai-ml", "timestamp": 1653973250164, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.531Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.531Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.532Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "clamp", "timestamp": 1653973242499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.532Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.532Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.532Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "cds", "timestamp": 1653973243122, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.532Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.532Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.532Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "policy-id", "timestamp": 1653973248820, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-31T05:01:32.532Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.532Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.532Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "aai-ml", "timestamp": 1653973250164, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.532Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.533Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.533Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973252972, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.533Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.533Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.533Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "clamp", "timestamp": 1653973242499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.533Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.533Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.533Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "cds", "timestamp": 1653973243122, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.533Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.533Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.533Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "policy-id", "timestamp": 1653973248820, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.534Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.534Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.534Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "ves-openapi-manager", "timestamp": 1653973253789, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.534Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.534Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.534Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "aai-ml", "timestamp": 1653973250164, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.535Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.535Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.535Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973252972, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.535Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.535Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.535Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "clamp", "timestamp": 1653973242499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.535Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.535Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.536Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "cds", "timestamp": 1653973243122, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.536Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.536Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.536Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "policy-id", "timestamp": 1653973248820, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.536Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.536Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.536Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "ves-openapi-manager", "timestamp": 1653973253789, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.537Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.537Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.537Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "aai-ml", "timestamp": 1653973250164, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.537Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.537Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.537Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973252972, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-31T05:01:32.537Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.538Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.538Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "clamp", "timestamp": 1653973242499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.538Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.538Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.538Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "cds", "timestamp": 1653973243122, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.538Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.538Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.538Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "policy-id", "timestamp": 1653973248820, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.538Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.539Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.539Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "ves-openapi-manager", "timestamp": 1653973253789, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.539Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.539Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.539Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "aai-ml", "timestamp": 1653973250164, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.539Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.539Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.539Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973252972, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-31T05:01:32.539Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.539Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.539Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "clamp", "timestamp": 1653973242499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:01:32.540Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.540Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.540Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "cds", "timestamp": 1653973243122, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:01:32.540Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.540Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.540Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "policy-id", "timestamp": 1653973248820, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:01:32.540Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.540Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.540Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "ves-openapi-manager", "timestamp": 1653973253789, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.541Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.541Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.541Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "aai-ml", "timestamp": 1653973250164, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:01:32.541Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.541Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.541Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973252972, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.541Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.541Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.541Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "policy-id", "timestamp": 1653973258216, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:01:32.542Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.542Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.542Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "cds", "timestamp": 1653973258654, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:01:32.542Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.542Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.542Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "ves-openapi-manager", "timestamp": 1653973253789, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.543Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.543Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.543Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973252972, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-31T05:01:32.543Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.543Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.543Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "aai-ml", "timestamp": 1653973259155, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:01:32.543Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.543Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.543Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "policy-id", "timestamp": 1653973259223, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T05:01:32.544Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.544Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.544Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "cds", "timestamp": 1653973259660, "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-05-31T05:01:32.570Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4db65a9a-91db-4e18-8898-b86f7825b96a 2022-05-31T05:01:32.571Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4db65a9a-91db-4e18-8898-b86f7825b96a 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-05-31T05:01:32.582Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.583Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "ves-openapi-manager", "timestamp": 1653973253789, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.583Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.583Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.583Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973252972, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.583Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.583Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.583Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "policy-id", "timestamp": 1653973260245, "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-05-31T05:01:32.593Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4db65a9a-91db-4e18-8898-b86f7825b96a 2022-05-31T05:01:32.593Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4db65a9a-91db-4e18-8898-b86f7825b96a 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-05-31T05:01:32.601Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.602Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "ves-openapi-manager", "timestamp": 1653973253789, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.602Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.603Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.603Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973252972, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:01:32.603Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.603Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.603Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "ves-openapi-manager", "timestamp": 1653973253789, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.604Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.604Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.604Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973261726, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T05:01:32.604Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.604Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.605Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973262005, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.605Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.605Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.605Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973262005, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.605Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.605Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.606Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973262822, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T05:01:32.606Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.606Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.606Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "cds", "timestamp": 1653973260665, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.606Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.606Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.607Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973262005, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.607Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.607Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.607Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973263903, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-31T05:01:32.607Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.607Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.608Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "aai-ml", "timestamp": 1653973264365, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T05:01:32.608Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.608Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.608Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "cds", "timestamp": 1653973260665, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.608Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.609Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.609Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973262005, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.609Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.609Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.609Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973264932, "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-05-31T05:01:32.615Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4db65a9a-91db-4e18-8898-b86f7825b96a 2022-05-31T05:01:32.615Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4db65a9a-91db-4e18-8898-b86f7825b96a 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-05-31T05:01:32.623Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.623Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "aai-ml", "timestamp": 1653973265370, "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-05-31T05:01:32.629Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4db65a9a-91db-4e18-8898-b86f7825b96a 2022-05-31T05:01:32.629Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4db65a9a-91db-4e18-8898-b86f7825b96a 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-05-31T05:01:32.639Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.640Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "cds", "timestamp": 1653973260665, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.640Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.640Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.640Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973262005, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.640Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.641Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.641Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973265935, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T05:01:32.641Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.641Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.641Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "cds", "timestamp": 1653973260665, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.642Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.642Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.642Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973262005, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.642Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.642Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.642Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "cds", "timestamp": 1653973260665, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.643Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.643Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.643Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973262005, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.643Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.643Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.643Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "cds", "timestamp": 1653973260665, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.644Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.644Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.644Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973262005, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:01:32.644Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.644Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.644Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "clamp", "timestamp": 1653973269699, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:01:32.645Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.645Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.645Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "policy-id", "timestamp": 1653973268820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.645Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.645Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.645Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "cds", "timestamp": 1653973260665, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.646Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.646Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.646Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973271194, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:01:32.646Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.646Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.646Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "clamp", "timestamp": 1653973270704, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T05:01:32.647Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.647Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.647Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "policy-id", "timestamp": 1653973268820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.647Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.647Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.647Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "cds", "timestamp": 1653973260665, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.648Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.648Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.648Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "policy-id", "timestamp": 1653973268820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.648Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.648Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.648Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "cds", "timestamp": 1653973260665, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:01:32.649Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.649Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.649Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "policy-id", "timestamp": 1653973268820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.649Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.649Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.649Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "clamp", "timestamp": 1653973273757, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_ERROR" } 2022-05-31T05:01:32.650Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.650Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.650Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "policy-id", "timestamp": 1653973268820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.650Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.650Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.650Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "multicloud-k8s-id", "timestamp": 1653973272972, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.651Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.651Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.651Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973274511, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T05:01:32.651Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.651Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.651Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "cds", "timestamp": 1653973274557, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:01:32.651Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.652Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.652Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "clamp", "timestamp": 1653973274762, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_ERROR" } 2022-05-31T05:01:32.652Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.652Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.652Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "ves-openapi-manager", "timestamp": 1653973273789, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.652Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.653Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.653Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "policy-id", "timestamp": 1653973268820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.653Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.653Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.653Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "multicloud-k8s-id", "timestamp": 1653973272972, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.653Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.654Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.654Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973275518, "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-05-31T05:01:32.659Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4db65a9a-91db-4e18-8898-b86f7825b96a 2022-05-31T05:01:32.659Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4db65a9a-91db-4e18-8898-b86f7825b96a 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-05-31T05:01:32.672Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.673Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "clamp", "timestamp": 1653973275766, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "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-05-31T05:01:32.677Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 4db65a9a-91db-4e18-8898-b86f7825b96a 2022-05-31T05:01:32.677Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4db65a9a-91db-4e18-8898-b86f7825b96a 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-05-31T05:01:32.684Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.685Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "ves-openapi-manager", "timestamp": 1653973273789, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.685Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.685Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.685Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "policy-id", "timestamp": 1653973268820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.686Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.686Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.686Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "multicloud-k8s-id", "timestamp": 1653973272972, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.686Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.686Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.687Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "ves-openapi-manager", "timestamp": 1653973273789, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.687Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.687Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.687Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "policy-id", "timestamp": 1653973268820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.687Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.687Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.687Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "cds", "timestamp": 1653973276893, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-31T05:01:32.701Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bfabb839-6438-42f1-9cdd-7127335c378f 2022-05-31T05:01:32.702Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfabb839-6438-42f1-9cdd-7127335c378f 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-05-31T05:01:32.709Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.709Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "multicloud-k8s-id", "timestamp": 1653973272972, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.710Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.710Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.710Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "clamp", "timestamp": 1653973276779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.710Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.710Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.710Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "ves-openapi-manager", "timestamp": 1653973273789, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.711Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.711Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.711Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "policy-id", "timestamp": 1653973268820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:01:32.711Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.711Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.711Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "multicloud-k8s-id", "timestamp": 1653973272972, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.711Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.712Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.712Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "clamp", "timestamp": 1653973276779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.712Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.712Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.712Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "cds", "timestamp": 1653973277897, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.712Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.713Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.713Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "ves-openapi-manager", "timestamp": 1653973273789, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.713Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.713Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.713Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "multicloud-k8s-id", "timestamp": 1653973272972, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.713Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.713Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.713Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "policy-id", "timestamp": 1653973278875, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:01:32.714Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.714Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.714Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "clamp", "timestamp": 1653973276779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.714Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.714Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.714Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "cds", "timestamp": 1653973277897, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.714Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.715Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.715Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "ves-openapi-manager", "timestamp": 1653973273789, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.715Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.715Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.715Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "multicloud-k8s-id", "timestamp": 1653973272972, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.715Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.715Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.715Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "policy-id", "timestamp": 1653973279880, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T05:01:32.716Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.716Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.716Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "clamp", "timestamp": 1653973276779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.716Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.716Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.716Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "cds", "timestamp": 1653973277897, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.716Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.717Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.717Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "aai-ml", "timestamp": 1653973280164, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.717Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.717Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.717Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "ves-openapi-manager", "timestamp": 1653973273789, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-31T05:01:32.717Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.717Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.718Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "multicloud-k8s-id", "timestamp": 1653973272972, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.718Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.718Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.718Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "policy-id", "timestamp": 1653973280883, "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-05-31T05:01:32.723Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bfabb839-6438-42f1-9cdd-7127335c378f 2022-05-31T05:01:32.724Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfabb839-6438-42f1-9cdd-7127335c378f 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-05-31T05:01:32.732Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.732Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "clamp", "timestamp": 1653973276779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.732Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.733Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.733Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "cds", "timestamp": 1653973277897, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.733Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.733Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.733Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "aai-ml", "timestamp": 1653973280164, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.734Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.734Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.734Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "ves-openapi-manager", "timestamp": 1653973273789, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.734Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.734Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.735Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "multicloud-k8s-id", "timestamp": 1653973272972, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:01:32.735Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.735Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.735Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "policy-id", "timestamp": 1653973268820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.736Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.736Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.736Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "clamp", "timestamp": 1653973276779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.736Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.736Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.737Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "cds", "timestamp": 1653973277897, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.737Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.737Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.737Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "aai-ml", "timestamp": 1653973280164, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.737Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.738Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.738Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "ves-openapi-manager", "timestamp": 1653973273789, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.738Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.738Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.738Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "multicloud-k8s-id", "timestamp": 1653973272972, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.739Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.739Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.739Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "policy-id", "timestamp": 1653973268820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.739Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.739Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.739Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "clamp", "timestamp": 1653973276779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.739Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.740Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.740Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "cds", "timestamp": 1653973277897, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.740Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.740Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.740Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "aai-ml", "timestamp": 1653973280164, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.741Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.741Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.741Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "multicloud-k8s-id", "timestamp": 1653973272972, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-31T05:01:32.741Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.741Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.742Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "ves-openapi-manager", "timestamp": 1653973283861, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T05:01:32.742Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.742Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.742Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "policy-id", "timestamp": 1653973268820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-31T05:01:32.742Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.742Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.742Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "clamp", "timestamp": 1653973276779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.743Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.743Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.743Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "cds", "timestamp": 1653973277897, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.743Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.743Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.743Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "aai-ml", "timestamp": 1653973280164, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.744Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.744Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.744Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "multicloud-k8s-id", "timestamp": 1653973272972, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-31T05:01:32.744Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.744Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.744Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "ves-openapi-manager", "timestamp": 1653973284896, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-31T05:01:32.744Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.745Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.745Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "policy-id", "timestamp": 1653973268820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.745Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.745Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.745Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "clamp", "timestamp": 1653973276779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:01:32.746Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.746Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.746Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "cds", "timestamp": 1653973277897, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:01:32.746Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.746Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.747Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "aai-ml", "timestamp": 1653973280164, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.747Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.747Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.747Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "multicloud-k8s-id", "timestamp": 1653973272972, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.747Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.748Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.748Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "ves-openapi-manager", "timestamp": 1653973285901, "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-05-31T05:01:32.754Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of bfabb839-6438-42f1-9cdd-7127335c378f 2022-05-31T05:01:32.755Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfabb839-6438-42f1-9cdd-7127335c378f 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-05-31T05:01:32.764Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.764Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "policy-id", "timestamp": 1653973268820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.765Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.765Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.765Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "aai-ml", "timestamp": 1653973280164, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.765Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.765Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.765Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "multicloud-k8s-id", "timestamp": 1653973272972, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-31T05:01:32.765Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.765Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.766Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "cds", "timestamp": 1653973287064, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:01:32.766Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.766Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.766Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "ves-openapi-manager", "timestamp": 1653973273789, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.766Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.766Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.766Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "policy-id", "timestamp": 1653973268820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.767Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.767Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.767Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "aai-ml", "timestamp": 1653973280164, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.767Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.767Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.767Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "multicloud-k8s-id", "timestamp": 1653973272972, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.767Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.768Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.768Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "cds", "timestamp": 1653973288201, "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-05-31T05:01:32.780Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ce370873-bbe8-4353-a9dd-c91b67b39172 2022-05-31T05:01:32.781Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce370873-bbe8-4353-a9dd-c91b67b39172 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-05-31T05:01:32.789Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.790Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "ves-openapi-manager", "timestamp": 1653973273789, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.790Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.790Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.790Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "policy-id", "timestamp": 1653973268820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.790Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.791Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.791Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "aai-ml", "timestamp": 1653973280164, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:01:32.791Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.791Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.791Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "multicloud-k8s-id", "timestamp": 1653973272972, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.791Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.791Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.791Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "cds", "timestamp": 1653973277897, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.792Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.792Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.792Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "ves-openapi-manager", "timestamp": 1653973273789, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.792Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.792Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.793Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "policy-id", "timestamp": 1653973268820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:01:32.793Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.793Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.793Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "clamp", "timestamp": 1653973289704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:01:32.793Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.794Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.794Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "aai-ml", "timestamp": 1653973289913, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:01:32.794Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.794Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.794Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "multicloud-k8s-id", "timestamp": 1653973272972, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:01:32.795Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.795Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.795Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "cds", "timestamp": 1653973277897, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.795Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.795Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.795Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "ves-openapi-manager", "timestamp": 1653973273789, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.795Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.795Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.796Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "policy-id", "timestamp": 1653973289986, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:01:32.796Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.796Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.796Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "multicloud-k8s-id", "timestamp": 1653973290779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T05:01:32.796Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.796Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.796Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "cds", "timestamp": 1653973277897, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.796Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.797Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.797Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "ves-openapi-manager", "timestamp": 1653973273789, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.797Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.797Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.797Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "policy-id", "timestamp": 1653973290991, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T05:01:32.797Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.797Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.797Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "clamp", "timestamp": 1653973291714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T05:01:32.798Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.798Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.798Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "multicloud-k8s-id", "timestamp": 1653973291836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T05:01:32.798Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:01:32.798Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.798Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973292004, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.798Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.798Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.799Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "cds", "timestamp": 1653973277897, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.799Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.799Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.799Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "ves-openapi-manager", "timestamp": 1653973273789, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:32.799Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:01:32.799Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.799Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "policy-id", "timestamp": 1653973291995, "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-05-31T05:01:32.804Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ce370873-bbe8-4353-a9dd-c91b67b39172 2022-05-31T05:01:32.804Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce370873-bbe8-4353-a9dd-c91b67b39172 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-05-31T05:01:32.893Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:01:32.894Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T05:01:32.894Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"4db65a9a-91db-4e18-8898-b86f7825b96a","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"0e8ae9c2-f87b-4004-b30c-7ed663f41ac1","serviceDescription":"service","serviceInvariantUUID":"690032f1-2d91-4159-b878-98fb92e66b82","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b8760f75-d8b8-44ea-ab0c-6ae80cfec208","resourceInvariantUUID":"5801bca5-7672-4e13-adb1-b07b538db12a","resourceCustomizationUUID":"5d695f4c-74bd-4ba4-8623-12b82e704552","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":"54beb3c3-a2af-41de-ba4b-bec1ad5cbe98","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":"YzkzNzAwOWE2MzJiOWFiNzljNjE0MjhmMjMyNmI4ODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5bdc54f7-9c52-4dfe-8066-2bbbf3ae2edd","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":"ZGRlZTQwYTkxMDRjZTlkZmJlNzQ4ODUxZTUzNWNiNjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55d6103c-c9ec-4fb0-8523-51732143ce8c","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":"8fe3f130-3cf0-4dba-8828-ab3b8a54f564","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":"f752e262-cf74-40ed-a0f9-58636503e05e","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":"2cf8e466-4692-4fae-b188-67a53f4fca08","artifactVersion":"2","generatedFromUUID":"8fe3f130-3cf0-4dba-8828-ab3b8a54f564"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZjI4OTM3M2NkNGNhZWRhMGFkNjA5NTkzMTI4ZTcyYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b88ba924-2e9f-44d4-8854-7487f66038bb","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZWIwNTExZmEyOGU1NmI3YjcxMTk5NThhZDU5NWVjNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"27a7cb30-ea99-43d3-9cd9-2d6b29c3d98d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-31T05:01:32.897Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:01:32.898Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:01:32.902Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:01:32.902Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:33.002Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T05:01:33.004Z||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-05-31T05:01:33.004Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:01:33.025Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:01:33.025Z||pool-105-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-05-31T05:01:33.903Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:01:33.904Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:01:33.907Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:01:33.907Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:34.007Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T05:01:34.008Z||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-05-31T05:01:34.008Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:01:34.038Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:01:34.038Z||pool-106-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-05-31T05:01:34.908Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:01:34.909Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:01:34.911Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:01:34.911Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-31T05:01:35.011Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:01:35.012Z||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-05-31T05:01:35.012Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:01:35.035Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:01:35.035Z||pool-107-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:01:35.912Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:01:35.912Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:01:35.914Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:01:35.914Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-31T05:01:36.014Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:01:36.015Z||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-05-31T05:01:36.016Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:01:36.030Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:01:36.030Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:01:36.915Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:01:36.916Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:01:36.918Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:01:36.918Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:37.019Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T05:01:37.020Z||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-05-31T05:01:37.020Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:01:37.058Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:01:37.059Z||pool-109-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:01:37.919Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:01:37.920Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:01:37.923Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:01:37.923Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-31T05:01:38.023Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:01:38.024Z||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-05-31T05:01:38.025Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:01:38.041Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:01:38.042Z||pool-110-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:01:38.923Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:01:38.924Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:01:38.927Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:01:38.927Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:01:39.027Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:01:39.028Z||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-05-31T05:01:39.028Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:01:39.047Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:01:39.047Z||pool-111-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-05-31T05:01:39.927Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:01:39.928Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:01:39.930Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:01:39.930Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:01:40.030Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:01:40.032Z||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-05-31T05:01:40.032Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:01:40.050Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:01:40.051Z||pool-112-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:01:40.931Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "0e8ae9c2-f87b-4004-b30c-7ed663f41ac1", "serviceDescription": "service", "serviceInvariantUUID": "690032f1-2d91-4159-b878-98fb92e66b82", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "5d695f4c-74bd-4ba4-8623-12b82e704552", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b8760f75-d8b8-44ea-ab0c-6ae80cfec208", "resourceInvariantUUID": "5801bca5-7672-4e13-adb1-b07b538db12a", "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": "ZGRlZTQwYTkxMDRjZTlkZmJlNzQ4ODUxZTUzNWNiNjk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55d6103c-c9ec-4fb0-8523-51732143ce8c", "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": "8fe3f130-3cf0-4dba-8828-ab3b8a54f564", "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": "2cf8e466-4692-4fae-b188-67a53f4fca08", "generatedFromUUID": "8fe3f130-3cf0-4dba-8828-ab3b8a54f564" }, "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": "2cf8e466-4692-4fae-b188-67a53f4fca08", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "ZWIwNTExZmEyOGU1NmI3YjcxMTk5NThhZDU5NWVjNzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "27a7cb30-ea99-43d3-9cd9-2d6b29c3d98d" } ], "workloadContext": "Production" } 2022-05-31T05:01:40.932Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-31T05:01:40.932Z|34866a10-83ab-4c0f-8cd4-86944fa74339|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0e8ae9c2-f87b-4004-b30c-7ed663f41ac1 ASDC 2022-05-31T05:01:40.933Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:4db65a9a-91db-4e18-8898-b86f7825b96a ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:0e8ae9c2-f87b-4004-b30c-7ed663f41ac1 ServiceInvariantUUID:690032f1-2d91-4159-b878-98fb92e66b82 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:27a7cb30-ea99-43d3-9cd9-2d6b29c3d98d ArtifactChecksum:ZWIwNTExZmEyOGU1NmI3YjcxMTk5NThhZDU5NWVjNzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:5d695f4c-74bd-4ba4-8623-12b82e704552 ResourceInvariantUUID:5801bca5-7672-4e13-adb1-b07b538db12a ResourceName:basicclamp ResourceType:VF ResourceUUID:b8760f75-d8b8-44ea-ab0c-6ae80cfec208 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:55d6103c-c9ec-4fb0-8523-51732143ce8c ArtifactChecksum:ZGRlZTQwYTkxMDRjZTlkZmJlNzQ4ODUxZTUzNWNiNjk= 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:8fe3f130-3cf0-4dba-8828-ab3b8a54f564 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:2cf8e466-4692-4fae-b188-67a53f4fca08 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:2cf8e466-4692-4fae-b188-67a53f4fca08 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-31T05:01:40.933Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0e8ae9c2-f87b-4004-b30c-7ed663f41ac1 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-05-31T05:01:40.974Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T05:01:40.976Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-31T05:01:40.976Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-31T05:01:40.977Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 27a7cb30-ea99-43d3-9cd9-2d6b29c3d98d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-31T05:01:40.977Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-31T05:01:40.977Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-31T05:01:41.563Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-31T05:01:41.568Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 27a7cb30-ea99-43d3-9cd9-2d6b29c3d98d 73667 2022-05-31T05:01:41.568Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-05-31T05:01:41.568Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-31T05:01:41.568Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T05:01:41.569Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:01:41.572Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:01:41.572Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973301568, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:01:41.672Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T05:01:41.673Z||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-05-31T05:01:41.673Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:01:41.688Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:01:41.689Z||pool-113-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:01:42.573Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T05:01:42.575Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-31T05:01:42.575Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 27a7cb30-ea99-43d3-9cd9-2d6b29c3d98d, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-31T05:01:42.576Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-05-31T05:01:42.576Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-31T05:01:42.577Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-31T05:01:42.732Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11654913602852256628/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-05-31T05:01:44.117Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-31T05:01:44.117Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-31T05:01:44.117Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-31T05:01:44.118Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-31T05:01:44.118Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||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-05-31T05:01:44.118Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||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-05-31T05:01:44.118Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||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-05-31T05:01:44.118Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||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-05-31T05:01:44.118Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||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-05-31T05:01:44.118Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||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-05-31T05:01:44.118Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||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-05-31T05:01:44.118Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||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-05-31T05:01:44.118Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||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-05-31T05:01:44.118Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-31T05:01:44.119Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:01:44.119Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:01:44.119Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-31T05:01:44.119Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-31T05:01:44.119Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T05:01:44.120Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:01:44.120Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:01:44.120Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-31T05:01:44.120Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-31T05:01:44.120Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T05:01:44.120Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:01:44.121Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:01:44.121Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:01:44.121Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-31T05:01:44.121Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-05-31T05:01:44.121Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-05-31T05:01:44.121Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-05-31T05:01:44.122Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-31T05:01:44.122Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-31T05:01:44.122Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:01:44.122Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T05:01:44.122Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:01:44.122Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-31T05:01:44.122Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T05:01:44.123Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:01:44.123Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-31T05:01:44.123Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T05:01:44.123Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:01:44.123Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-31T05:01:44.123Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T05:01:44.123Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:01:44.123Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-31T05:01:44.124Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-31T05:01:44.124Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-31T05:01:44.124Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8a83c9cc-c113-4cc4-91fa-514a6d1416ee 2022-05-31T05:01:44.124Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:01:44.124Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:01:44.124Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:01:44.124Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:01:44.124Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:01:44.125Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:01:44.125Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:01:44.125Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:01:44.125Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:0e8ae9c2-f87b-4004-b30c-7ed663f41ac1 Model Version:NULL Model InvariantUuid:690032f1-2d91-4159-b878-98fb92e66b82 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:985a3dab-2b15-4c32-9901-fcef43438650 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5801bca5-7672-4e13-adb1-b07b538db12a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5d695f4c-74bd-4ba4-8623-12b82e704552 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:728f4d18-8933-4b18-a076-d88b06f2e1ad ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:1bbfed55-7840-4af3-b551-c8a726fc54af ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8a83c9cc-c113-4cc4-91fa-514a6d1416ee ModelInvariantUuid:0ba3e212-b51c-4bf8-9d6e-81e31931cf8e ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:a7da8790-8d94-4929-8888-42dd99dcaee8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:a6b2de16-11f4-4016-b5ac-9ba827d8fc62 ModelInvariantUuid:090eca91-cc78-4a81-9e7c-3f01f57e65a4 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:053282e0-59d1-47d9-8bac-102c86666463 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-05-31T05:01:44.131Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: b8760f75-d8b8-44ea-ab0c-6ae80cfec208 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-05-31T05:01:44.135Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||basicclamp 0 2022-05-31T05:01:44.135Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b8760f75-d8b8-44ea-ab0c-6ae80cfec208 2022-05-31T05:01:44.135Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 55d6103c-c9ec-4fb0-8523-51732143ce8c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-31T05:01:44.135Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-31T05:01:44.135Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-31T05:01:44.454Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-31T05:01:44.455Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 55d6103c-c9ec-4fb0-8523-51732143ce8c 790 2022-05-31T05:01:44.455Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||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-05-31T05:01:44.456Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||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-05-31T05:01:44.456Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T05:01:44.456Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:01:44.458Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:01:44.458Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973304455, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T05:01:44.559Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-31T05:01:44.560Z||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-05-31T05:01:44.560Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:01:44.574Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:01:44.575Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-31T05:01:45.459Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "728f4d18-8933-4b18-a076-d88b06f2e1ad", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1bbfed55-7840-4af3-b551-c8a726fc54af", "vfModuleModelCustomizationUUID": "677a0e0a-916b-4c57-baa2-114acc63f533", "isBase": true, "artifacts": [ "8fe3f130-3cf0-4dba-8828-ab3b8a54f564", "2cf8e466-4692-4fae-b188-67a53f4fca08" ], "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-05-31T05:01:45.463Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1bbfed55-7840-4af3-b551-c8a726fc54af VfModuleModelInvariantUUID:728f4d18-8933-4b18-a076-d88b06f2e1ad VfModuleModelDescription:NULL Artifacts UUID List:{ 8fe3f130-3cf0-4dba-8828-ab3b8a54f564 , 2cf8e466-4692-4fae-b188-67a53f4fca08 } 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-05-31T05:01:45.465Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "728f4d18-8933-4b18-a076-d88b06f2e1ad", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1bbfed55-7840-4af3-b551-c8a726fc54af", "vfModuleModelCustomizationUUID": "677a0e0a-916b-4c57-baa2-114acc63f533", "isBase": true, "artifacts": [ "8fe3f130-3cf0-4dba-8828-ab3b8a54f564", "2cf8e466-4692-4fae-b188-67a53f4fca08" ], "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-05-31T05:01:45.465Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1bbfed55-7840-4af3-b551-c8a726fc54af VfModuleModelInvariantUUID:728f4d18-8933-4b18-a076-d88b06f2e1ad VfModuleModelDescription:NULL Artifacts UUID List:{ 8fe3f130-3cf0-4dba-8828-ab3b8a54f564 , 2cf8e466-4692-4fae-b188-67a53f4fca08 } 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-05-31T05:01:45.465Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8fe3f130-3cf0-4dba-8828-ab3b8a54f564 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-31T05:01:45.465Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-31T05:01:45.466Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-31T05:01:46.358Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-31T05:01:46.358Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 8fe3f130-3cf0-4dba-8828-ab3b8a54f564 5033 2022-05-31T05:01:46.359Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||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-05-31T05:01:46.359Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||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-05-31T05:01:46.359Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T05:01:46.359Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:01:46.361Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:01:46.362Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973306358, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T05:01:46.462Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:01:46.463Z||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-05-31T05:01:46.463Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:01:46.478Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:01:46.478Z||pool-115-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-31T05:01:47.362Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2cf8e466-4692-4fae-b188-67a53f4fca08 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-31T05:01:47.363Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-31T05:01:47.363Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-31T05:01:47.855Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-31T05:01:47.856Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2cf8e466-4692-4fae-b188-67a53f4fca08 909 2022-05-31T05:01:47.857Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||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-05-31T05:01:47.857Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||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-05-31T05:01:47.857Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T05:01:47.858Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:01:47.860Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:01:47.860Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973307857, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-31T05:01:47.960Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:01:47.961Z||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-05-31T05:01:47.962Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:01:47.977Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:01:47.978Z||pool-116-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:01:48.861Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 0e8ae9c2-f87b-4004-b30c-7ed663f41ac1 2022-05-31T05:01:48.861Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 b8760f75-d8b8-44ea-ab0c-6ae80cfec208 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-05-31T05:01:48.875Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c367c00, org.onap.sdc.toscaparser.api.parameters.Input@13ab8076, org.onap.sdc.toscaparser.api.parameters.Input@3ea2fdb9, org.onap.sdc.toscaparser.api.parameters.Input@42f70948, org.onap.sdc.toscaparser.api.parameters.Input@1dfebb6a] 2022-05-31T05:01:48.877Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:01:48.877Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:01:48.877Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-05-31T05:01:48.877Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 5d695f4c-74bd-4ba4-8623-12b82e704552 2022-05-31T05:01:48.878Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5d695f4c-74bd-4ba4-8623-12b82e704552 matches Tosca VF Customization UUID: 5d695f4c-74bd-4ba4-8623-12b82e704552 2022-05-31T05:01:48.878Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 5d695f4c-74bd-4ba4-8623-12b82e704552 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-05-31T05:01:48.881Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:01:48.881Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:01:48.881Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 5d695f4c-74bd-4ba4-8623-12b82e704552: {\"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-05-31T05:01:48.882Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@138bb22 2022-05-31T05:01:48.882Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:01:48.882Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T05:01:48.882Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 677a0e0a-916b-4c57-baa2-114acc63f533 2022-05-31T05:01:48.882Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 677a0e0a-916b-4c57-baa2-114acc63f533 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-05-31T05:01:48.884Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:01:48.884Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-31T05:01:48.884Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T05:01:48.885Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:01:48.885Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-31T05:01:48.885Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T05:01:48.885Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:01:48.885Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-31T05:01:48.886Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-31T05:01:48.886Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-31T05:01:48.886Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8a83c9cc-c113-4cc4-91fa-514a6d1416ee 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-05-31T05:01:48.887Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:01:48.888Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-31T05:01:48.888Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T05:01:48.888Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:01:48.888Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-31T05:01:48.889Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=5d695f4c-74bd-4ba4-8623-12b82e704552 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-05-31T05:01:48.890Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:01:48.890Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:01:48.891Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 0e8ae9c2-f87b-4004-b30c-7ed663f41ac1: basicclamp 2022-05-31T05:01:48.891Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:01:48.891Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:01:48.891Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:01:48.891Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:01:48.892Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:01:48.892Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:01:48.892Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:01:48.892Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:01:48.893Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:01:48.893Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:01:48.893Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||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-05-31T05:01:48.973Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp b8760f75-d8b8-44ea-ab0c-6ae80cfec208 1 ASDC deployResourceStructure 2022-05-31T05:01:48.974Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||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-05-31T05:01:48.974Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||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-05-31T05:01:48.974Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T05:01:48.974Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:01:48.976Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:01:48.976Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973308974, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T05:01:49.076Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:01:49.077Z||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-05-31T05:01:49.077Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:01:49.091Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:01:49.092Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:01:49.977Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||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-05-31T05:01:49.977Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||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-05-31T05:01:49.977Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T05:01:49.977Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:01:49.979Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:01:49.979Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973309976, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-31T05:01:50.079Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:01:50.080Z||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-05-31T05:01:50.080Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:01:50.096Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:01:50.097Z||pool-118-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:01:50.980Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||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-05-31T05:01:50.980Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||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-05-31T05:01:50.980Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T05:01:50.980Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:01:50.983Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:01:50.983Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973310980, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-31T05:01:51.083Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:01:51.084Z||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-05-31T05:01:51.084Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:01:51.104Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:01:51.105Z||pool-119-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-05-31T05:01:51.984Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-05-31T05:01:51.985Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-31T05:01:51.985Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T05:01:51.985Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:01:51.987Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:01:51.988Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973311984, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T05:01:52.088Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:01:52.089Z||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-05-31T05:01:52.089Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:01:52.116Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:01:52.117Z||pool-120-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:01:52.989Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4db65a9a-91db-4e18-8898-b86f7825b96a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T05:01:53.026Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4db65a9a-91db-4e18-8898-b86f7825b96a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T05:01:53.030Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T05:01:53.031Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T05:01:53.031Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-31T05:01:53.031Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-31T05:01:53.031Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T05:01:53.031Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T05:01:53.031Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-05-31T05:01:53.032Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-05-31T05:01:53.056Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-31T05:02:23.056Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4db65a9a-91db-4e18-8898-b86f7825b96a 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-05-31T05:02:23.063Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4db65a9a-91db-4e18-8898-b86f7825b96a and serviceModelVersionId: 0e8ae9c2-f87b-4004-b30c-7ed663f41ac1 2022-05-31T05:02:23.064Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 690032f1-2d91-4159-b878-98fb92e66b82 2022-05-31T05:02:23.065Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/690032f1-2d91-4159-b878-98fb92e66b82/model-vers/model-ver/0e8ae9c2-f87b-4004-b30c-7ed663f41ac1?depth=0 2022-05-31T05:02:23.070Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-05-31T05:02:23.117Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/690032f1-2d91-4159-b878-98fb92e66b82/model-vers/model-ver/0e8ae9c2-f87b-4004-b30c-7ed663f41ac1?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-05-31T05:02:23.119Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/690032f1-2d91-4159-b878-98fb92e66b82/model-vers/model-ver/0e8ae9c2-f87b-4004-b30c-7ed663f41ac1?depth=0|INFO|500||Invoke 2022-05-31T05:02:23.139Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/690032f1-2d91-4159-b878-98fb92e66b82/model-vers/model-ver/0e8ae9c2-f87b-4004-b30c-7ed663f41ac1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-05-31T05:02:23.431Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/690032f1-2d91-4159-b878-98fb92e66b82/model-vers/model-ver/0e8ae9c2-f87b-4004-b30c-7ed663f41ac1?depth=0|INFO|500||InvokeReturn 2022-05-31T05:02:23.432Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/690032f1-2d91-4159-b878-98fb92e66b82/model-vers/model-ver/0e8ae9c2-f87b-4004-b30c-7ed663f41ac1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220531-05:02:22:817-40261], vertex-id=[233656], Content-Length=[0], Date=[Tue, 31 May 2022 05:02:22 GMT], Content-Type=[application/json]} 2022-05-31T05:02:23.433Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-05-31T05:02:23.434Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-31T05:02:23.434Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||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-05-31T05:02:23.438Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||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-05-31T05:02:23.438Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4db65a9a-91db-4e18-8898-b86f7825b96a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2022-05-31T05:02:23.438Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-31T05:02:23.439Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:02:23.441Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:02:23.441Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973343438, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2022-05-31T05:02:23.541Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:02:23.542Z||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-05-31T05:02:23.542Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:02:23.560Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:02:23.561Z||pool-121-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-05-31T05:02:24.453Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T05:02:24.454Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"bfabb839-6438-42f1-9cdd-7127335c378f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"4b477cd8-5b8b-4b46-8309-294de65f2f4f","serviceDescription":"service","serviceInvariantUUID":"de1882c3-8fe4-4fcb-aefc-0656081ad914","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"87847711-72d8-41bc-b0e9-6a7ee3a1077f","resourceInvariantUUID":"12afe0cb-f3c2-4e2f-99eb-c21074b26303","resourceCustomizationUUID":"d2e0e230-b211-4c28-8b7f-dc8c1fac291b","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":"NjhiMTM1Y2IxMjk3ZjRlMjUwYjU3ZWJjYmVlNmM1NWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0f7d8a61-e2e9-45d5-af82-5f79dadb3aee","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":"74bace94-7834-4bcf-9921-78c00b8c2a7c","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":"d795b5c1-686a-4b58-8bfa-f5d7f764b3bf","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":"NDdiMmY4MzI3NjE5YjY4ODlkMzZiYjI4OTczNGZiMmE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a736b020-b55b-438b-996a-43e06dc2b068","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":"80e12756-7903-41d3-9f32-52d9a6f2f621","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":"1ff7dac4-9fc8-4b4a-86ae-4f2b13684025","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":"bfda13b8-f885-4064-9dcf-86e57012dc40","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":"YmFlODhlOGI0NWYwNzRmZGJkZTg4OTE1NDM3MDc0ODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a94db1c7-ba34-495e-9dbd-b77ff2b313ad","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2ZiNDA0NWY5ZGQ0YzQwNWUyNGMxODExYjg0MzdiZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"edee7c95-0615-4c4c-b90c-c2ddd1758a2b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-31T05:02:24.454Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:02:24.454Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:02:24.457Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:02:24.457Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:02:24.557Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:02:24.559Z||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-05-31T05:02:24.559Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:02:24.578Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:02:24.579Z||pool-122-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:02:25.458Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:02:25.458Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:02:25.461Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:02:25.462Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-31T05:02:25.561Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T05:02:25.562Z||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-05-31T05:02:25.562Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:02:25.578Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:02:25.579Z||pool-123-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:02:26.463Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:02:26.464Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:02:26.466Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:02:26.466Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-31T05:02:26.566Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:02:26.567Z||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-05-31T05:02:26.567Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:02:26.581Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:02:26.581Z||pool-124-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:02:27.466Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:02:27.467Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:02:27.469Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:02:27.469Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T05:02:27.569Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:02:27.570Z||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-05-31T05:02:27.570Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:02:27.584Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:02:27.584Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:02:28.470Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:02:28.470Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:02:28.472Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:02:28.472Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:02:28.572Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:02:28.573Z||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-05-31T05:02:28.574Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:02:28.590Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:02:28.591Z||pool-126-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:02:29.473Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:02:29.473Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:02:29.475Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:02:29.475Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:02:29.576Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:02:29.577Z||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-05-31T05:02:29.577Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:02:29.593Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:02:29.594Z||pool-127-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:02:30.476Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:02:30.476Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:02:30.479Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:02:30.479Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:02:30.579Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:02:30.580Z||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-05-31T05:02:30.580Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:02:30.595Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:02:30.596Z||pool-128-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-05-31T05:02:31.480Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:02:31.480Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:02:31.482Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:02:31.482Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:02:31.582Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:02:31.583Z||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-05-31T05:02:31.583Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:02:31.609Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:02:31.610Z||pool-129-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:02:32.263Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:02:32.264Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|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-05-31T05:02:32.264Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|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 UGibuShiTvIjXZNa) ... 2022-05-31T05:02:32.297Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:02:32.298Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:02:32.298Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "clamp", "timestamp": 1653973292719, "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-05-31T05:02:32.306Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bfabb839-6438-42f1-9cdd-7127335c378f 2022-05-31T05:02:32.306Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfabb839-6438-42f1-9cdd-7127335c378f 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-05-31T05:02:32.483Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:02:32.483Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:02:32.485Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:02:32.486Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:02:32.586Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:02:32.587Z||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-05-31T05:02:32.587Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:02:32.600Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:02:32.601Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:02:33.486Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "4b477cd8-5b8b-4b46-8309-294de65f2f4f", "serviceDescription": "service", "serviceInvariantUUID": "de1882c3-8fe4-4fcb-aefc-0656081ad914", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "d2e0e230-b211-4c28-8b7f-dc8c1fac291b", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "87847711-72d8-41bc-b0e9-6a7ee3a1077f", "resourceInvariantUUID": "12afe0cb-f3c2-4e2f-99eb-c21074b26303", "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": "M2ZiNDA0NWY5ZGQ0YzQwNWUyNGMxODExYjg0MzdiZWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "edee7c95-0615-4c4c-b90c-c2ddd1758a2b" } ], "workloadContext": "Production" } 2022-05-31T05:02:33.487Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-31T05:02:33.487Z|4db65a9a-91db-4e18-8898-b86f7825b96a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4b477cd8-5b8b-4b46-8309-294de65f2f4f ASDC 2022-05-31T05:02:33.487Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:bfabb839-6438-42f1-9cdd-7127335c378f ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:4b477cd8-5b8b-4b46-8309-294de65f2f4f ServiceInvariantUUID:de1882c3-8fe4-4fcb-aefc-0656081ad914 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:edee7c95-0615-4c4c-b90c-c2ddd1758a2b ArtifactChecksum:M2ZiNDA0NWY5ZGQ0YzQwNWUyNGMxODExYjg0MzdiZWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:d2e0e230-b211-4c28-8b7f-dc8c1fac291b ResourceInvariantUUID:12afe0cb-f3c2-4e2f-99eb-c21074b26303 ResourceName:test-pnf ResourceType:PNF ResourceUUID:87847711-72d8-41bc-b0e9-6a7ee3a1077f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-31T05:02:33.487Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b477cd8-5b8b-4b46-8309-294de65f2f4f 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-05-31T05:02:33.512Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T05:02:33.513Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-31T05:02:33.513Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-31T05:02:33.513Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: edee7c95-0615-4c4c-b90c-c2ddd1758a2b from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-31T05:02:33.513Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-31T05:02:33.514Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-31T05:02:33.591Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-31T05:02:33.597Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar edee7c95-0615-4c4c-b90c-c2ddd1758a2b 105665 2022-05-31T05:02:33.597Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-05-31T05:02:33.597Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-31T05:02:33.597Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T05:02:33.598Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:02:33.599Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:02:33.600Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973353597, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:02:33.700Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:02:33.701Z||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-05-31T05:02:33.701Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:02:33.715Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:02:33.715Z||pool-131-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:02:34.600Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T05:02:34.601Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-31T05:02:34.602Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: edee7c95-0615-4c4c-b90c-c2ddd1758a2b, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-31T05:02:34.602Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-05-31T05:02:34.603Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-31T05:02:34.603Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-31T05:02:34.776Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16143387789109969558/Definitions/service-TestPnfMacro-template.yml 2022-05-31T05:02:35.536Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-31T05:02:35.536Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-31T05:02:35.536Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-31T05:02:35.536Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-31T05:02:35.536Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||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-05-31T05:02:35.537Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||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-05-31T05:02:35.537Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||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-05-31T05:02:35.537Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||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-05-31T05:02:35.537Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||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-05-31T05:02:35.537Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||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-05-31T05:02:35.537Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||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-05-31T05:02:35.538Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-31T05:02:35.538Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:02:35.538Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:02:35.538Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-31T05:02:35.539Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-31T05:02:35.539Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T05:02:35.539Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:02:35.539Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:02:35.539Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-31T05:02:35.540Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-31T05:02:35.540Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T05:02:35.540Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:02:35.540Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:02:35.540Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:02:35.541Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:02:35.541Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:02:35.541Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:02:35.541Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:02:35.541Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:02:35.542Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:02:35.542Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:02:35.542Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:4b477cd8-5b8b-4b46-8309-294de65f2f4f Model Version:NULL Model InvariantUuid:de1882c3-8fe4-4fcb-aefc-0656081ad914 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-05-31T05:02:35.548Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 87847711-72d8-41bc-b0e9-6a7ee3a1077f 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-05-31T05:02:35.550Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||test-pnf 0 2022-05-31T05:02:35.550Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 87847711-72d8-41bc-b0e9-6a7ee3a1077f 2022-05-31T05:02:35.551Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 4b477cd8-5b8b-4b46-8309-294de65f2f4f 2022-05-31T05:02:35.551Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4b477cd8-5b8b-4b46-8309-294de65f2f4f 2022-05-31T05:02:35.551Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 87847711-72d8-41bc-b0e9-6a7ee3a1077f 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-05-31T05:02:35.555Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@674073e5, org.onap.sdc.toscaparser.api.parameters.Input@223f90c9, org.onap.sdc.toscaparser.api.parameters.Input@6b110836, org.onap.sdc.toscaparser.api.parameters.Input@2770948, org.onap.sdc.toscaparser.api.parameters.Input@664c8db8] 2022-05-31T05:02:35.556Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:02:35.556Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:02:35.556Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4b477cd8-5b8b-4b46-8309-294de65f2f4f: test-pnf 2022-05-31T05:02:35.556Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||Processing PNF resource: 87847711-72d8-41bc-b0e9-6a7ee3a1077f 2022-05-31T05:02:35.557Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:02:35.557Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:02:35.557Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||Resource customization UUID: d2e0e230-b211-4c28-8b7f-dc8c1fac291b is the same as notified resource customizationUUID: d2e0e230-b211-4c28-8b7f-dc8c1fac291b 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-05-31T05:02:35.587Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 87847711-72d8-41bc-b0e9-6a7ee3a1077f 0 ASDC deployResourceStructure 2022-05-31T05:02:35.588Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-05-31T05:02:35.588Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-31T05:02:35.588Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T05:02:35.588Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:02:35.591Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:02:35.591Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973355588, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T05:02:35.691Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:02:35.692Z||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-05-31T05:02:35.692Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:02:35.705Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:02:35.705Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:02:36.592Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfabb839-6438-42f1-9cdd-7127335c378f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T05:02:36.603Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfabb839-6438-42f1-9cdd-7127335c378f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T05:02:36.605Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T05:02:36.605Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T05:02:36.605Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T05:03:06.606Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfabb839-6438-42f1-9cdd-7127335c378f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T05:03:06.618Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfabb839-6438-42f1-9cdd-7127335c378f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T05:03:06.622Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T05:03:06.623Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T05:03:06.623Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T05:03:32.265Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:03:32.266Z||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-05-31T05:03:32.266Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:03:32.300Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:03:32.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:03:32.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973292004, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-31T05:03:32.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:03:36.624Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfabb839-6438-42f1-9cdd-7127335c378f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T05:03:36.635Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfabb839-6438-42f1-9cdd-7127335c378f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T05:03:36.637Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T05:03:36.637Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T05:03:36.637Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T05:04:06.638Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfabb839-6438-42f1-9cdd-7127335c378f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T05:04:06.651Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfabb839-6438-42f1-9cdd-7127335c378f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T05:04:06.653Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T05:04:06.653Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T05:04:06.653Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T05:04:32.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:04:32.265Z||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-05-31T05:04:32.265Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:04:32.302Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:04:32.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "cds", "timestamp": 1653973277897, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "ves-openapi-manager", "timestamp": 1653973273789, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "multicloud-k8s-id", "timestamp": 1653973292948, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-31T05:04:32.320Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "aai-ml", "timestamp": 1653973293557, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T05:04:32.321Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "clamp", "timestamp": 1653973276779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.321Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "policy-id", "timestamp": 1653973292997, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.321Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973292004, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "cds", "timestamp": 1653973277897, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "ves-openapi-manager", "timestamp": 1653973273789, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "multicloud-k8s-id", "timestamp": 1653973293970, "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-05-31T05:04:32.333Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ce370873-bbe8-4353-a9dd-c91b67b39172 2022-05-31T05:04:32.333Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce370873-bbe8-4353-a9dd-c91b67b39172 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-05-31T05:04:32.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "aai-ml", "timestamp": 1653973294561, "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-05-31T05:04:32.350Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bfabb839-6438-42f1-9cdd-7127335c378f 2022-05-31T05:04:32.351Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfabb839-6438-42f1-9cdd-7127335c378f 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-05-31T05:04:32.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "clamp", "timestamp": 1653973276779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-31T05:04:32.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "policy-id", "timestamp": 1653973292997, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973292004, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "cds", "timestamp": 1653973277897, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-31T05:04:32.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "ves-openapi-manager", "timestamp": 1653973273789, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "multicloud-k8s-id", "timestamp": 1653973294973, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T05:04:32.364Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "aai-ml", "timestamp": 1653973280164, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "clamp", "timestamp": 1653973276779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "policy-id", "timestamp": 1653973292997, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-31T05:04:32.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973292004, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "cds", "timestamp": 1653973277897, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-31T05:04:32.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "ves-openapi-manager", "timestamp": 1653973273789, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973272972, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "aai-ml", "timestamp": 1653973280164, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "clamp", "timestamp": 1653973276779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "policy-id", "timestamp": 1653973292997, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973292004, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "cds", "timestamp": 1653973277897, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "ves-openapi-manager", "timestamp": 1653973273789, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.375Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973272972, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-31T05:04:32.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "aai-ml", "timestamp": 1653973280164, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "clamp", "timestamp": 1653973276779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "policy-id", "timestamp": 1653973292997, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973292004, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "cds", "timestamp": 1653973277897, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:04:32.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-31T05:04:32.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "ves-openapi-manager", "timestamp": 1653973273789, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973272972, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-31T05:04:32.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "aai-ml", "timestamp": 1653973280164, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "clamp", "timestamp": 1653973276779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "policy-id", "timestamp": 1653973292997, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973292004, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "ves-openapi-manager", "timestamp": 1653973273789, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973272972, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "aai-ml", "timestamp": 1653973280164, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "clamp", "timestamp": 1653973276779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "cds", "timestamp": 1653973300033, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:04:32.383Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "policy-id", "timestamp": 1653973292997, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973292004, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:04:32.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:04:32.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "ves-openapi-manager", "timestamp": 1653973273789, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973272972, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-31T05:04:32.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "aai-ml", "timestamp": 1653973280164, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "clamp", "timestamp": 1653973276779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:04:32.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "policy-id", "timestamp": 1653973292997, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "cds", "timestamp": 1653973301219, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-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-05-31T05:04:32.400Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 30cde8c7-d061-4c2c-8af4-000bf2c7784a 2022-05-31T05:04:32.401Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30cde8c7-d061-4c2c-8af4-000bf2c7784a 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-05-31T05:04:32.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "ves-openapi-manager", "timestamp": 1653973273789, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.410Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973272972, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-31T05:04:32.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "aai-ml", "timestamp": 1653973280164, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973302205, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:04:32.412Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973301568, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:04:32.413Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "policy-id", "timestamp": 1653973292997, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "ves-openapi-manager", "timestamp": 1653973273789, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973272972, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-31T05:04:32.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "aai-ml", "timestamp": 1653973280164, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:04:32.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "policy-id", "timestamp": 1653973292997, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:04:32.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973272972, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "ves-openapi-manager", "timestamp": 1653973273789, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973304298, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T05:04:32.418Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "aai-ml", "timestamp": 1653973304064, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:04:32.419Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973272972, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "ves-openapi-manager", "timestamp": 1653973273789, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "policy-id", "timestamp": 1653973304012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:04:32.420Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973304455, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T05:04:32.420Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973305305, "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-05-31T05:04:32.427Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bfabb839-6438-42f1-9cdd-7127335c378f 2022-05-31T05:04:32.427Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfabb839-6438-42f1-9cdd-7127335c378f 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-05-31T05:04:32.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973272972, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:04:32.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "policy-id", "timestamp": 1653973305017, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T05:04:32.439Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973292004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "policy-id", "timestamp": 1653973306020, "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-05-31T05:04:32.445Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 30cde8c7-d061-4c2c-8af4-000bf2c7784a 2022-05-31T05:04:32.445Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30cde8c7-d061-4c2c-8af4-000bf2c7784a 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-05-31T05:04:32.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973306358, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T05:04:32.456Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973292004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973306758, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T05:04:32.459Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973292004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973307857, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-31T05:04:32.461Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973308158, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T05:04:32.462Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973292004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973308974, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T05:04:32.465Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973292004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973309756, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-31T05:04:32.467Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.468Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973309976, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-31T05:04:32.468Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973292004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.469Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973310980, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-31T05:04:32.470Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973311266, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-31T05:04:32.471Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973292004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973311984, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T05:04:32.473Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973312349, "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-05-31T05:04:32.480Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 30cde8c7-d061-4c2c-8af4-000bf2c7784a 2022-05-31T05:04:32.481Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30cde8c7-d061-4c2c-8af4-000bf2c7784a 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-05-31T05:04:32.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973292004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:04:32.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "aai-ml", "timestamp": 1653973313049, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T05:04:32.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "multicloud-k8s-id", "timestamp": 1653973313352, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T05:04:32.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "clamp", "timestamp": 1653973313708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:04:32.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973314477, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:04:32.495Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "aai-ml", "timestamp": 1653973314053, "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-05-31T05:04:32.503Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ce370873-bbe8-4353-a9dd-c91b67b39172 2022-05-31T05:04:32.504Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce370873-bbe8-4353-a9dd-c91b67b39172 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-05-31T05:04:32.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "aai-ml", "timestamp": 1653973280164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "aai-ml", "timestamp": 1653973280164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973316952, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T05:04:32.513Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "clamp", "timestamp": 1653973316720, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T05:04:32.514Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "aai-ml", "timestamp": 1653973280164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973317956, "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-05-31T05:04:32.520Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ce370873-bbe8-4353-a9dd-c91b67b39172 2022-05-31T05:04:32.521Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce370873-bbe8-4353-a9dd-c91b67b39172 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-05-31T05:04:32.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "clamp", "timestamp": 1653973317730, "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-05-31T05:04:32.535Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ce370873-bbe8-4353-a9dd-c91b67b39172 2022-05-31T05:04:32.536Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce370873-bbe8-4353-a9dd-c91b67b39172 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-05-31T05:04:32.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "aai-ml", "timestamp": 1653973280164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973292004, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "clamp", "timestamp": 1653973276779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "aai-ml", "timestamp": 1653973280164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973292004, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "clamp", "timestamp": 1653973276779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-31T05:04:32.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "aai-ml", "timestamp": 1653973280164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973292004, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "clamp", "timestamp": 1653973276779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "aai-ml", "timestamp": 1653973280164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973292004, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "clamp", "timestamp": 1653973276779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "aai-ml", "timestamp": 1653973280164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973292004, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "clamp", "timestamp": 1653973276779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "aai-ml", "timestamp": 1653973280164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973292004, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "clamp", "timestamp": 1653973276779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "aai-ml", "timestamp": 1653973280164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:04:32.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973292004, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "clamp", "timestamp": 1653973276779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "aai-ml", "timestamp": 1653973325267, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:04:32.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973292004, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "clamp", "timestamp": 1653973276779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973292004, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "clamp", "timestamp": 1653973276779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973292004, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:04:32.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "clamp", "timestamp": 1653973276779, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:04:32.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973329647, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:04:32.554Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973332234, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T05:04:32.554Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653973333239, "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-05-31T05:04:32.559Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 30cde8c7-d061-4c2c-8af4-000bf2c7784a 2022-05-31T05:04:32.560Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30cde8c7-d061-4c2c-8af4-000bf2c7784a 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-05-31T05:04:32.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "clamp", "timestamp": 1653973333712, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:04:32.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "aai-ml", "timestamp": 1653973336008, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T05:04:32.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "aai-ml", "timestamp": 1653973337012, "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-05-31T05:04:32.573Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 30cde8c7-d061-4c2c-8af4-000bf2c7784a 2022-05-31T05:04:32.573Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30cde8c7-d061-4c2c-8af4-000bf2c7784a 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-05-31T05:04:32.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "clamp", "timestamp": 1653973337395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T05:04:32.582Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "clamp", "timestamp": 1653973338399, "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-05-31T05:04:32.587Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 30cde8c7-d061-4c2c-8af4-000bf2c7784a 2022-05-31T05:04:32.587Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30cde8c7-d061-4c2c-8af4-000bf2c7784a 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-05-31T05:04:32.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4db65a9a-91db-4e18-8898-b86f7825b96a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973343438, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2022-05-31T05:04:32.596Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:04:32.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:32.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:04:32.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:04:32.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:04:36.654Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfabb839-6438-42f1-9cdd-7127335c378f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T05:04:36.664Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfabb839-6438-42f1-9cdd-7127335c378f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T05:04:36.666Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T05:04:36.666Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T05:04:36.667Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-31T05:04:36.667Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-31T05:04:36.667Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T05:04:36.667Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T05:04:36.667Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T05:04:36.668Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T05:04:36.668Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T05:04:36.668Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T05:04:36.668Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T05:04:36.668Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||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-05-31T05:04:36.673Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-31T05:05:06.673Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bfabb839-6438-42f1-9cdd-7127335c378f 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-05-31T05:05:06.681Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bfabb839-6438-42f1-9cdd-7127335c378f and serviceModelVersionId: 4b477cd8-5b8b-4b46-8309-294de65f2f4f 2022-05-31T05:05:06.681Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de1882c3-8fe4-4fcb-aefc-0656081ad914 2022-05-31T05:05:06.683Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de1882c3-8fe4-4fcb-aefc-0656081ad914/model-vers/model-ver/4b477cd8-5b8b-4b46-8309-294de65f2f4f?depth=0 2022-05-31T05:05:06.689Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-05-31T05:05:06.729Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de1882c3-8fe4-4fcb-aefc-0656081ad914/model-vers/model-ver/4b477cd8-5b8b-4b46-8309-294de65f2f4f?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-05-31T05:05:06.731Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de1882c3-8fe4-4fcb-aefc-0656081ad914/model-vers/model-ver/4b477cd8-5b8b-4b46-8309-294de65f2f4f?depth=0|INFO|500||Invoke 2022-05-31T05:05:06.751Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de1882c3-8fe4-4fcb-aefc-0656081ad914/model-vers/model-ver/4b477cd8-5b8b-4b46-8309-294de65f2f4f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-31T05:05:07.470Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de1882c3-8fe4-4fcb-aefc-0656081ad914/model-vers/model-ver/4b477cd8-5b8b-4b46-8309-294de65f2f4f?depth=0|INFO|500||InvokeReturn 2022-05-31T05:05:07.471Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de1882c3-8fe4-4fcb-aefc-0656081ad914/model-vers/model-ver/4b477cd8-5b8b-4b46-8309-294de65f2f4f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220531-05:05:06:425-30814], vertex-id=[254136], Content-Length=[0], Date=[Tue, 31 May 2022 05:05:06 GMT], Content-Type=[application/json]} 2022-05-31T05:05:07.472Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-05-31T05:05:07.473Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-31T05:05:07.473Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||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-05-31T05:05:07.479Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||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-05-31T05:05:07.479Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bfabb839-6438-42f1-9cdd-7127335c378f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-31T05:05:07.480Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-31T05:05:07.480Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:05:07.483Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:05:07.483Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973507479, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-31T05:05:07.583Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:05:07.585Z||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-05-31T05:05:07.585Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:05:07.628Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:05:07.628Z||pool-133-thread-1|||||INFO|500||cambria reply ok (44 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-05-31T05:05:08.496Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T05:05:08.497Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"ce370873-bbe8-4353-a9dd-c91b67b39172","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"7e5e2ae8-150a-45ed-8304-f6cfc57623ee","serviceDescription":"service","serviceInvariantUUID":"5122677d-989f-4258-98cd-17d18d975f30","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cb17a927-86f7-42c5-a2d1-33854b5fd063","resourceInvariantUUID":"032e072e-e07c-449b-941e-4e4848b2e851","resourceCustomizationUUID":"3c8dbc08-9552-439b-b852-b0f63c7ddbff","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":"ZGNiY2M2MThmNDM0OTI0ODVhY2MzY2ZhYWE0YmM3ZTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5cbc65ca-adce-476d-901e-faf9e0ffdebb","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":"YTUwMzBjMTYzMWY0ZTQ3NDQ0ZTdmNDRiYmUyMDFmOWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cc6c2bf9-aaad-4e05-9373-76845c83641a","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":"dee25e5b-4d45-4c45-83fd-37b80ae9f2bc","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":"65908f66-2132-4319-9155-6d8cd73b4e2e","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":"d602ef21-d3ac-462e-b483-f8728d0e3f6e","artifactVersion":"2","generatedFromUUID":"dee25e5b-4d45-4c45-83fd-37b80ae9f2bc"},{"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":"NGNiNjk4OTA1YTAyOWY2M2Y3NmJlZTBjZDhhNmU0NjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"527292bd-3776-4495-b9d1-2328dcdb8ed9","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":"MTkyZTM1MmY2YWM1YzZmODQ4MzNhZGYyNjE1YjYyY2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"157ea587-33f8-4ed2-84fc-e85ba7daa9c4","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"N2I3YWYyYTY4ZTMzNzE4ZjA5OTk4NTNkOWUzZGZlMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"82630142-ff05-44fa-8684-ac67c14d38b4","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-31T05:05:08.497Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:05:08.497Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:05:08.499Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:05:08.499Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:05:08.599Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:05:08.600Z||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-05-31T05:05:08.600Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:05:08.625Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:05:08.625Z||pool-134-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:05:09.501Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:05:09.502Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:05:09.505Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:05:09.505Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-31T05:05:09.605Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:05:09.606Z||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-05-31T05:05:09.606Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:05:09.624Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:05:09.625Z||pool-135-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:05:10.505Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:05:10.506Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:05:10.509Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:05:10.509Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-31T05:05:10.609Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:05:10.610Z||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-05-31T05:05:10.610Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:05:10.625Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:05:10.626Z||pool-136-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:05:11.510Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:05:11.510Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:05:11.512Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:05:11.512Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:05:11.612Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:05:11.613Z||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-05-31T05:05:11.613Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:05:11.634Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:05:11.635Z||pool-137-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-05-31T05:05:12.513Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:05:12.513Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:05:12.515Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:05:12.515Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-31T05:05:12.616Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:05:12.617Z||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-05-31T05:05:12.617Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:05:12.632Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:05:12.633Z||pool-138-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:05:13.516Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:05:13.516Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:05:13.519Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:05:13.519Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T05:05:13.619Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T05:05:13.620Z||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-05-31T05:05:13.620Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:05:13.637Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:05:13.638Z||pool-139-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:05:14.520Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:05:14.521Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:05:14.523Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:05:14.523Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:05:14.623Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:05:14.624Z||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-05-31T05:05:14.624Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:05:14.643Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:05:14.643Z||pool-140-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:05:15.523Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:05:15.523Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:05:15.525Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:05:15.526Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:05:15.626Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:05:15.627Z||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-05-31T05:05:15.627Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:05:15.643Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:05:15.643Z||pool-141-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:05:16.526Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "7e5e2ae8-150a-45ed-8304-f6cfc57623ee", "serviceDescription": "service", "serviceInvariantUUID": "5122677d-989f-4258-98cd-17d18d975f30", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "3c8dbc08-9552-439b-b852-b0f63c7ddbff", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cb17a927-86f7-42c5-a2d1-33854b5fd063", "resourceInvariantUUID": "032e072e-e07c-449b-941e-4e4848b2e851", "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": "YTUwMzBjMTYzMWY0ZTQ3NDQ0ZTdmNDRiYmUyMDFmOWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc6c2bf9-aaad-4e05-9373-76845c83641a", "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": "dee25e5b-4d45-4c45-83fd-37b80ae9f2bc", "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": "d602ef21-d3ac-462e-b483-f8728d0e3f6e", "generatedFromUUID": "dee25e5b-4d45-4c45-83fd-37b80ae9f2bc" }, "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": "d602ef21-d3ac-462e-b483-f8728d0e3f6e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "N2I3YWYyYTY4ZTMzNzE4ZjA5OTk4NTNkOWUzZGZlMjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "82630142-ff05-44fa-8684-ac67c14d38b4" } ], "workloadContext": "Production" } 2022-05-31T05:05:16.527Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-31T05:05:16.527Z|bfabb839-6438-42f1-9cdd-7127335c378f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7e5e2ae8-150a-45ed-8304-f6cfc57623ee ASDC 2022-05-31T05:05:16.528Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:ce370873-bbe8-4353-a9dd-c91b67b39172 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:7e5e2ae8-150a-45ed-8304-f6cfc57623ee ServiceInvariantUUID:5122677d-989f-4258-98cd-17d18d975f30 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:82630142-ff05-44fa-8684-ac67c14d38b4 ArtifactChecksum:N2I3YWYyYTY4ZTMzNzE4ZjA5OTk4NTNkOWUzZGZlMjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:3c8dbc08-9552-439b-b852-b0f63c7ddbff ResourceInvariantUUID:032e072e-e07c-449b-941e-4e4848b2e851 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:cb17a927-86f7-42c5-a2d1-33854b5fd063 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:cc6c2bf9-aaad-4e05-9373-76845c83641a ArtifactChecksum:YTUwMzBjMTYzMWY0ZTQ3NDQ0ZTdmNDRiYmUyMDFmOWU= 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:dee25e5b-4d45-4c45-83fd-37b80ae9f2bc 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:d602ef21-d3ac-462e-b483-f8728d0e3f6e 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:d602ef21-d3ac-462e-b483-f8728d0e3f6e ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-31T05:05:16.528Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e5e2ae8-150a-45ed-8304-f6cfc57623ee 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-05-31T05:05:16.559Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T05:05:16.560Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-31T05:05:16.560Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-31T05:05:16.561Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 82630142-ff05-44fa-8684-ac67c14d38b4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-31T05:05:16.561Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-31T05:05:16.561Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-31T05:05:17.957Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-31T05:05:17.962Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 82630142-ff05-44fa-8684-ac67c14d38b4 78810 2022-05-31T05:05:17.962Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-05-31T05:05:17.962Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-31T05:05:17.963Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T05:05:17.963Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:05:17.966Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:05:17.966Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973517962, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:05:18.066Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:05:18.067Z||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-05-31T05:05:18.068Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:05:18.082Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:05:18.083Z||pool-142-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:05:18.967Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T05:05:18.968Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-31T05:05:18.968Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 82630142-ff05-44fa-8684-ac67c14d38b4, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-31T05:05:18.969Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-05-31T05:05:18.969Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-31T05:05:18.970Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-31T05:05:19.096Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16501130289057056942/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-05-31T05:05:20.369Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-31T05:05:20.369Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-31T05:05:20.370Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-31T05:05:20.370Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-31T05:05:20.370Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:20.370Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:20.370Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:20.370Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:20.370Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:20.370Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:20.370Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:20.370Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:20.370Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:20.370Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-31T05:05:20.371Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:05:20.371Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:05:20.371Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-31T05:05:20.371Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-31T05:05:20.371Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T05:05:20.371Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:05:20.372Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:05:20.372Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-31T05:05:20.372Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-31T05:05:20.372Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T05:05:20.372Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:05:20.372Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:05:20.373Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:05:20.373Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-31T05:05:20.373Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-31T05:05:20.373Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-31T05:05:20.373Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-31T05:05:20.374Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-31T05:05:20.374Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-31T05:05:20.374Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:05:20.374Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T05:05:20.374Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:05:20.374Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-31T05:05:20.374Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T05:05:20.375Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:05:20.375Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-31T05:05:20.375Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T05:05:20.375Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:05:20.375Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-31T05:05:20.375Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T05:05:20.375Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:05:20.376Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-31T05:05:20.376Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-31T05:05:20.376Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-31T05:05:20.376Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d2d49d10-6bea-4e63-ba9d-627409abfbc6 2022-05-31T05:05:20.376Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:05:20.376Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:05:20.376Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:05:20.377Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:05:20.377Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:05:20.377Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:05:20.377Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:05:20.377Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:05:20.377Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:7e5e2ae8-150a-45ed-8304-f6cfc57623ee Model Version:NULL Model InvariantUuid:5122677d-989f-4258-98cd-17d18d975f30 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:b90a8b64-998b-44d0-8337-3973ca3acbb5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:032e072e-e07c-449b-941e-4e4848b2e851 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3c8dbc08-9552-439b-b852-b0f63c7ddbff NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:688bd8bd-8d34-4116-bdd1-89ad0a153af2 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:23de2037-94d5-4ac6-83ed-afff9910a876 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d2d49d10-6bea-4e63-ba9d-627409abfbc6 ModelInvariantUuid:221e062c-5ecc-4ef7-872c-8a0fe0c102d5 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:33563f2b-b776-4327-a102-528e4948520b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:2c177554-3b3f-4db1-8886-158d1c5939ac ModelInvariantUuid:48eddc48-7037-4c75-8097-ecb8f4653f28 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:a2df6b72-e157-4e52-a70c-091b9d91d5f7 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-05-31T05:05:20.383Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: cb17a927-86f7-42c5-a2d1-33854b5fd063 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-05-31T05:05:20.385Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||basic_vm_macro 0 2022-05-31T05:05:20.385Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cb17a927-86f7-42c5-a2d1-33854b5fd063 2022-05-31T05:05:20.386Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cc6c2bf9-aaad-4e05-9373-76845c83641a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-31T05:05:20.386Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-31T05:05:20.386Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:20.868Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-31T05:05:20.869Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json cc6c2bf9-aaad-4e05-9373-76845c83641a 792 2022-05-31T05:05:20.869Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:20.869Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:20.869Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T05:05:20.869Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:05:20.872Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:05:20.872Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973520869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T05:05:20.972Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:05:20.973Z||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-05-31T05:05:20.974Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:05:20.988Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:05:20.989Z||pool-143-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:05:21.872Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "688bd8bd-8d34-4116-bdd1-89ad0a153af2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "23de2037-94d5-4ac6-83ed-afff9910a876", "vfModuleModelCustomizationUUID": "24d56ecc-db70-4c7e-a5c4-2426d12c0de6", "isBase": true, "artifacts": [ "dee25e5b-4d45-4c45-83fd-37b80ae9f2bc", "d602ef21-d3ac-462e-b483-f8728d0e3f6e" ], "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-05-31T05:05:21.876Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:23de2037-94d5-4ac6-83ed-afff9910a876 VfModuleModelInvariantUUID:688bd8bd-8d34-4116-bdd1-89ad0a153af2 VfModuleModelDescription:NULL Artifacts UUID List:{ dee25e5b-4d45-4c45-83fd-37b80ae9f2bc , d602ef21-d3ac-462e-b483-f8728d0e3f6e } 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-05-31T05:05:21.877Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "688bd8bd-8d34-4116-bdd1-89ad0a153af2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "23de2037-94d5-4ac6-83ed-afff9910a876", "vfModuleModelCustomizationUUID": "24d56ecc-db70-4c7e-a5c4-2426d12c0de6", "isBase": true, "artifacts": [ "dee25e5b-4d45-4c45-83fd-37b80ae9f2bc", "d602ef21-d3ac-462e-b483-f8728d0e3f6e" ], "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-05-31T05:05:21.877Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:23de2037-94d5-4ac6-83ed-afff9910a876 VfModuleModelInvariantUUID:688bd8bd-8d34-4116-bdd1-89ad0a153af2 VfModuleModelDescription:NULL Artifacts UUID List:{ dee25e5b-4d45-4c45-83fd-37b80ae9f2bc , d602ef21-d3ac-462e-b483-f8728d0e3f6e } 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-05-31T05:05:21.877Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dee25e5b-4d45-4c45-83fd-37b80ae9f2bc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-31T05:05:21.878Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-31T05:05:21.878Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:22.306Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-31T05:05:22.307Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml dee25e5b-4d45-4c45-83fd-37b80ae9f2bc 5033 2022-05-31T05:05:22.307Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:22.307Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:22.307Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T05:05:22.308Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:05:22.310Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:05:22.310Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973522307, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T05:05:22.410Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:05:22.411Z||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-05-31T05:05:22.412Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:05:22.433Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:05:22.434Z||pool-144-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:05:23.311Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d602ef21-d3ac-462e-b483-f8728d0e3f6e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-31T05:05:23.311Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-31T05:05:23.311Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:23.512Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-31T05:05:23.513Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env d602ef21-d3ac-462e-b483-f8728d0e3f6e 903 2022-05-31T05:05:23.513Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:23.514Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:23.514Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T05:05:23.514Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:05:23.516Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:05:23.516Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973523513, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-31T05:05:23.616Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:05:23.617Z||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-05-31T05:05:23.617Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:05:23.636Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:05:23.637Z||pool-145-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:05:24.517Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7e5e2ae8-150a-45ed-8304-f6cfc57623ee 2022-05-31T05:05:24.517Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 cb17a927-86f7-42c5-a2d1-33854b5fd063 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-05-31T05:05:24.532Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@604cc70e, org.onap.sdc.toscaparser.api.parameters.Input@c2b2aa3, org.onap.sdc.toscaparser.api.parameters.Input@a4d304b, org.onap.sdc.toscaparser.api.parameters.Input@68fc58f1, org.onap.sdc.toscaparser.api.parameters.Input@6e8e8657] 2022-05-31T05:05:24.535Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:05:24.535Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:05:24.536Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-05-31T05:05:24.536Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 3c8dbc08-9552-439b-b852-b0f63c7ddbff 2022-05-31T05:05:24.536Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3c8dbc08-9552-439b-b852-b0f63c7ddbff matches Tosca VF Customization UUID: 3c8dbc08-9552-439b-b852-b0f63c7ddbff 2022-05-31T05:05:24.536Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 3c8dbc08-9552-439b-b852-b0f63c7ddbff 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-05-31T05:05:24.542Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:05:24.543Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:05:24.544Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 3c8dbc08-9552-439b-b852-b0f63c7ddbff: {\"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-05-31T05:05:24.544Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@52389760 2022-05-31T05:05:24.544Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:05:24.544Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T05:05:24.544Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 24d56ecc-db70-4c7e-a5c4-2426d12c0de6 2022-05-31T05:05:24.544Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 24d56ecc-db70-4c7e-a5c4-2426d12c0de6 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-05-31T05:05:24.547Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:05:24.547Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-31T05:05:24.547Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T05:05:24.547Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:05:24.547Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-31T05:05:24.547Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T05:05:24.548Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:05:24.548Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-31T05:05:24.548Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-31T05:05:24.548Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-31T05:05:24.548Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d2d49d10-6bea-4e63-ba9d-627409abfbc6 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-05-31T05:05:24.550Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:05:24.550Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-31T05:05:24.550Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T05:05:24.551Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:05:24.551Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-31T05:05:24.551Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=3c8dbc08-9552-439b-b852-b0f63c7ddbff 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-05-31T05:05:24.553Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:05:24.554Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:05:24.554Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7e5e2ae8-150a-45ed-8304-f6cfc57623ee: basic_vm_macro 2022-05-31T05:05:24.554Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:05:24.554Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:05:24.554Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:05:24.555Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:05:24.555Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:05:24.555Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:05:24.555Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:05:24.555Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:05:24.555Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:05:24.555Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:05:24.556Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:24.635Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro cb17a927-86f7-42c5-a2d1-33854b5fd063 1 ASDC deployResourceStructure 2022-05-31T05:05:24.636Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:24.636Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:24.636Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T05:05:24.637Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:05:24.639Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:05:24.639Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973524636, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T05:05:24.739Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:05:24.740Z||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-05-31T05:05:24.740Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:05:24.755Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:05:24.756Z||pool-146-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:05:25.639Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:25.640Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:25.640Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T05:05:25.640Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:05:25.642Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:05:25.642Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973525639, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-31T05:05:25.742Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:05:25.743Z||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-05-31T05:05:25.744Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:05:25.761Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:05:25.761Z||pool-147-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:05:26.643Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:26.643Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:26.643Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T05:05:26.643Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:05:26.646Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:05:26.646Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973526643, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-31T05:05:26.746Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:05:26.747Z||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-05-31T05:05:26.747Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:05:26.762Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:05:26.763Z||pool-148-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:05:27.647Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-05-31T05:05:27.647Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-31T05:05:27.647Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T05:05:27.647Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:05:27.649Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:05:27.650Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973527647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T05:05:27.750Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T05:05:27.751Z||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-05-31T05:05:27.751Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:05:27.765Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:05:27.766Z||pool-149-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:05:28.650Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ce370873-bbe8-4353-a9dd-c91b67b39172 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T05:05:28.662Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ce370873-bbe8-4353-a9dd-c91b67b39172 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T05:05:28.664Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T05:05:28.665Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T05:05:28.665Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-31T05:05:28.665Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-31T05:05:28.665Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T05:05:28.665Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T05:05:28.666Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T05:05:28.666Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T05:05:28.666Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T05:05:28.666Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T05:05:28.666Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:28.671Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-31T05:05:32.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:05:32.264Z||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-05-31T05:05:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:05:32.293Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:05:32.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:05:32.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:05:32.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:05:32.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:05:32.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973353597, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:05:32.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:05:32.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:05:32.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973355588, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T05:05:32.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:05:58.671Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ce370873-bbe8-4353-a9dd-c91b67b39172 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-05-31T05:05:58.677Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ce370873-bbe8-4353-a9dd-c91b67b39172 and serviceModelVersionId: 7e5e2ae8-150a-45ed-8304-f6cfc57623ee 2022-05-31T05:05:58.678Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5122677d-989f-4258-98cd-17d18d975f30 2022-05-31T05:05:58.679Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5122677d-989f-4258-98cd-17d18d975f30/model-vers/model-ver/7e5e2ae8-150a-45ed-8304-f6cfc57623ee?depth=0 2022-05-31T05:05:58.683Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-05-31T05:05:58.726Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5122677d-989f-4258-98cd-17d18d975f30/model-vers/model-ver/7e5e2ae8-150a-45ed-8304-f6cfc57623ee?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-05-31T05:05:58.727Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5122677d-989f-4258-98cd-17d18d975f30/model-vers/model-ver/7e5e2ae8-150a-45ed-8304-f6cfc57623ee?depth=0|INFO|500||Invoke 2022-05-31T05:05:58.748Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5122677d-989f-4258-98cd-17d18d975f30/model-vers/model-ver/7e5e2ae8-150a-45ed-8304-f6cfc57623ee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-31T05:05:58.843Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5122677d-989f-4258-98cd-17d18d975f30/model-vers/model-ver/7e5e2ae8-150a-45ed-8304-f6cfc57623ee?depth=0|INFO|500||InvokeReturn 2022-05-31T05:05:58.844Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5122677d-989f-4258-98cd-17d18d975f30/model-vers/model-ver/7e5e2ae8-150a-45ed-8304-f6cfc57623ee?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220531-05:05:58:421-91321], vertex-id=[499784], Content-Length=[0], Date=[Tue, 31 May 2022 05:05:58 GMT], Content-Type=[application/json]} 2022-05-31T05:05:58.844Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-05-31T05:05:58.845Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-31T05:05:58.845Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:58.849Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||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-05-31T05:05:58.849Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ce370873-bbe8-4353-a9dd-c91b67b39172 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-31T05:05:58.849Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-31T05:05:58.850Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:05:58.851Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:05:58.852Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973558849, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-31T05:05:58.953Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-31T05:05:58.954Z||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-05-31T05:05:58.955Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:05:58.973Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:05:58.974Z||pool-150-thread-1|||||INFO|500||cambria reply ok (20 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-05-31T05:05:59.865Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T05:05:59.866Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"30cde8c7-d061-4c2c-8af4-000bf2c7784a","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"08de9c0a-50aa-4740-9fc3-6810205bc189","serviceDescription":"service","serviceInvariantUUID":"13598d4b-6c94-43f1-bb4b-152e220a5c8a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"96bc7ebf-e0c2-448f-9266-fa564cc1e6af","resourceInvariantUUID":"c2272082-72f5-4807-adc9-aa856dcf4586","resourceCustomizationUUID":"07b11d4a-649e-4d59-8894-0194d380645f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"M2E2MzM5YzNmMzIzYzRlZDBjMmNmY2RlOWNiZGMxYjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0ba98db7-9320-44ea-91ed-e2e6bce77833","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"MDkxZGNjYmJjOWIyMjFhMDk5YzU4YmRmMTQ2MzExYTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9c758c7c-41bb-4451-82cd-e3079ebb8b88","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"26cbf985-5752-4f49-badd-24c06affd41d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0d6e7849-4dce-490e-81a3-ef1bf187bdb6","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a42afab4-69ee-4fa2-8328-ad7e8024b4d0","artifactVersion":"2","generatedFromUUID":"7d675e92-8541-49ed-a235-359e2820acf2"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"60fab23c-063b-446f-9520-ccfd4fdcedcd","artifactVersion":"2","generatedFromUUID":"26cbf985-5752-4f49-badd-24c06affd41d"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7d675e92-8541-49ed-a235-359e2820acf2","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6b77c64d-55bc-4fdb-b7c2-a3144804c656","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"ZDAyMmNjZDUxMWY1NjE1NjA4MzkyNzQzMTU5YjcwNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"04669a57-48e7-4afa-b09c-783b89273105","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTM1NWQ0MGYyYTNkOGU0MmNlM2M5ODg3OTcyYmViY2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"048522c5-e310-41aa-b359-69dbe90b6b74","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-31T05:05:59.866Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:05:59.867Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:05:59.869Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:05:59.870Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:05:59.970Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:05:59.971Z||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-05-31T05:05:59.971Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:05:59.999Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:06:00.000Z||pool-151-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:06:00.870Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:06:00.871Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:06:00.873Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:06:00.873Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-31T05:06:00.974Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-31T05:06:00.975Z||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-05-31T05:06:00.975Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:06:00.993Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:06:00.994Z||pool-152-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:06:01.874Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:06:01.874Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:06:01.877Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:06:01.877Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-31T05:06:01.977Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:06:01.978Z||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-05-31T05:06:01.978Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:06:01.994Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:06:01.995Z||pool-153-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:06:02.878Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:06:02.879Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:06:02.882Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:06:02.882Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:06:02.982Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T05:06:02.983Z||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-05-31T05:06:02.983Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:06:03.011Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:06:03.012Z||pool-154-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:06:03.883Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:06:03.884Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:06:03.886Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:06:03.886Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-31T05:06:03.986Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:06:03.987Z||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-05-31T05:06:03.987Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:06:04.004Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:06:04.005Z||pool-155-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-05-31T05:06:04.886Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:06:04.887Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:06:04.889Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:06:04.889Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-31T05:06:04.989Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:06:04.990Z||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-05-31T05:06:04.991Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:06:05.009Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:06:05.010Z||pool-156-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:06:05.890Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:06:05.890Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:06:05.892Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:06:05.893Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-31T05:06:05.993Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:06:05.994Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T05:06:05.994Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:06:06.015Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:06:06.015Z||pool-157-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-05-31T05:06:06.893Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:06:06.894Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:06:06.897Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:06:06.897Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T05:06:06.997Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T05:06:06.997Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T05:06:06.997Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:06:07.019Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:06:07.020Z||pool-158-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:06:07.898Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:06:07.898Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:06:07.900Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:06:07.900Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:06:08.000Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:06:08.001Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T05:06:08.001Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:06:08.019Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:06:08.020Z||pool-159-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-05-31T05:06:08.901Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T05:06:08.901Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:06:08.903Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:06:08.903Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:06:09.003Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:06:09.005Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T05:06:09.005Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:06:09.019Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:06:09.019Z||pool-160-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:06:09.904Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "08de9c0a-50aa-4740-9fc3-6810205bc189", "serviceDescription": "service", "serviceInvariantUUID": "13598d4b-6c94-43f1-bb4b-152e220a5c8a", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "07b11d4a-649e-4d59-8894-0194d380645f", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "96bc7ebf-e0c2-448f-9266-fa564cc1e6af", "resourceInvariantUUID": "c2272082-72f5-4807-adc9-aa856dcf4586", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "MDkxZGNjYmJjOWIyMjFhMDk5YzU4YmRmMTQ2MzExYTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9c758c7c-41bb-4451-82cd-e3079ebb8b88", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "26cbf985-5752-4f49-badd-24c06affd41d", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "60fab23c-063b-446f-9520-ccfd4fdcedcd", "generatedFromUUID": "26cbf985-5752-4f49-badd-24c06affd41d" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a42afab4-69ee-4fa2-8328-ad7e8024b4d0", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "60fab23c-063b-446f-9520-ccfd4fdcedcd", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7d675e92-8541-49ed-a235-359e2820acf2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZTM1NWQ0MGYyYTNkOGU0MmNlM2M5ODg3OTcyYmViY2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "048522c5-e310-41aa-b359-69dbe90b6b74" } ], "workloadContext": "Production" } 2022-05-31T05:06:09.905Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-31T05:06:09.905Z|ce370873-bbe8-4353-a9dd-c91b67b39172|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 08de9c0a-50aa-4740-9fc3-6810205bc189 ASDC 2022-05-31T05:06:09.906Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:30cde8c7-d061-4c2c-8af4-000bf2c7784a ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:08de9c0a-50aa-4740-9fc3-6810205bc189 ServiceInvariantUUID:13598d4b-6c94-43f1-bb4b-152e220a5c8a ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:048522c5-e310-41aa-b359-69dbe90b6b74 ArtifactChecksum:ZTM1NWQ0MGYyYTNkOGU0MmNlM2M5ODg3OTcyYmViY2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:07b11d4a-649e-4d59-8894-0194d380645f ResourceInvariantUUID:c2272082-72f5-4807-adc9-aa856dcf4586 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:96bc7ebf-e0c2-448f-9266-fa564cc1e6af ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:9c758c7c-41bb-4451-82cd-e3079ebb8b88 ArtifactChecksum:MDkxZGNjYmJjOWIyMjFhMDk5YzU4YmRmMTQ2MzExYTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:26cbf985-5752-4f49-badd-24c06affd41d ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:60fab23c-063b-446f-9520-ccfd4fdcedcd ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:a42afab4-69ee-4fa2-8328-ad7e8024b4d0 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:60fab23c-063b-446f-9520-ccfd4fdcedcd ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:7d675e92-8541-49ed-a235-359e2820acf2 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-31T05:06:09.906Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 08de9c0a-50aa-4740-9fc3-6810205bc189 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-05-31T05:06:09.936Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T05:06:09.937Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-31T05:06:09.937Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-31T05:06:09.937Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 048522c5-e310-41aa-b359-69dbe90b6b74 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-31T05:06:09.937Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-31T05:06:09.937Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-31T05:06:11.495Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-31T05:06:11.503Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 048522c5-e310-41aa-b359-69dbe90b6b74 158208 2022-05-31T05:06:11.503Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-31T05:06:11.504Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-31T05:06:11.504Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T05:06:11.504Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:06:11.506Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:06:11.507Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973571503, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:06:11.607Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T05:06:11.607Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T05:06:11.608Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:06:11.622Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:06:11.623Z||pool-161-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:06:12.507Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T05:06:12.509Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-05-31T05:06:12.509Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 048522c5-e310-41aa-b359-69dbe90b6b74, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-31T05:06:12.509Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-05-31T05:06:12.510Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-31T05:06:12.510Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-31T05:06:12.659Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15425159988633944942/Definitions/service-BasicCnfMacro-template.yml 2022-05-31T05:06:13.939Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-31T05:06:13.940Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-31T05:06:13.940Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-31T05:06:13.940Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-31T05:06:13.940Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||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-BasicCnfMacro-csar.csar 2022-05-31T05:06:13.941Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-31T05:06:13.941Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-31T05:06:13.942Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_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-BasicCnfMacro-csar.csar 2022-05-31T05:06:13.942Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-05-31T05:06:13.942Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:06:13.943Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:06:13.943Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-31T05:06:13.943Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-31T05:06:13.944Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T05:06:13.944Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:06:13.944Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:06:13.945Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-31T05:06:13.945Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-05-31T05:06:13.945Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T05:06:13.945Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:06:13.946Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:06:13.946Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:06:13.946Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-31T05:06:13.946Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-05-31T05:06:13.947Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-05-31T05:06:13.947Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-31T05:06:13.947Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:06:13.947Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T05:06:13.948Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:06:13.948Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-31T05:06:13.948Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T05:06:13.949Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:06:13.949Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-31T05:06:13.949Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T05:06:13.950Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:06:13.950Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-31T05:06:13.950Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T05:06:13.950Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:06:13.950Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-31T05:06:13.951Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T05:06:13.951Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:06:13.951Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-31T05:06:13.951Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-05-31T05:06:13.951Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=adac5a9a-99c9-446a-a836-bbbc2cdb7c25 2022-05-31T05:06:13.952Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:06:13.952Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:06:13.952Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:06:13.952Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:06:13.953Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:06:13.953Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:06:13.953Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:06:13.953Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:06:13.953Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:08de9c0a-50aa-4740-9fc3-6810205bc189 Model Version:NULL Model InvariantUuid:13598d4b-6c94-43f1-bb4b-152e220a5c8a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:150db3f8-6d16-4555-bc8d-b4d38bb3ee50 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c2272082-72f5-4807-adc9-aa856dcf4586 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:07b11d4a-649e-4d59-8894-0194d380645f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3a0f0cc9-7122-4136-b5f7-2cc4f8df792f ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:11944e7f-ef81-4463-9845-cc0d43cd7be4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:467f96c7-8406-4e6a-91ba-9d97f2b002cd ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:fee0d48e-4033-4d77-a115-5f3a55f0fb5c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:adac5a9a-99c9-446a-a836-bbbc2cdb7c25 ModelInvariantUuid:d60c8a87-23d9-4de8-82df-ccfc3901de35 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:115da1eb-20bf-40a7-8d8e-329c5b0614a9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:9a01734b-6fbf-4c0a-a594-2a4d848aea1a ModelInvariantUuid:bea0c54e-9fa2-4541-84b6-562171702b4e ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:a21da0ef-14d8-4464-993d-c13e317a239a 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-05-31T05:06:13.958Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 96bc7ebf-e0c2-448f-9266-fa564cc1e6af 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-05-31T05:06:13.961Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0 2022-05-31T05:06:13.961Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 96bc7ebf-e0c2-448f-9266-fa564cc1e6af 2022-05-31T05:06:13.962Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9c758c7c-41bb-4451-82cd-e3079ebb8b88 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-31T05:06:13.962Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-31T05:06:13.962Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-31T05:06:14.692Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-31T05:06:14.693Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 9c758c7c-41bb-4451-82cd-e3079ebb8b88 1565 2022-05-31T05:06:14.693Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-05-31T05:06:14.693Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-31T05:06:14.694Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T05:06:14.694Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:06:14.696Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:06:14.696Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973574693, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T05:06:14.796Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:06:14.797Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T05:06:14.797Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:06:14.820Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:06:14.821Z||pool-162-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:06:15.697Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "467f96c7-8406-4e6a-91ba-9d97f2b002cd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fee0d48e-4033-4d77-a115-5f3a55f0fb5c", "vfModuleModelCustomizationUUID": "fa1d382d-0f4e-43a8-84ba-f11287d3fbca", "isBase": true, "artifacts": [ "26cbf985-5752-4f49-badd-24c06affd41d", "60fab23c-063b-446f-9520-ccfd4fdcedcd" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "3a0f0cc9-7122-4136-b5f7-2cc4f8df792f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "11944e7f-ef81-4463-9845-cc0d43cd7be4", "vfModuleModelCustomizationUUID": "0e95d3cb-7d96-45de-9d7f-e3e10f4608df", "isBase": false, "artifacts": [ "7d675e92-8541-49ed-a235-359e2820acf2" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-31T05:06:15.701Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fee0d48e-4033-4d77-a115-5f3a55f0fb5c VfModuleModelInvariantUUID:467f96c7-8406-4e6a-91ba-9d97f2b002cd VfModuleModelDescription:NULL Artifacts UUID List:{ 26cbf985-5752-4f49-badd-24c06affd41d , 60fab23c-063b-446f-9520-ccfd4fdcedcd } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore 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 , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:11944e7f-ef81-4463-9845-cc0d43cd7be4 VfModuleModelInvariantUUID:3a0f0cc9-7122-4136-b5f7-2cc4f8df792f VfModuleModelDescription:NULL Artifacts UUID List:{ 7d675e92-8541-49ed-a235-359e2820acf2 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-05-31T05:06:15.703Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "467f96c7-8406-4e6a-91ba-9d97f2b002cd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fee0d48e-4033-4d77-a115-5f3a55f0fb5c", "vfModuleModelCustomizationUUID": "fa1d382d-0f4e-43a8-84ba-f11287d3fbca", "isBase": true, "artifacts": [ "26cbf985-5752-4f49-badd-24c06affd41d", "60fab23c-063b-446f-9520-ccfd4fdcedcd" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "3a0f0cc9-7122-4136-b5f7-2cc4f8df792f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "11944e7f-ef81-4463-9845-cc0d43cd7be4", "vfModuleModelCustomizationUUID": "0e95d3cb-7d96-45de-9d7f-e3e10f4608df", "isBase": false, "artifacts": [ "7d675e92-8541-49ed-a235-359e2820acf2" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-31T05:06:15.704Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fee0d48e-4033-4d77-a115-5f3a55f0fb5c VfModuleModelInvariantUUID:467f96c7-8406-4e6a-91ba-9d97f2b002cd VfModuleModelDescription:NULL Artifacts UUID List:{ 26cbf985-5752-4f49-badd-24c06affd41d , 60fab23c-063b-446f-9520-ccfd4fdcedcd } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore 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 , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:11944e7f-ef81-4463-9845-cc0d43cd7be4 VfModuleModelInvariantUUID:3a0f0cc9-7122-4136-b5f7-2cc4f8df792f VfModuleModelDescription:NULL Artifacts UUID List:{ 7d675e92-8541-49ed-a235-359e2820acf2 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-05-31T05:06:15.704Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 26cbf985-5752-4f49-badd-24c06affd41d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-31T05:06:15.704Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-31T05:06:15.704Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-31T05:06:16.398Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-31T05:06:16.399Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 26cbf985-5752-4f49-badd-24c06affd41d 914 2022-05-31T05:06:16.399Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-05-31T05:06:16.399Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-31T05:06:16.399Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T05:06:16.400Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:06:16.402Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:06:16.402Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973576399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T05:06:16.502Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:06:16.503Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T05:06:16.504Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:06:16.518Z||pool-163-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:06:16.519Z||pool-163-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-31T05:06:17.403Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a42afab4-69ee-4fa2-8328-ad7e8024b4d0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-31T05:06:17.403Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-31T05:06:17.404Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-31T05:06:17.855Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-31T05:06:17.855Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env a42afab4-69ee-4fa2-8328-ad7e8024b4d0 12 2022-05-31T05:06:17.856Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-05-31T05:06:17.856Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-31T05:06:17.856Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T05:06:17.856Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:06:17.858Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:06:17.858Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973577855, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-31T05:06:17.958Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:06:17.959Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T05:06:17.960Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:06:17.975Z||pool-164-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:06:17.976Z||pool-164-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:06:18.859Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 60fab23c-063b-446f-9520-ccfd4fdcedcd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-31T05:06:18.859Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-31T05:06:18.859Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-31T05:06:19.198Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-31T05:06:19.198Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 60fab23c-063b-446f-9520-ccfd4fdcedcd 96 2022-05-31T05:06:19.198Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-05-31T05:06:19.199Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-31T05:06:19.199Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T05:06:19.199Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:06:19.201Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:06:19.201Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973579198, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-31T05:06:19.301Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:06:19.302Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T05:06:19.302Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:06:19.323Z||pool-165-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:06:19.324Z||pool-165-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:06:20.202Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7d675e92-8541-49ed-a235-359e2820acf2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-31T05:06:20.202Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-05-31T05:06:20.202Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-31T05:06:20.563Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-05-31T05:06:20.564Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 7d675e92-8541-49ed-a235-359e2820acf2 20206 2022-05-31T05:06:20.564Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-05-31T05:06:20.564Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-31T05:06:20.564Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T05:06:20.564Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:06:20.567Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:06:20.567Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973580564, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-31T05:06:20.667Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:06:20.668Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T05:06:20.668Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:06:20.683Z||pool-166-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:06:20.684Z||pool-166-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:06:21.572Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 08de9c0a-50aa-4740-9fc3-6810205bc189 2022-05-31T05:06:21.572Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 96bc7ebf-e0c2-448f-9266-fa564cc1e6af 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 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-05-31T05:06:21.579Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@392251ae, org.onap.sdc.toscaparser.api.parameters.Input@94aaac7, org.onap.sdc.toscaparser.api.parameters.Input@5c7117e4, org.onap.sdc.toscaparser.api.parameters.Input@6f87a669, org.onap.sdc.toscaparser.api.parameters.Input@44833516] 2022-05-31T05:06:21.580Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:06:21.581Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:06:21.581Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-05-31T05:06:21.581Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 07b11d4a-649e-4d59-8894-0194d380645f 2022-05-31T05:06:21.581Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 07b11d4a-649e-4d59-8894-0194d380645f matches Tosca VF Customization UUID: 07b11d4a-649e-4d59-8894-0194d380645f 2022-05-31T05:06:21.582Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 07b11d4a-649e-4d59-8894-0194d380645f 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-05-31T05:06:21.584Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:06:21.584Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:06:21.585Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 07b11d4a-649e-4d59-8894-0194d380645f: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-05-31T05:06:21.585Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1e3f1a14 2022-05-31T05:06:21.586Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:06:21.586Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T05:06:21.586Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0e95d3cb-7d96-45de-9d7f-e3e10f4608df 2022-05-31T05:06:21.586Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0e95d3cb-7d96-45de-9d7f-e3e10f4608df 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-05-31T05:06:21.589Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:06:21.589Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-31T05:06:21.589Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T05:06:21.590Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:06:21.590Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-31T05:06:21.590Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T05:06:21.591Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:06:21.591Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-31T05:06:21.591Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=07b11d4a-649e-4d59-8894-0194d380645f 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-05-31T05:06:21.593Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:06:21.593Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:06:21.593Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 08de9c0a-50aa-4740-9fc3-6810205bc189: basic_cnf_macro 2022-05-31T05:06:21.593Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:06:21.593Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:06:21.594Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:06:21.594Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:06:21.594Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:06:21.594Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:06:21.594Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:06:21.595Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:06:21.595Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T05:06:21.595Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T05:06:21.595Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf_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 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: 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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-05-31T05:06:21.626Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 96bc7ebf-e0c2-448f-9266-fa564cc1e6af 2 ASDC deployResourceStructure 2022-05-31T05:06:21.627Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-05-31T05:06:21.627Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-31T05:06:21.627Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T05:06:21.627Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:06:21.629Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:06:21.630Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973581627, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T05:06:21.730Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:06:21.731Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T05:06:21.731Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:06:21.746Z||pool-167-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:06:21.747Z||pool-167-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:06:22.630Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-05-31T05:06:22.631Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-31T05:06:22.631Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T05:06:22.631Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:06:22.633Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:06:22.634Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973582630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-31T05:06:22.734Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T05:06:22.735Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T05:06:22.735Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:06:22.750Z||pool-168-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:06:22.750Z||pool-168-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-31T05:06:23.635Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-05-31T05:06:23.635Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-05-31T05:06:23.635Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-31T05:06:23.635Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:06:23.637Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:06:23.638Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973583634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-31T05:06:23.737Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T05:06:23.738Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T05:06:23.738Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:06:23.755Z||pool-169-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:06:23.756Z||pool-169-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:06:24.638Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-05-31T05:06:24.639Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-31T05:06:24.639Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T05:06:24.639Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:06:24.641Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:06:24.641Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973584638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-31T05:06:24.741Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:06:24.742Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T05:06:24.742Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:06:24.758Z||pool-170-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:06:24.759Z||pool-170-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:06:25.642Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-05-31T05:06:25.642Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-05-31T05:06:25.642Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-31T05:06:25.643Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:06:25.645Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:06:25.645Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973585642, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-31T05:06:25.746Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:06:25.747Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T05:06:25.747Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:06:25.765Z||pool-171-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:06:25.766Z||pool-171-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-05-31T05:06:26.646Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-31T05:06:26.647Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-31T05:06:26.647Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T05:06:26.647Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:06:26.649Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:06:26.649Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973586646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T05:06:26.749Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:06:26.750Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T05:06:26.750Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:06:26.765Z||pool-172-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:06:26.766Z||pool-172-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T05:06:27.650Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 30cde8c7-d061-4c2c-8af4-000bf2c7784a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T05:06:27.657Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 30cde8c7-d061-4c2c-8af4-000bf2c7784a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-31T05:06:27.659Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T05:06:27.660Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T05:06:27.660Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-31T05:06:27.660Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-31T05:06:27.660Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T05:06:27.660Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T05:06:27.661Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T05:06:27.661Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T05:06:27.661Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T05:06:27.661Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-31T05:06:27.662Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||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-05-31T05:06:27.666Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-31T05:06:32.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:06:32.264Z||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-05-31T05:06:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:06:32.298Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:06:32.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:06:32.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfabb839-6438-42f1-9cdd-7127335c378f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973507479, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-31T05:06:32.300Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:06:32.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:06:32.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:06:32.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:06:32.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:06:32.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-31T05:06:32.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:06:32.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:06:32.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-31T05:06:32.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:06:32.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:06:32.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:06:32.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:06:32.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:06:32.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-31T05:06:32.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:06:32.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:06:32.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T05:06:32.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:06:32.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:06:32.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:06:32.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:06:32.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:06:32.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:06:32.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T05:06:32.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:06:32.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973517962, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:06:32.303Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:06:32.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:06:32.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973520869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T05:06:32.304Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:06:32.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:06:32.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973522307, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T05:06:32.304Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:06:32.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:06:32.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973523513, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-31T05:06:32.304Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:06:32.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:06:32.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973524636, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T05:06:32.305Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:06:32.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:06:32.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973525639, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-31T05:06:32.306Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:06:32.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:06:32.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973526643, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-31T05:06:32.306Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:06:32.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T05:06:32.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973527647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T05:06:32.306Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:06:57.666Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 30cde8c7-d061-4c2c-8af4-000bf2c7784a 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-05-31T05:06:57.672Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 30cde8c7-d061-4c2c-8af4-000bf2c7784a and serviceModelVersionId: 08de9c0a-50aa-4740-9fc3-6810205bc189 2022-05-31T05:06:57.672Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13598d4b-6c94-43f1-bb4b-152e220a5c8a 2022-05-31T05:06:57.674Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13598d4b-6c94-43f1-bb4b-152e220a5c8a/model-vers/model-ver/08de9c0a-50aa-4740-9fc3-6810205bc189?depth=0 2022-05-31T05:06:57.679Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-05-31T05:06:57.719Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13598d4b-6c94-43f1-bb4b-152e220a5c8a/model-vers/model-ver/08de9c0a-50aa-4740-9fc3-6810205bc189?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-05-31T05:06:57.720Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13598d4b-6c94-43f1-bb4b-152e220a5c8a/model-vers/model-ver/08de9c0a-50aa-4740-9fc3-6810205bc189?depth=0|INFO|500||Invoke 2022-05-31T05:06:57.745Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13598d4b-6c94-43f1-bb4b-152e220a5c8a/model-vers/model-ver/08de9c0a-50aa-4740-9fc3-6810205bc189?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-31T05:06:57.956Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13598d4b-6c94-43f1-bb4b-152e220a5c8a/model-vers/model-ver/08de9c0a-50aa-4740-9fc3-6810205bc189?depth=0|INFO|500||InvokeReturn 2022-05-31T05:06:57.957Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13598d4b-6c94-43f1-bb4b-152e220a5c8a/model-vers/model-ver/08de9c0a-50aa-4740-9fc3-6810205bc189?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220531-05:06:57:415-44410], vertex-id=[282760], Content-Length=[0], Date=[Tue, 31 May 2022 05:06:57 GMT], Content-Type=[application/json]} 2022-05-31T05:06:57.957Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-05-31T05:06:57.957Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-31T05:06:57.957Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||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-05-31T05:06:57.966Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||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-05-31T05:06:57.967Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 30cde8c7-d061-4c2c-8af4-000bf2c7784a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-31T05:06:57.967Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-31T05:06:57.968Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-05-31T05:06:57.970Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T05:06:57.970Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973617967, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-31T05:06:58.070Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T05:06:58.071Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T05:06:58.071Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UGibuShiTvIjXZNa) ... 2022-05-31T05:06:58.085Z||pool-173-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:06:58.086Z||pool-173-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-05-31T05:06:58.983Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:06:58.984Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:06:58.984Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T05:07:09.367Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:07:09.368Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:07:09.368Z||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-05-31T05:07:09.368Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:07:18.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:07:18.949Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:07:18.950Z||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-05-31T05:07:18.950Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:07:28.491Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:07:28.492Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:07:28.493Z||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-05-31T05:07:28.493Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:07:32.263Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:07:32.264Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|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-05-31T05:07:32.264Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|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 UGibuShiTvIjXZNa) ... 2022-05-31T05:07:32.297Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:07:32.298Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:07:32.298Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce370873-bbe8-4353-a9dd-c91b67b39172", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973558849, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-31T05:07:32.298Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:07:32.299Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:07:32.299Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:07:32.299Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:07:32.299Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:07:32.299Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-31T05:07:32.299Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:07:32.299Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:07:32.299Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-31T05:07:32.299Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:07:32.299Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:07:32.299Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T05:07:32.299Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:07:32.299Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:07:32.299Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-31T05:07:32.300Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:07:32.300Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:07:32.300Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-31T05:07:32.300Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:07:32.300Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:07:32.300Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-31T05:07:32.300Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:07:32.300Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:07:32.300Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T05:07:32.300Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:07:32.300Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:07:32.300Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T05:07:32.301Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:07:32.301Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:07:32.301Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973292249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T05:07:32.301Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-31T05:07:32.301Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:07:32.301Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973571503, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T05:07:32.301Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:07:32.301Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:07:32.301Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973574693, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T05:07:32.301Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:07:32.301Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:07:32.301Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973576399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T05:07:32.301Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:07:32.302Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:07:32.302Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973577855, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-31T05:07:32.302Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:07:32.302Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:07:32.302Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973579198, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-31T05:07:32.302Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:07:32.302Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:07:32.302Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973580564, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-31T05:07:32.302Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:07:32.302Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:07:32.302Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973581627, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T05:07:32.302Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:07:32.302Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:07:32.302Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973582630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-31T05:07:32.303Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:07:32.303Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:07:32.303Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973583634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-31T05:07:32.303Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:07:32.303Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:07:32.303Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973584638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-31T05:07:32.303Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:07:32.303Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:07:32.303Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973585642, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-31T05:07:32.303Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:07:32.303Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-31T05:07:32.303Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973586646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T05:07:32.303Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:07:38.036Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:07:38.037Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:07:38.037Z||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-05-31T05:07:38.037Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:07:47.585Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:07:47.586Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:07:47.586Z||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-05-31T05:07:47.587Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:07:57.158Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:08:32.249Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:08:32.250Z||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-05-31T05:08:32.250Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:08:32.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:08:32.264Z||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-05-31T05:08:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:08:32.803Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:08:32.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T05:08:32.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "30cde8c7-d061-4c2c-8af4-000bf2c7784a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653973617967, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-31T05:08:32.805Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T05:08:41.820Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:09:32.250Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:09:32.251Z||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-05-31T05:09:32.251Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:09:32.263Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:09:32.264Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|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-05-31T05:09:32.264Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|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 UGibuShiTvIjXZNa) ... 2022-05-31T05:09:41.850Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:09:41.850Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:10:32.250Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:10:32.251Z||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-05-31T05:10:32.251Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:10:32.265Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:10:32.266Z||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-05-31T05:10:32.266Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:10:41.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:10:41.837Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:11:32.249Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:11:32.250Z||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-05-31T05:11:32.250Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:11:32.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:11:32.264Z||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-05-31T05:11:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:11:41.810Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:11:41.841Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:12:32.250Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:12:32.250Z||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-05-31T05:12:32.250Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:12:32.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:12:32.265Z||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-05-31T05:12:32.265Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:12:41.851Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:12:41.851Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:13:32.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:13:32.253Z||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-05-31T05:13:32.253Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:13:32.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:13:32.264Z||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-05-31T05:13:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:13:41.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:13:41.821Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:14:32.250Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:14:32.251Z||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-05-31T05:14:32.251Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:14:32.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:14:32.264Z||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-05-31T05:14:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:14:41.816Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:14:41.816Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:15:32.249Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:15:32.250Z||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-05-31T05:15:32.251Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:15:32.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:15:32.264Z||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-05-31T05:15:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:15:41.819Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:15:41.821Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:16:32.249Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:16:32.250Z||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-05-31T05:16:32.250Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:16:32.263Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:16:32.264Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|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-05-31T05:16:32.264Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|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 UGibuShiTvIjXZNa) ... 2022-05-31T05:16:41.847Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:16:41.847Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:17:32.249Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:17:32.251Z||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-05-31T05:17:32.251Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:17:32.263Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:17:32.264Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|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-05-31T05:17:32.264Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|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 UGibuShiTvIjXZNa) ... 2022-05-31T05:17:41.820Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:17:41.829Z|ee11fc14-35fc-4049-a167-a76c84bd4ecf|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:18:32.249Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:18:32.250Z||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-05-31T05:18:32.250Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:18:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:18:32.264Z||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-05-31T05:18:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:18:41.832Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:18:41.842Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:19:32.249Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:19:32.250Z||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-05-31T05:19:32.250Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:19:32.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:19:32.264Z||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-05-31T05:19:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:19:41.815Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:19:41.819Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:20:32.250Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:20:32.251Z||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-05-31T05:20:32.251Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:20:32.263Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:20:32.264Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|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-05-31T05:20:32.264Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|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 UGibuShiTvIjXZNa) ... 2022-05-31T05:20:41.850Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:20:41.850Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:21:32.250Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:21:32.252Z||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-05-31T05:21:32.252Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:21:32.263Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:21:32.264Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|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-05-31T05:21:32.265Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|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 UGibuShiTvIjXZNa) ... 2022-05-31T05:21:41.819Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:21:41.821Z|30cde8c7-d061-4c2c-8af4-000bf2c7784a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:22:32.250Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:22:32.252Z||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-05-31T05:22:32.252Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:22:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:22:32.264Z||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-05-31T05:22:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:22:41.814Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:22:41.835Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:23:32.251Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:23:32.252Z||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-05-31T05:23:32.252Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:23:32.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:23:32.264Z||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-05-31T05:23:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:23:41.863Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:23:41.863Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:24:32.249Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:24:32.250Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:24:32.250Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T05:24:32.263Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:24:32.264Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|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-05-31T05:24:32.264Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|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 UGibuShiTvIjXZNa) ... 2022-05-31T05:24:41.821Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:24:41.821Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:25:32.249Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:25:32.250Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:25:32.250Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T05:25:32.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:25:32.264Z||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-05-31T05:25:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:25:41.824Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:25:41.826Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:26:32.249Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:26:32.251Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:26:32.251Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T05:26:32.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:26:32.264Z||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-05-31T05:26:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:26:41.844Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:26:41.845Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:27:32.249Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:27:32.250Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:27:32.250Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T05:27:32.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:27:32.264Z||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-05-31T05:27:32.264Z||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 UGibuShiTvIjXZNa) ... 2022-05-31T05:27:41.840Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:27:41.842Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:28:32.249Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:28:32.251Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:28:32.251Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UGibuShiTvIjXZNa) ... 2022-05-31T05:28:32.263Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:28:32.264Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|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-05-31T05:28:32.264Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|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 UGibuShiTvIjXZNa) ... 2022-05-31T05:28:41.821Z|be5a24e3-cf0d-4696-bbfa-2a5401a4aea8|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:28:41.821Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK