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-03-25T02:36:47.879Z||main|||||INFO|500||The following profiles are active: basic 2022-03-25T02:36:56.343Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-25T02:36:56.344Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-25T02:36:56.423Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-25T02:36:58.475Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-25T02:36:58.617Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-25T02:36:58.906Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-25T02:36:58.915Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-25T02:36:58.988Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-25T02:36:59.129Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-25T02:36:59.455Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-25T02:37:00.132Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-25T02:37:01.590Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-25T02:37:01.624Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-25T02:37:02.037Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-25T02:37:02.112Z||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-03-25T02:37:03.061Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-25T02:37:03.880Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-25T02:37:03.899Z||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$$55dae396.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-03-25T02:37:03.900Z||main|||||WARN|500||The sdc end point is not alive 2022-03-25T02:37:06.119Z||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-03-25T02:37:08.169Z||main|||||WARN|500||--- 2022-03-25T02:37:08.169Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-25T02:37:08.169Z||main|||||WARN|500||--- 2022-03-25T02:37:08.479Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-25T02:37:12.257Z||main|||||INFO|500||Started Application in 28.587 seconds (JVM running for 29.558) 2022-03-25T02:37:12.276Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-25T02:37:12.277Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-25T02:37:12.286Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-25T02:37:12.377Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-25T02:37:12.465Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c3793377-abb5-484e-9dfb-bbca70dd656c url= /sdc/v1/artifactTypes 2022-03-25T02:37:12.466Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-25T02:37:12.819Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-25T02:37:12.854Z||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-03-25T02:37:12.878Z||scheduling-1|||||DEBUG|500||create keys 2022-03-25T02:37:12.885Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-25T02:37:12.962Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:37:12.981Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 16788fba-2196-4782-a676-b171795b1c32 url= /sdc/v1/registerForDistribution 2022-03-25T02:37:13.067Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 16788fba-2196-4782-a676-b171795b1c32 url= /sdc/v1/registerForDistribution 2022-03-25T02:37:13.067Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-25T02:37:13.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:37:13.079Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:37:13.083Z||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-03-25T02:37:13.083Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:37:13.083Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-25T02:37:13.083Z||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-03-25T02:37:13.084Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:37:24.423Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:37:24.432Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:38:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:38:13.079Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:38:13.079Z||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-03-25T02:38:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:38:13.080Z||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-03-25T02:38:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:38:22.632Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:38:22.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:39:13.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:39:13.078Z||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-03-25T02:39:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:39:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:39:13.080Z||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-03-25T02:39:13.082Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:39:22.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:39:22.632Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:40:13.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:40:13.079Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:40:13.078Z||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-03-25T02:40:13.079Z||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-03-25T02:40:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:40:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:40:22.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:40:22.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:41:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:41:13.078Z||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-03-25T02:41:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:41:13.079Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:41:13.080Z||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-03-25T02:41:13.081Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:41:22.629Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:41:22.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:42:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:42:13.078Z||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-03-25T02:42:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:42:13.079Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:42:13.079Z||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-03-25T02:42:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:42:22.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:42:22.662Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:43:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:43:13.077Z||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-03-25T02:43:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:43:13.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:43:13.079Z||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-03-25T02:43:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:43:22.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:43:22.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:44:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:44:13.078Z||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-03-25T02:44:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:44:13.079Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:44:13.080Z||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-03-25T02:44:13.081Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:44:22.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:44:22.630Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:45:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:45:13.078Z||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-03-25T02:45:13.079Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:45:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:45:13.100Z||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-03-25T02:45:13.100Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:45:22.630Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:45:22.639Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:46:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:46:13.078Z||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-03-25T02:46:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:46:13.079Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:46:13.080Z||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-03-25T02:46:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:46:22.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:46:22.627Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:46:49.111Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-25T02:47:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:47:13.078Z||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-03-25T02:47:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:47:13.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:47:13.080Z||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-03-25T02:47:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:47:22.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:47:22.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:48:13.078Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:48:13.079Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:48:13.080Z||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-03-25T02:48:13.080Z||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-03-25T02:48:13.081Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:48:13.081Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:48:22.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:48:22.636Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:49:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:49:13.078Z||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-03-25T02:49:13.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:49:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:49:13.079Z||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-03-25T02:49:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:49:22.629Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:49:22.630Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:50:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:50:13.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:50:13.078Z||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-03-25T02:50:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:50:13.079Z||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-03-25T02:50:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:50:22.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:50:22.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:51:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:51:13.078Z||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-03-25T02:51:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:51:13.079Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:51:13.079Z||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-03-25T02:51:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:51:22.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:51:22.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:52:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:52:13.078Z||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-03-25T02:52:13.079Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:52:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:52:13.079Z||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-03-25T02:52:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:52:22.627Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:52:22.635Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:53:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:53:13.078Z||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-03-25T02:53:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:53:13.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:53:13.079Z||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-03-25T02:53:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:53:22.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:53:22.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:54:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:54:13.078Z||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-03-25T02:54:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:54:13.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:54:13.079Z||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-03-25T02:54:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:54:22.628Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:54:22.630Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:55:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:55:13.078Z||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-03-25T02:55:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:55:13.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:55:13.079Z||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-03-25T02:55:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:55:22.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:55:22.626Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:56:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:56:13.078Z||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-03-25T02:56:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:56:13.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:56:13.079Z||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-03-25T02:56:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:56:22.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:56:22.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:57:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:57:13.078Z||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-03-25T02:57:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:57:13.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:57:13.079Z||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-03-25T02:57:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:57:22.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:57:22.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:58:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:58:13.078Z||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-03-25T02:58:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:58:13.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:58:13.079Z||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-03-25T02:58:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:58:22.629Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:58:22.647Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:59:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:59:13.078Z||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-03-25T02:59:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:59:13.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:59:13.079Z||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-03-25T02:59:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T02:59:22.628Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:59:22.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:00:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:00:13.078Z||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-03-25T03:00:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:00:13.078Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:00:13.079Z||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-03-25T03:00:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:00:22.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:00:22.629Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:01:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:01:13.078Z||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-03-25T03:01:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:01:13.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:01:13.079Z||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-03-25T03:01:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:01:22.646Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:01:22.647Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:02:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:02:13.078Z||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-03-25T03:02:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:02:13.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:02:13.079Z||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-03-25T03:02:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:02:22.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:02:22.629Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:03:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:03:13.078Z||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-03-25T03:03:13.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:03:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:03:13.079Z||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-03-25T03:03:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:03:22.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:03:22.630Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:04:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:04:13.078Z||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-03-25T03:04:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:04:13.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:04:13.079Z||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-03-25T03:04:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:04:22.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:04:22.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:05:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:05:13.078Z||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-03-25T03:05:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:05:13.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:05:13.079Z||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-03-25T03:05:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:05:22.625Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:05:22.630Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:06:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:06:13.078Z||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-03-25T03:06:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:06:13.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:06:13.079Z||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-03-25T03:06:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:06:22.639Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:06:22.642Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:07:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:07:13.078Z||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-03-25T03:07:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:07:13.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:07:13.079Z||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-03-25T03:07:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:07:22.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:07:22.651Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:08:13.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:08:13.078Z||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-03-25T03:08:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:08:13.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:08:13.079Z||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-03-25T03:08:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:08:22.631Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:08:22.635Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:09:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:09:13.078Z||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-03-25T03:09:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:09:13.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:09:13.079Z||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-03-25T03:09:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:09:22.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:09:22.658Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:10:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:10:13.078Z||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-03-25T03:10:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:10:13.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:10:13.079Z||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-03-25T03:10:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:10:22.629Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:10:22.631Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:11:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:11:13.078Z||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-03-25T03:11:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:11:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:11:13.080Z||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-03-25T03:11:13.081Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:11:22.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:11:22.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:12:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:12:13.078Z||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-03-25T03:12:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:12:13.079Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:12:13.079Z||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-03-25T03:12:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:12:22.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:12:22.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:13:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:13:13.078Z||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-03-25T03:13:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:13:13.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:13:13.079Z||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-03-25T03:13:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:13:22.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:13:22.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:14:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:14:13.078Z||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-03-25T03:14:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:14:13.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:14:13.080Z||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-03-25T03:14:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:14:22.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:14:22.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:15:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:15:13.078Z||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-03-25T03:15:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:15:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:15:13.080Z||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-03-25T03:15:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:15:22.628Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:15:22.631Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:16:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:16:13.078Z||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-03-25T03:16:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:16:13.078Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:16:13.079Z||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-03-25T03:16:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:16:22.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:16:22.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:17:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:17:13.078Z||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-03-25T03:17:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:17:13.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:17:13.079Z||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-03-25T03:17:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:17:22.628Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:17:22.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:18:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:18:13.078Z||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-03-25T03:18:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:18:13.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:18:13.079Z||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-03-25T03:18:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:18:22.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:18:22.628Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:19:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:19:13.078Z||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-03-25T03:19:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:19:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:19:13.079Z||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-03-25T03:19:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:19:22.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:19:22.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:20:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:20:13.078Z||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-03-25T03:20:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:20:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:20:13.079Z||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-03-25T03:20:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:20:22.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:20:22.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:21:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:21:13.078Z||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-03-25T03:21:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:21:13.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:21:13.079Z||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-03-25T03:21:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:21:22.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:21:22.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:22:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:22:13.079Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:22:13.079Z||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-03-25T03:22:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:22:13.079Z||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-03-25T03:22:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:22:22.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:22:22.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:23:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:23:13.079Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:23:13.080Z||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-03-25T03:23:13.080Z||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-03-25T03:23:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:23:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:23:22.635Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:23:22.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:24:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:24:13.078Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:24:13.079Z||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-03-25T03:24:13.079Z||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-03-25T03:24:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:24:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:24:22.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:24:22.628Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:25:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:25:13.077Z||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-03-25T03:25:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:25:13.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:25:13.079Z||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-03-25T03:25:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:25:22.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:25:22.638Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:26:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:26:13.078Z||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-03-25T03:26:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:26:13.079Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:26:13.079Z||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-03-25T03:26:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:26:22.647Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:26:22.652Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:27:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:27:13.078Z||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-03-25T03:27:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:27:13.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:27:13.079Z||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-03-25T03:27:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:27:22.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:27:22.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:28:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:28:13.078Z||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-03-25T03:28:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:28:13.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:28:13.079Z||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-03-25T03:28:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:28:22.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:28:22.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:29:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:29:13.078Z||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-03-25T03:29:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:29:13.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:29:13.081Z||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-03-25T03:29:13.081Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:29:22.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:29:22.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:30:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:30:13.078Z||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-03-25T03:30:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:30:13.078Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:30:13.079Z||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-03-25T03:30:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:30:22.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:30:22.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:31:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:31:13.078Z||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-03-25T03:31:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:31:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:31:13.080Z||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-03-25T03:31:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:31:22.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:31:22.631Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:32:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:32:13.078Z||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-03-25T03:32:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:32:13.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:32:13.079Z||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-03-25T03:32:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:32:22.648Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:32:22.649Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:33:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:33:13.078Z||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-03-25T03:33:13.079Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:33:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:33:13.080Z||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-03-25T03:33:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:33:22.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:33:22.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:34:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:34:13.078Z||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-03-25T03:34:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:34:13.079Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:34:13.079Z||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-03-25T03:34:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:34:22.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:34:22.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:35:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:35:13.078Z||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-03-25T03:35:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:35:13.079Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:35:13.079Z||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-03-25T03:35:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:35:22.641Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:35:22.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:36:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:36:13.078Z||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-03-25T03:36:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:36:13.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:36:13.079Z||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-03-25T03:36:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:36:22.632Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:36:22.632Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:37:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:37:13.078Z||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-03-25T03:37:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:37:13.079Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:37:13.080Z||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-03-25T03:37:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:37:22.636Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:37:22.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:38:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:38:13.077Z||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-03-25T03:38:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:38:13.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:38:13.079Z||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-03-25T03:38:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:38:22.636Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:38:22.644Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:39:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:39:13.078Z||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-03-25T03:39:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:39:13.079Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:39:13.079Z||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-03-25T03:39:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:39:22.626Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:39:22.627Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:40:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:40:13.078Z||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-03-25T03:40:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:40:13.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:40:13.079Z||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-03-25T03:40:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:40:22.626Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:40:22.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:41:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:41:13.078Z||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-03-25T03:41:13.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:41:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:41:13.079Z||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-03-25T03:41:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:41:22.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:41:22.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:42:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:42:13.078Z||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-03-25T03:42:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:42:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:42:13.079Z||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-03-25T03:42:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:42:22.626Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:42:22.627Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:43:13.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:43:13.078Z||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-03-25T03:43:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:43:13.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:43:13.079Z||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-03-25T03:43:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:43:13.709Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:43:13.711Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:43:13.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"2d0462df-ea40-4dda-8078-8eb7848ddf03","serviceName":"vFW 2022-03-25 03-40-50","serviceVersion":"1.0","serviceUUID":"24a1ae0c-7eb8-4f07-9e54-5de996fa45f8","serviceDescription":"catalog service description","serviceInvariantUUID":"3d3c7173-1698-4414-82bb-29b888eba5f2","resources":[{"resourceInstanceName":"vFW d3c1fb59-d554 0","resourceName":"vFW d3c1fb59-d554","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ac2eb94f-d7c1-4985-8fb9-0f84b6aa8f8d","resourceInvariantUUID":"92682e05-4b82-48e7-a10c-5bcdde7ccac4","resourceCustomizationUUID":"5a196762-2ce4-4ecf-9afb-f17f7cb163d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vf-license-model.xml","artifactChecksum":"NzIwNjRkOGFhMjk0OGE3NGNlNWVkZjUxMWI3NWIwOTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5493cacc-5331-45b7-985d-883e0e84e090","artifactVersion":"1"},{"artifactName":"vfwd3c1fb59d5540_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json","artifactChecksum":"MjdjNWU5MmUyNGU1ODMwZGRhYzE2NDdkODRkZDlkMDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"98a51791-12ef-4c3b-9fed-2718eb5ecc47","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"abb4364e-bcaf-46c8-9884-ab7473d1ce7f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vendor-license-model.xml","artifactChecksum":"YjQ3ZTg1M2E4MzVlNjc3MDAwYjE4N2M1OWEzZGNhMDA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"36b1e097-928a-407c-9639-c412e6b49230","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7fdb30a8-2a19-40fd-858d-2fdc52b5f7c6","artifactVersion":"2","generatedFromUUID":"abb4364e-bcaf-46c8-9884-ab7473d1ce7f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220325034050-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-template.yml","artifactChecksum":"MTc1ZWJlZWNkZmQzZTk2NDRhZTJlMzk2NGNkYTc5Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b83d572-0462-4e2b-88e4-8dc88d807627","artifactVersion":"1"},{"artifactName":"service-Vfw20220325034050-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar","artifactChecksum":"ZGI0MGMzNWIzZTM0NTEyNWQ3NWQ2ZDA2NDM2ZWJhYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"254102be-89ca-410b-b0fa-87e6912c1de7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T03:43:13.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "clamp", "timestamp": 1648179754092, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.722Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:43:13.728Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:43:13.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "ves-openapi-manager", "timestamp": 1648179756660, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "policy-id", "timestamp": 1648179760322, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.735Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:43:13.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "cds", "timestamp": 1648179752812, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.735Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179793077, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "dcae-sch", "timestamp": 1648179760644, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "ves-openapi-manager", "timestamp": 1648179756660, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "clamp", "timestamp": 1648179754092, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json", "status": "NOTIFIED" } 2022-03-25T03:43:13.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "policy-id", "timestamp": 1648179760322, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "cds", "timestamp": 1648179752812, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "dcae-sch", "timestamp": 1648179760644, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "ves-openapi-manager", "timestamp": 1648179756660, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "clamp", "timestamp": 1648179754092, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "policy-id", "timestamp": 1648179760322, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-25T03:43:13.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "cds", "timestamp": 1648179752812, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "dcae-sch", "timestamp": 1648179760644, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "multicloud-k8s-id", "timestamp": 1648179763794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "ves-openapi-manager", "timestamp": 1648179756660, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "clamp", "timestamp": 1648179754092, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "policy-id", "timestamp": 1648179760322, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "cds", "timestamp": 1648179752812, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "dcae-sch", "timestamp": 1648179760644, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "multicloud-k8s-id", "timestamp": 1648179763794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json", "status": "NOTIFIED" } 2022-03-25T03:43:13.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "ves-openapi-manager", "timestamp": 1648179756660, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "clamp", "timestamp": 1648179754092, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "policy-id", "timestamp": 1648179760322, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "cds", "timestamp": 1648179752812, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "dcae-sch", "timestamp": 1648179760644, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "multicloud-k8s-id", "timestamp": 1648179763794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-25T03:43:13.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "ves-openapi-manager", "timestamp": 1648179756660, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "clamp", "timestamp": 1648179754092, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "policy-id", "timestamp": 1648179760322, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "cds", "timestamp": 1648179752812, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "dcae-sch", "timestamp": 1648179760644, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "multicloud-k8s-id", "timestamp": 1648179763794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "ves-openapi-manager", "timestamp": 1648179756660, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "clamp", "timestamp": 1648179754092, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:43:13.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "policy-id", "timestamp": 1648179760322, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:43:13.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "cds", "timestamp": 1648179752812, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:43:13.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "dcae-sch", "timestamp": 1648179760644, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "multicloud-k8s-id", "timestamp": 1648179763794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-25T03:43:13.747Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "cds", "timestamp": 1648179769169, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:43:13.747Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:43:13.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "policy-id", "timestamp": 1648179769165, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:43:13.748Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:43:13.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "multicloud-k8s-id", "timestamp": 1648179763794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "cds", "timestamp": 1648179770181, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-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=? 2022-03-25T03:43:13.835Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-03-25T03:43:13.840Z||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-03-25T03:43:13.840Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:43:13.857Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:43:13.858Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T03:43:13.875Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2d0462df-ea40-4dda-8078-8eb7848ddf03 2022-03-25T03:43:13.886Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d0462df-ea40-4dda-8078-8eb7848ddf03 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-03-25T03:43:13.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "policy-id", "timestamp": 1648179770172, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:43:13.904Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:43:13.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "multicloud-k8s-id", "timestamp": 1648179763794, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:43:13.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "policy-id", "timestamp": 1648179771177, "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-03-25T03:43:13.916Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d0462df-ea40-4dda-8078-8eb7848ddf03 2022-03-25T03:43:13.916Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d0462df-ea40-4dda-8078-8eb7848ddf03 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-03-25T03:43:13.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "multicloud-k8s-id", "timestamp": 1648179771525, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T03:43:13.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:43:13.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "multicloud-k8s-id", "timestamp": 1648179772609, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T03:43:13.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:43:13.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "multicloud-k8s-id", "timestamp": 1648179773714, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-25T03:43:13.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:43:13.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "multicloud-k8s-id", "timestamp": 1648179775386, "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-03-25T03:43:13.929Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d0462df-ea40-4dda-8078-8eb7848ddf03 2022-03-25T03:43:13.930Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d0462df-ea40-4dda-8078-8eb7848ddf03 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-03-25T03:43:13.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "multicloud-k8s-id", "timestamp": 1648179776390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json", "status": "DEPLOY_OK" } 2022-03-25T03:43:13.938Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:43:13.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "aai-ml", "timestamp": 1648179777860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648179778033, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "aai-ml", "timestamp": 1648179777860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648179778033, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "clamp", "timestamp": 1648179779721, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:43:13.939Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:43:13.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "aai-ml", "timestamp": 1648179777860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648179778033, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "clamp", "timestamp": 1648179781397, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:43:13.940Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:43:13.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "aai-ml", "timestamp": 1648179777860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648179778033, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "clamp", "timestamp": 1648179782401, "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-03-25T03:43:13.946Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2d0462df-ea40-4dda-8078-8eb7848ddf03 2022-03-25T03:43:13.946Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d0462df-ea40-4dda-8078-8eb7848ddf03 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-03-25T03:43:13.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "aai-ml", "timestamp": 1648179777860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648179778033, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "aai-ml", "timestamp": 1648179777860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648179778033, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:13.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "aai-ml", "timestamp": 1648179777860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:43:13.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648179778033, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:43:13.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:43:13.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "aai-ml", "timestamp": 1648179785642, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:43:13.956Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:43:13.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648179785841, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:43:13.956Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:43:13.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648179790348, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:43:13.956Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:43:13.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:43:13.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648179791352, "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-03-25T03:43:13.961Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2d0462df-ea40-4dda-8078-8eb7848ddf03 2022-03-25T03:43:13.961Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d0462df-ea40-4dda-8078-8eb7848ddf03 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-03-25T03:43:14.747Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:43:14.748Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:43:14.750Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:43:14.750Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179793077, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json", "status": "NOTIFIED" } 2022-03-25T03:43:14.850Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:43:14.852Z||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-03-25T03:43:14.852Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:43:14.868Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:43:14.869Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-25T03:43:15.751Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:43:15.752Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:43:15.754Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:43:15.755Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179793077, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-25T03:43:15.855Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:43:15.856Z||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-03-25T03:43:15.856Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:43:15.872Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:43:15.872Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:43:16.755Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:43:16.756Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:43:16.759Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:43:16.759Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179793077, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:16.859Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:43:16.860Z||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-03-25T03:43:16.861Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:43:16.877Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:43:16.877Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-25T03:43:17.760Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:43:17.761Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:43:17.764Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:43:17.764Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179793077, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-25T03:43:17.864Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:43:17.865Z||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-03-25T03:43:17.865Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:43:17.880Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:43:17.881Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-25T03:43:18.765Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:43:18.766Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:43:18.768Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:43:18.768Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179793077, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:43:18.868Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:43:18.870Z||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-03-25T03:43:18.870Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:43:18.886Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:43:18.886Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:43:19.769Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:43:19.770Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:43:19.772Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:43:19.773Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179793077, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:43:19.873Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:43:19.874Z||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-03-25T03:43:19.874Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:43:19.892Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:43:19.892Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:43:20.776Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "serviceName": "vFW 2022-03-25 03-40-50", "serviceVersion": "1.0", "serviceUUID": "24a1ae0c-7eb8-4f07-9e54-5de996fa45f8", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3d3c7173-1698-4414-82bb-29b888eba5f2", "resources": [ { "resourceInstanceName": "vFW d3c1fb59-d554 0", "resourceCustomizationUUID": "5a196762-2ce4-4ecf-9afb-f17f7cb163d5", "resourceName": "vFW d3c1fb59-d554", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ac2eb94f-d7c1-4985-8fb9-0f84b6aa8f8d", "resourceInvariantUUID": "92682e05-4b82-48e7-a10c-5bcdde7ccac4", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwd3c1fb59d5540_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json", "artifactChecksum": "MjdjNWU5MmUyNGU1ODMwZGRhYzE2NDdkODRkZDlkMDY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "98a51791-12ef-4c3b-9fed-2718eb5ecc47", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "abb4364e-bcaf-46c8-9884-ab7473d1ce7f", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7fdb30a8-2a19-40fd-858d-2fdc52b5f7c6", "generatedFromUUID": "abb4364e-bcaf-46c8-9884-ab7473d1ce7f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7fdb30a8-2a19-40fd-858d-2fdc52b5f7c6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220325034050-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar", "artifactChecksum": "ZGI0MGMzNWIzZTM0NTEyNWQ3NWQ2ZDA2NDM2ZWJhYjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "254102be-89ca-410b-b0fa-87e6912c1de7" } ], "workloadContext": "Production" } 2022-03-25T03:43:20.777Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T03:43:20.777Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 24a1ae0c-7eb8-4f07-9e54-5de996fa45f8 ASDC 2022-03-25T03:43:20.856Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:2d0462df-ea40-4dda-8078-8eb7848ddf03 ServiceName:vFW 2022-03-25 03-40-50 ServiceVersion:1.0 ServiceUUID:24a1ae0c-7eb8-4f07-9e54-5de996fa45f8 ServiceInvariantUUID:3d3c7173-1698-4414-82bb-29b888eba5f2 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220325034050-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar ArtifactUUID:254102be-89ca-410b-b0fa-87e6912c1de7 ArtifactChecksum:ZGI0MGMzNWIzZTM0NTEyNWQ3NWQ2ZDA2NDM2ZWJhYjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW d3c1fb59-d554 0 ResourceCustomizationUUID:5a196762-2ce4-4ecf-9afb-f17f7cb163d5 ResourceInvariantUUID:92682e05-4b82-48e7-a10c-5bcdde7ccac4 ResourceName:vFW d3c1fb59-d554 ResourceType:VF ResourceUUID:ac2eb94f-d7c1-4985-8fb9-0f84b6aa8f8d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwd3c1fb59d5540_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json ArtifactUUID:98a51791-12ef-4c3b-9fed-2718eb5ecc47 ArtifactChecksum:MjdjNWU5MmUyNGU1ODMwZGRhYzE2NDdkODRkZDlkMDY= 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/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml ArtifactUUID:abb4364e-bcaf-46c8-9884-ab7473d1ce7f 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/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env ArtifactUUID:7fdb30a8-2a19-40fd-858d-2fdc52b5f7c6 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/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env ArtifactUUID:7fdb30a8-2a19-40fd-858d-2fdc52b5f7c6 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-25T03:43:20.856Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24a1ae0c-7eb8-4f07-9e54-5de996fa45f8 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-03-25T03:43:20.891Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T03:43:20.892Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-25T03:43:20.892Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-25T03:43:20.893Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 254102be-89ca-410b-b0fa-87e6912c1de7 from URL: /sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar 2022-03-25T03:43:20.893Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-25T03:43:20.894Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar 2022-03-25T03:43:20.971Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-25T03:43:20.987Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar 254102be-89ca-410b-b0fa-87e6912c1de7 98951 2022-03-25T03:43:20.989Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar ASDC sendASDCNotification 2022-03-25T03:43:20.989Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar 2022-03-25T03:43:20.989Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T03:43:20.990Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:43:20.991Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:43:20.991Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179800988, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:43:21.092Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T03:43:21.093Z||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-03-25T03:43:21.093Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:43:21.109Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:43:21.109Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:43:21.992Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T03:43:21.993Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-25T03:43:21.994Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 254102be-89ca-410b-b0fa-87e6912c1de7, URL: /sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar to file: /app/ASDC/1/service-Vfw20220325034050-csar.csar 2022-03-25T03:43:21.995Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220325034050-csar.csar 2022-03-25T03:43:22.050Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220325034050-csar.csar 2022-03-25T03:43:22.050Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220325034050-csar.csar 2022-03-25T03:43:22.599Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17359971728003872007/Definitions/service-Vfw20220325034050-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-03-25T03:43:25.001Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T03:43:25.005Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-25T03:43:25.005Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220325034050-csar.csar 2022-03-25T03:43:25.005Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-25T03:43:25.005Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||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-Vfw20220325034050-csar.csar 2022-03-25T03:43:25.005Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||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-Vfw20220325034050-csar.csar 2022-03-25T03:43:25.005Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||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-Vfw20220325034050-csar.csar 2022-03-25T03:43:25.005Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220325034050-csar.csar 2022-03-25T03:43:25.005Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220325034050-csar.csar 2022-03-25T03:43:25.005Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||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-Vfw20220325034050-csar.csar 2022-03-25T03:43:25.005Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||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-Vfw20220325034050-csar.csar 2022-03-25T03:43:25.005Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||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-Vfw20220325034050-csar.csar 2022-03-25T03:43:25.005Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220325034050-csar.csar 2022-03-25T03:43:25.006Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||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-Vfw20220325034050-csar.csar 2022-03-25T03:43:25.006Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d3c1fb59-d554 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-Vfw20220325034050-csar.csar 2022-03-25T03:43:25.006Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220325034050-csar.csar 2022-03-25T03:43:25.006Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||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-Vfw20220325034050-csar.csar 2022-03-25T03:43:25.006Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-25T03:43:25.010Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:25.012Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:43:25.014Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is matching search criteria 2022-03-25T03:43:25.014Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-25T03:43:25.015Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d3c1fb59-d554 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T03:43:25.016Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:25.016Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:43:25.016Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is matching search criteria 2022-03-25T03:43:25.016Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-25T03:43:25.016Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d3c1fb59-d554 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T03:43:25.016Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:25.016Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:43:25.019Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:25.019Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is not matching search criteria 2022-03-25T03:43:25.019Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T03:43:25.019Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T03:43:25.019Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-25T03:43:25.019Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-25T03:43:25.019Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:43:25.019Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-25T03:43:25.019Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:43:25.019Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-25T03:43:25.019Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-25T03:43:25.020Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:43:25.020Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-25T03:43:25.020Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-25T03:43:25.020Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-25T03:43:25.020Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-25T03:43:25.020Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:43:25.020Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-25T03:43:25.020Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:25.020Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T03:43:25.021Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:25.021Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is matching search criteria 2022-03-25T03:43:25.021Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d3c1fb59-d554 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:43:25.021Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:25.021Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is matching search criteria 2022-03-25T03:43:25.021Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d3c1fb59-d554 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:43:25.021Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:25.021Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is matching search criteria 2022-03-25T03:43:25.021Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d3c1fb59-d554 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is not matching search criteria 2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:43:25.022Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c113a2a2-37e7-4296-8662-adfe277e9a56 2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is not matching search criteria 2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:43:25.023Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=39c21ba8-c844-4bbd-b5c9-077e616506f4 2022-03-25T03:43:25.024Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:25.024Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is not matching search criteria 2022-03-25T03:43:25.024Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T03:43:25.024Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T03:43:25.024Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-25T03:43:25.024Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-25T03:43:25.024Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:43:25.024Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-25T03:43:25.024Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:43:25.024Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-25T03:43:25.024Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-25T03:43:25.024Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:43:25.025Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-25T03:43:25.025Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-25T03:43:25.025Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c60029ea-55b2-47ca-aea7-672d9f10cbba 2022-03-25T03:43:25.025Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:25.025Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:43:25.025Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:25.025Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:43:25.025Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:25.025Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:43:25.025Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:25.025Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:43:25.025Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-25 03-40-50 Description:catalog service description Model UUID:24a1ae0c-7eb8-4f07-9e54-5de996fa45f8 Model Version:NULL Model InvariantUuid:3d3c7173-1698-4414-82bb-29b888eba5f2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW d3c1fb59-d554 Model UUID:1d3a7af9-dc95-4980-b827-ba9ac1930dc8 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:92682e05-4b82-48e7-a10c-5bcdde7ccac4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5a196762-2ce4-4ecf-9afb-f17f7cb163d5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7f64926f-18e8-4bd5-893d-496ff3daa110 ModelName:VfwD3c1fb59D554..base_vfw..module-0 ModelUuid:90f3c42c-12f4-41eb-ad8c-7e3c866f9505 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c113a2a2-37e7-4296-8662-adfe277e9a56 ModelInvariantUuid:402b2c4d-280e-4a76-8249-28e995139a59 ModelName:vFW d3c1fb59-d554-nodes.vfwCvfc ModelUuid:70306947-c70b-47e6-ac2a-c6bf9c2181f8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:0be93434-29f5-4e08-b132-bd974b850489 ModelInvariantUuid:300e338d-8573-4c37-ac38-75f5ce1bf346 ModelName:VfwD3c1fb59D554.compute.nodes.heat.vfw ModelUuid:96543e07-01da-4b19-90e8-3e14ab9b66fb ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:39c21ba8-c844-4bbd-b5c9-077e616506f4 ModelInvariantUuid:1ebee1d6-59c8-4033-a9d8-eae8261441d8 ModelName:vFW d3c1fb59-d554-nodes.vsnCvfc ModelUuid:a8ef9077-c01a-4a42-9aa9-c8f24a2cbf38 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:2743b45f-5037-4f7f-a4b6-c03ad0b88989 ModelInvariantUuid:bd508550-3a0c-4753-a923-b02ba104f658 ModelName:VfwD3c1fb59D554.compute.nodes.heat.vsn ModelUuid:5039023a-dd7d-4da2-9605-8c3c73fadbdf ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c60029ea-55b2-47ca-aea7-672d9f10cbba ModelInvariantUuid:4e663577-b8a1-4260-a56a-eb324ff92c3a ModelName:vFW d3c1fb59-d554-nodes.vpgCvfc ModelUuid:6b7ce673-80f7-4a74-bc05-a1e34164df9d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:4eac534f-0c74-4cd8-b702-b3cfc9821a1e ModelInvariantUuid:6948d1f1-cea9-4599-aabe-9440cda0ee2c ModelName:VfwD3c1fb59D554.compute.nodes.heat.vpg ModelUuid:ac9699c9-d180-487e-91f6-8bf8b9e009dc 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-03-25T03:43:25.039Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ac2eb94f-d7c1-4985-8fb9-0f84b6aa8f8d 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-03-25T03:43:25.128Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||vFW d3c1fb59-d554 0 2022-03-25T03:43:25.134Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ac2eb94f-d7c1-4985-8fb9-0f84b6aa8f8d 2022-03-25T03:43:25.134Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 98a51791-12ef-4c3b-9fed-2718eb5ecc47 from URL: /sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json 2022-03-25T03:43:25.134Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-25T03:43:25.134Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json 2022-03-25T03:43:25.202Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-25T03:43:25.203Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json 98a51791-12ef-4c3b-9fed-2718eb5ecc47 785 2022-03-25T03:43:25.204Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json ASDC sendASDCNotification 2022-03-25T03:43:25.204Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json 2022-03-25T03:43:25.204Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T03:43:25.205Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:43:25.208Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:43:25.208Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179805204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T03:43:25.308Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T03:43:25.311Z||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-03-25T03:43:25.311Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:43:25.327Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:43:25.328Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:43:26.213Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD3c1fb59D554..base_vfw..module-0", "vfModuleModelInvariantUUID": "7f64926f-18e8-4bd5-893d-496ff3daa110", "vfModuleModelVersion": "1", "vfModuleModelUUID": "90f3c42c-12f4-41eb-ad8c-7e3c866f9505", "vfModuleModelCustomizationUUID": "502f37d6-3ac8-4798-a490-0360391dd7aa", "isBase": true, "artifacts": [ "abb4364e-bcaf-46c8-9884-ab7473d1ce7f", "7fdb30a8-2a19-40fd-858d-2fdc52b5f7c6" ], "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-03-25T03:43:26.229Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD3c1fb59D554..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:90f3c42c-12f4-41eb-ad8c-7e3c866f9505 VfModuleModelInvariantUUID:7f64926f-18e8-4bd5-893d-496ff3daa110 VfModuleModelDescription:NULL Artifacts UUID List:{ abb4364e-bcaf-46c8-9884-ab7473d1ce7f , 7fdb30a8-2a19-40fd-858d-2fdc52b5f7c6 } 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-03-25T03:43:26.231Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD3c1fb59D554..base_vfw..module-0", "vfModuleModelInvariantUUID": "7f64926f-18e8-4bd5-893d-496ff3daa110", "vfModuleModelVersion": "1", "vfModuleModelUUID": "90f3c42c-12f4-41eb-ad8c-7e3c866f9505", "vfModuleModelCustomizationUUID": "502f37d6-3ac8-4798-a490-0360391dd7aa", "isBase": true, "artifacts": [ "abb4364e-bcaf-46c8-9884-ab7473d1ce7f", "7fdb30a8-2a19-40fd-858d-2fdc52b5f7c6" ], "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-03-25T03:43:26.231Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD3c1fb59D554..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:90f3c42c-12f4-41eb-ad8c-7e3c866f9505 VfModuleModelInvariantUUID:7f64926f-18e8-4bd5-893d-496ff3daa110 VfModuleModelDescription:NULL Artifacts UUID List:{ abb4364e-bcaf-46c8-9884-ab7473d1ce7f , 7fdb30a8-2a19-40fd-858d-2fdc52b5f7c6 } 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-03-25T03:43:26.231Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: abb4364e-bcaf-46c8-9884-ab7473d1ce7f from URL: /sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml 2022-03-25T03:43:26.231Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-25T03:43:26.231Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml 2022-03-25T03:43:26.318Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-25T03:43:26.319Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml abb4364e-bcaf-46c8-9884-ab7473d1ce7f 20368 2022-03-25T03:43:26.319Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-25T03:43:26.319Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml 2022-03-25T03:43:26.319Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T03:43:26.320Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:43:26.322Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:43:26.322Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179806319, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T03:43:26.422Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:43:26.423Z||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-03-25T03:43:26.424Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:43:26.440Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:43:26.440Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-25T03:43:27.323Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7fdb30a8-2a19-40fd-858d-2fdc52b5f7c6 from URL: /sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env 2022-03-25T03:43:27.324Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-25T03:43:27.324Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env 2022-03-25T03:43:27.364Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-25T03:43:27.364Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env 7fdb30a8-2a19-40fd-858d-2fdc52b5f7c6 2098 2022-03-25T03:43:27.365Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-25T03:43:27.365Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env 2022-03-25T03:43:27.365Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T03:43:27.365Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:43:27.368Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:43:27.368Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179807365, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-25T03:43:27.468Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:43:27.470Z||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-03-25T03:43:27.470Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:43:27.486Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:43:27.486Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:43:28.368Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 24a1ae0c-7eb8-4f07-9e54-5de996fa45f8 2022-03-25T03:43:28.369Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d3c1fb59-d554 0 ac2eb94f-d7c1-4985-8fb9-0f84b6aa8f8d 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-03-25T03:43:28.404Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7be25847, org.onap.sdc.toscaparser.api.parameters.Input@336f609, org.onap.sdc.toscaparser.api.parameters.Input@2f7c7b79, org.onap.sdc.toscaparser.api.parameters.Input@7a31d2f3, org.onap.sdc.toscaparser.api.parameters.Input@13789d92] 2022-03-25T03:43:28.407Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:28.407Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:43:28.407Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-03-25T03:43:28.407Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 5a196762-2ce4-4ecf-9afb-f17f7cb163d5 2022-03-25T03:43:28.407Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5a196762-2ce4-4ecf-9afb-f17f7cb163d5 matches Tosca VF Customization UUID: 5a196762-2ce4-4ecf-9afb-f17f7cb163d5 2022-03-25T03:43:28.407Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 5a196762-2ce4-4ecf-9afb-f17f7cb163d5 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-03-25T03:43:28.414Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:28.414Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:43:28.415Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 5a196762-2ce4-4ecf-9afb-f17f7cb163d5: {\"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-03-25T03:43:28.415Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b84cc30 2022-03-25T03:43:28.416Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:28.416Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T03:43:28.416Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 502f37d6-3ac8-4798-a490-0360391dd7aa 2022-03-25T03:43:28.416Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 502f37d6-3ac8-4798-a490-0360391dd7aa 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-03-25T03:43:28.421Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:28.421Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is matching search criteria 2022-03-25T03:43:28.421Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d3c1fb59-d554 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:43:28.421Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:28.421Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is matching search criteria 2022-03-25T03:43:28.422Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d3c1fb59-d554 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:43:28.422Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:28.422Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is not matching search criteria 2022-03-25T03:43:28.422Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T03:43:28.422Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T03:43:28.422Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-25T03:43:28.422Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-25T03:43:28.422Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-25T03:43:28.422Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:43:28.422Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-25T03:43:28.422Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-25T03:43:28.422Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-25T03:43:28.422Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-25T03:43:28.423Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:43:28.423Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c113a2a2-37e7-4296-8662-adfe277e9a56 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-03-25T03:43:28.431Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:28.432Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is matching search criteria 2022-03-25T03:43:28.432Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d3c1fb59-d554 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:43:28.432Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:28.432Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is not matching search criteria 2022-03-25T03:43:28.432Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T03:43:28.432Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T03:43:28.432Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-25T03:43:28.432Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-25T03:43:28.432Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:43:28.432Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-25T03:43:28.433Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:43:28.433Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-25T03:43:28.433Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-25T03:43:28.433Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-25T03:43:28.433Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-25T03:43:28.433Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:43:28.433Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=39c21ba8-c844-4bbd-b5c9-077e616506f4 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-03-25T03:43:28.435Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:28.435Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is matching search criteria 2022-03-25T03:43:28.435Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d3c1fb59-d554 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:43:28.437Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:28.437Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is not matching search criteria 2022-03-25T03:43:28.437Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T03:43:28.438Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T03:43:28.438Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-25T03:43:28.438Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-25T03:43:28.438Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:43:28.438Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-25T03:43:28.438Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:43:28.438Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-25T03:43:28.438Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-25T03:43:28.438Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:43:28.438Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-25T03:43:28.438Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-25T03:43:28.438Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c60029ea-55b2-47ca-aea7-672d9f10cbba 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-03-25T03:43:28.440Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:28.440Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is matching search criteria 2022-03-25T03:43:28.441Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d3c1fb59-d554 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:43:28.441Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:28.441Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Node template vFW d3c1fb59-d554 0 is matching search criteria 2022-03-25T03:43:28.441Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d3c1fb59-d554 0] matching following query criteria: sdcType=VF, customizationUUID=5a196762-2ce4-4ecf-9afb-f17f7cb163d5 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-03-25T03:43:28.442Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:28.442Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:43:28.443Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 24a1ae0c-7eb8-4f07-9e54-5de996fa45f8: vFW d3c1fb59-d554 2022-03-25T03:43:28.443Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:28.443Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:43:28.443Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:28.443Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:43:28.443Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:28.443Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:43:28.443Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:28.443Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:43:28.443Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:43:28.443Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-25 03-40-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:43:28.443Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-03-25 03-40-50 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-03-25T03:43:28.722Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d3c1fb59-d554 ac2eb94f-d7c1-4985-8fb9-0f84b6aa8f8d 1 ASDC deployResourceStructure 2022-03-25T03:43:28.723Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json ASDC sendASDCNotification 2022-03-25T03:43:28.723Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json 2022-03-25T03:43:28.723Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T03:43:28.724Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:43:28.726Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:43:28.727Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179808723, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json", "status": "DEPLOY_OK" } 2022-03-25T03:43:28.827Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:43:28.828Z||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-03-25T03:43:28.828Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:43:28.844Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:43:28.845Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-25T03:43:29.728Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-25T03:43:29.729Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml 2022-03-25T03:43:29.729Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T03:43:29.729Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:43:29.732Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:43:29.732Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179809728, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-25T03:43:29.832Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:43:29.833Z||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-03-25T03:43:29.833Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:43:29.846Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:43:29.847Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:43:30.733Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-25T03:43:30.734Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env 2022-03-25T03:43:30.734Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T03:43:30.734Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:43:30.736Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:43:30.737Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179810733, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-25T03:43:30.837Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:43:30.838Z||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-03-25T03:43:30.838Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:43:30.854Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:43:30.854Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:43:31.738Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar ASDC sendASDCNotification 2022-03-25T03:43:31.738Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar 2022-03-25T03:43:31.739Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T03:43:31.739Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:43:31.742Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:43:31.742Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179811737, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:43:31.842Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:43:31.843Z||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-03-25T03:43:31.843Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:43:31.858Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:43:31.858Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:43:32.744Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d0462df-ea40-4dda-8078-8eb7848ddf03 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-25T03:43:32.765Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d0462df-ea40-4dda-8078-8eb7848ddf03 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-25T03:43:32.769Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T03:43:32.769Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T03:43:32.769Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T03:44:02.770Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d0462df-ea40-4dda-8078-8eb7848ddf03 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-25T03:44:02.784Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d0462df-ea40-4dda-8078-8eb7848ddf03 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-25T03:44:02.788Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T03:44:02.788Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T03:44:02.789Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T03:44:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:44:13.080Z||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-03-25T03:44:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:44:13.207Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:44:13.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:44:13.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179793077, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:44:13.210Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:44:32.789Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d0462df-ea40-4dda-8078-8eb7848ddf03 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-25T03:44:32.803Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d0462df-ea40-4dda-8078-8eb7848ddf03 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-25T03:44:32.807Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T03:44:32.807Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T03:44:32.807Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T03:45:02.808Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d0462df-ea40-4dda-8078-8eb7848ddf03 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-25T03:45:02.823Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d0462df-ea40-4dda-8078-8eb7848ddf03 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-25T03:45:02.828Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T03:45:02.828Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T03:45:02.828Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T03:45:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:45:13.080Z||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-03-25T03:45:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:45:13.608Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:45:13.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:45:13.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179793077, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json", "status": "NOTIFIED" } 2022-03-25T03:45:13.613Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:45:13.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:45:13.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "aai-ml", "timestamp": 1648179794983, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:45:13.614Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:45:13.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:45:13.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179793077, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-25T03:45:13.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:45:13.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:45:13.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "aai-ml", "timestamp": 1648179795988, "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-03-25T03:45:13.624Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2d0462df-ea40-4dda-8078-8eb7848ddf03 2022-03-25T03:45:13.624Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d0462df-ea40-4dda-8078-8eb7848ddf03 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-03-25T03:45:13.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:45:13.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179793077, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:45:13.635Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:45:13.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:45:13.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179793077, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-25T03:45:13.635Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:45:13.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:45:13.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179793077, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:45:13.636Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:45:13.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:45:13.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179793077, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:45:13.636Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:45:13.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:45:13.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179800988, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:45:13.636Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:45:13.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:45:13.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179805204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T03:45:13.637Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:45:13.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:45:13.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179806319, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T03:45:13.637Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:45:13.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:45:13.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179807365, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-25T03:45:13.637Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:45:13.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:45:13.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179808723, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/vfwd3c1fb59d5540_modules.json", "status": "DEPLOY_OK" } 2022-03-25T03:45:13.637Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:45:13.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:45:13.638Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179809728, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-25T03:45:13.638Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:45:13.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:45:13.638Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179810733, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/resourceInstances/vfwd3c1fb59d5540/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-25T03:45:13.638Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:45:13.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:45:13.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179811737, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034050/1.0/artifacts/service-Vfw20220325034050-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:45:13.639Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:45:32.829Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d0462df-ea40-4dda-8078-8eb7848ddf03 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-25T03:45:32.842Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d0462df-ea40-4dda-8078-8eb7848ddf03 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-25T03:45:32.846Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T03:45:32.846Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T03:45:32.846Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T03:45:32.846Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T03:45:32.846Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:45:32.846Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:45:32.846Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:45:32.847Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:45:32.847Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:45:32.847Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:45:32.847Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||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-03-25T03:45:32.853Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T03:46:02.854Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2d0462df-ea40-4dda-8078-8eb7848ddf03 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-03-25T03:46:02.863Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2d0462df-ea40-4dda-8078-8eb7848ddf03 and serviceModelVersionId: 24a1ae0c-7eb8-4f07-9e54-5de996fa45f8 2022-03-25T03:46:02.864Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d3c7173-1698-4414-82bb-29b888eba5f2 2022-03-25T03:46:12.639Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d3c7173-1698-4414-82bb-29b888eba5f2/model-vers/model-ver/24a1ae0c-7eb8-4f07-9e54-5de996fa45f8?depth=0 2022-03-25T03:46:12.721Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T03:46:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:46:13.079Z||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-03-25T03:46:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:46:13.090Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d3c7173-1698-4414-82bb-29b888eba5f2/model-vers/model-ver/24a1ae0c-7eb8-4f07-9e54-5de996fa45f8?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-03-25T03:46:13.093Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d3c7173-1698-4414-82bb-29b888eba5f2/model-vers/model-ver/24a1ae0c-7eb8-4f07-9e54-5de996fa45f8?depth=0|INFO|500||Invoke 2022-03-25T03:46:13.180Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d3c7173-1698-4414-82bb-29b888eba5f2/model-vers/model-ver/24a1ae0c-7eb8-4f07-9e54-5de996fa45f8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T03:46:13.328Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d3c7173-1698-4414-82bb-29b888eba5f2/model-vers/model-ver/24a1ae0c-7eb8-4f07-9e54-5de996fa45f8?depth=0|INFO|500||InvokeReturn 2022-03-25T03:46:13.329Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d3c7173-1698-4414-82bb-29b888eba5f2/model-vers/model-ver/24a1ae0c-7eb8-4f07-9e54-5de996fa45f8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220325-03:46:13:189-53515], vertex-id=[213192], Content-Length=[0], Date=[Fri, 25 Mar 2022 03:46:13 GMT], Content-Type=[application/json]} 2022-03-25T03:46:13.329Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-03-25T03:46:13.332Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T03:46:13.332Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||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-03-25T03:46:13.336Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||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-03-25T03:46:13.345Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2d0462df-ea40-4dda-8078-8eb7848ddf03 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T03:46:13.347Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T03:46:13.347Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:46:13.349Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:46:13.349Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179973346, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T03:46:13.449Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:46:13.450Z||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-03-25T03:46:13.451Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:46:13.465Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:46:13.466Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:46:14.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:46:14.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:46:14.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d0462df-ea40-4dda-8078-8eb7848ddf03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648179973346, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T03:46:14.079Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T03:46:14.367Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:46:14.368Z||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-03-25T03:46:14.369Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:46:24.628Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:46:24.629Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:46:24.630Z||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-03-25T03:46:24.630Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:46:34.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:46:34.176Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:46:34.176Z||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-03-25T03:46:34.176Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:46:43.718Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:47:13.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:47:13.078Z||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-03-25T03:47:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:47:13.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:47:13.080Z||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-03-25T03:47:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:47:22.630Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:47:22.633Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:48:13.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:48:13.078Z||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-03-25T03:48:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:48:13.079Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:48:13.079Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|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-03-25T03:48:13.080Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:48:22.627Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:48:22.628Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:49:13.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:49:13.078Z||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-03-25T03:49:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:49:13.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:49:13.079Z||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-03-25T03:49:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:49:22.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:49:22.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:50:13.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:50:13.078Z||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-03-25T03:50:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:50:13.079Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:50:13.079Z||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-03-25T03:50:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:50:22.631Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:50:22.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:51:13.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:51:13.078Z||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-03-25T03:51:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:51:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:51:13.079Z||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-03-25T03:51:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:51:22.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:51:22.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:52:13.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:52:13.078Z||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-03-25T03:52:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:52:13.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:52:13.079Z||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-03-25T03:52:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:52:22.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:52:22.638Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:53:13.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:53:13.078Z||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-03-25T03:53:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:53:13.079Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:53:13.079Z||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-03-25T03:53:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:53:22.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:53:22.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:54:13.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:54:13.078Z||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-03-25T03:54:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:54:13.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:54:13.079Z||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-03-25T03:54:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:54:13.712Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:54:13.712Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:54:13.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"87d1ea1f-1621-402b-88c8-14c95feaff1d","serviceName":"basic_onboard_HQnCHg","serviceVersion":"1.0","serviceUUID":"aba37285-bd47-4964-9f39-f7b869efaa80","serviceDescription":"service","serviceInvariantUUID":"47c6f010-fb40-4be2-b08c-6835f54936d2","resources":[{"resourceInstanceName":"basic_onboard_HQnCHg 0","resourceName":"basic_onboard_HQnCHg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"20091e90-a4f5-4a98-b97f-284d8edfb160","resourceInvariantUUID":"741ea190-1ff8-4e44-8aba-c3eef427a312","resourceCustomizationUUID":"2803a464-3a83-453d-ba30-7961b585e587","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vf-license-model.xml","artifactChecksum":"ZjQ5OWZmMGE0MTU2ZmI0Y2E2OGYwYjM2MTE5OTgxYzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5a39c462-af07-47c7-955d-1c4f83d353ef","artifactVersion":"1"},{"artifactName":"basic_onboard_hqnchg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json","artifactChecksum":"MzlhNjZiMDk2YmMzM2Q5NWJhNWQ2MjI5ZjU5MzMyNzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1bd05335-3ba0-44fc-81d5-bf7eacf04d2f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3986874a-3d3f-469f-8a3e-75ed7be53475","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"91757ffe-55b6-4486-ac26-edd42757f441","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5bf1ca47-4b81-4329-934a-d014c7fe2dc3","artifactVersion":"2","generatedFromUUID":"3986874a-3d3f-469f-8a3e-75ed7be53475"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHqnchg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-template.yml","artifactChecksum":"MjMzMWMwMjU5MzFhYjEzODUwZDhjZDhhNjg4MGZjMDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"315159cb-301b-47ee-ab98-0b95538a1847","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHqnchg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar","artifactChecksum":"OGZjNzY0ZmMwYzZiNDI1MWUwMTk0YzM2YjMzNmJiNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eaf60afe-d4a7-44d1-a9c5-d52a81b4bd19","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T03:54:13.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.718Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "clamp", "timestamp": 1648180414094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.719Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.719Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:54:13.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "ves-openapi-manager", "timestamp": 1648180416660, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.719Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:54:13.719Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "dcae-sch", "timestamp": 1648180420645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.719Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "policy-id", "timestamp": 1648180420322, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.720Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "clamp", "timestamp": 1648180414094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json", "status": "NOTIFIED" } 2022-03-25T03:54:13.720Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "ves-openapi-manager", "timestamp": 1648180416660, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.720Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "dcae-sch", "timestamp": 1648180420645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.721Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "policy-id", "timestamp": 1648180420322, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.721Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "multicloud-k8s-id", "timestamp": 1648180423794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.721Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "ves-openapi-manager", "timestamp": 1648180416660, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "dcae-sch", "timestamp": 1648180420645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.722Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:54:13.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.722Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180453077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "clamp", "timestamp": 1648180414094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "policy-id", "timestamp": 1648180420322, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-25T03:54:13.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "multicloud-k8s-id", "timestamp": 1648180423794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json", "status": "NOTIFIED" } 2022-03-25T03:54:13.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "ves-openapi-manager", "timestamp": 1648180416660, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "clamp", "timestamp": 1648180414094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "dcae-sch", "timestamp": 1648180420645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "policy-id", "timestamp": 1648180420322, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "multicloud-k8s-id", "timestamp": 1648180423794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-25T03:54:13.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "ves-openapi-manager", "timestamp": 1648180416660, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "clamp", "timestamp": 1648180414094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "dcae-sch", "timestamp": 1648180420645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "policy-id", "timestamp": 1648180420322, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "multicloud-k8s-id", "timestamp": 1648180423794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "ves-openapi-manager", "timestamp": 1648180416660, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "clamp", "timestamp": 1648180414094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "dcae-sch", "timestamp": 1648180420645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "policy-id", "timestamp": 1648180420322, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "multicloud-k8s-id", "timestamp": 1648180423794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-25T03:54:13.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "cds", "timestamp": 1648180427812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "ves-openapi-manager", "timestamp": 1648180416660, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "dcae-sch", "timestamp": 1648180420645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "clamp", "timestamp": 1648180414094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:54:13.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "policy-id", "timestamp": 1648180420322, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:54:13.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "multicloud-k8s-id", "timestamp": 1648180423794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "cds", "timestamp": 1648180427812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "multicloud-k8s-id", "timestamp": 1648180423794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:54:13.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "cds", "timestamp": 1648180427812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "policy-id", "timestamp": 1648180430706, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:54:13.726Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:54:13.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "cds", "timestamp": 1648180427812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.727Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "multicloud-k8s-id", "timestamp": 1648180431499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T03:54:13.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:54:13.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "policy-id", "timestamp": 1648180431710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:54:13.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:54:13.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "cds", "timestamp": 1648180427812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.727Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "multicloud-k8s-id", "timestamp": 1648180432596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T03:54:13.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:54:13.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "policy-id", "timestamp": 1648180432713, "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-03-25T03:54:13.743Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87d1ea1f-1621-402b-88c8-14c95feaff1d 2022-03-25T03:54:13.743Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87d1ea1f-1621-402b-88c8-14c95feaff1d 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-03-25T03:54:13.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "cds", "timestamp": 1648180427812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "multicloud-k8s-id", "timestamp": 1648180433712, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-25T03:54:13.751Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:54:13.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "cds", "timestamp": 1648180427812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:54:13.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "multicloud-k8s-id", "timestamp": 1648180434979, "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-03-25T03:54:13.757Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87d1ea1f-1621-402b-88c8-14c95feaff1d 2022-03-25T03:54:13.757Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87d1ea1f-1621-402b-88c8-14c95feaff1d 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-03-25T03:54:13.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "cds", "timestamp": 1648180435517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:54:13.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:54:13.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "multicloud-k8s-id", "timestamp": 1648180435982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T03:54:13.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:54:13.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "cds", "timestamp": 1648180436521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-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-03-25T03:54:13.770Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 87d1ea1f-1621-402b-88c8-14c95feaff1d 2022-03-25T03:54:13.770Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87d1ea1f-1621-402b-88c8-14c95feaff1d 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-03-25T03:54:13.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "aai-ml", "timestamp": 1648180437860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180438033, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "aai-ml", "timestamp": 1648180437860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180438033, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "aai-ml", "timestamp": 1648180437860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180438033, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "aai-ml", "timestamp": 1648180437860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180438033, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "clamp", "timestamp": 1648180441903, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:54:13.780Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "aai-ml", "timestamp": 1648180437860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180438033, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "clamp", "timestamp": 1648180443497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:54:13.781Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:54:13.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "aai-ml", "timestamp": 1648180437860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180438033, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:13.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "clamp", "timestamp": 1648180444500, "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-03-25T03:54:13.785Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 87d1ea1f-1621-402b-88c8-14c95feaff1d 2022-03-25T03:54:13.785Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87d1ea1f-1621-402b-88c8-14c95feaff1d 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-03-25T03:54:13.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "aai-ml", "timestamp": 1648180437860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:54:13.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180438033, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:54:13.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:13.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "aai-ml", "timestamp": 1648180445715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:54:13.792Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:54:13.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180445828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:54:13.792Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:54:13.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180447951, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:54:13.792Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:54:13.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180448958, "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-03-25T03:54:13.797Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 87d1ea1f-1621-402b-88c8-14c95feaff1d 2022-03-25T03:54:13.797Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87d1ea1f-1621-402b-88c8-14c95feaff1d 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-03-25T03:54:13.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "aai-ml", "timestamp": 1648180450817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:54:13.805Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:54:13.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T03:54:13.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "aai-ml", "timestamp": 1648180451820, "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-03-25T03:54:13.810Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 87d1ea1f-1621-402b-88c8-14c95feaff1d 2022-03-25T03:54:13.810Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87d1ea1f-1621-402b-88c8-14c95feaff1d 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-03-25T03:54:13.822Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T03:54:13.822Z||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-03-25T03:54:13.822Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:54:13.836Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:54:13.837Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:54:14.723Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:54:14.724Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:54:14.727Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:54:14.727Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180453077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json", "status": "NOTIFIED" } 2022-03-25T03:54:14.827Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:54:14.828Z||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-03-25T03:54:14.829Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:54:14.846Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:54:14.846Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:54:15.728Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:54:15.729Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:54:15.732Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:54:15.732Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180453077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-25T03:54:15.832Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:54:15.833Z||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-03-25T03:54:15.833Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:54:15.849Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:54:15.849Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:54:16.733Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:54:16.734Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:54:16.737Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:54:16.737Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180453077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:16.838Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T03:54:16.839Z||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-03-25T03:54:16.839Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:54:16.856Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:54:16.856Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-25T03:54:17.738Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:54:17.739Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:54:17.742Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:54:17.742Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180453077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-25T03:54:17.842Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:54:17.843Z||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-03-25T03:54:17.843Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:54:17.859Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:54:17.859Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-25T03:54:18.742Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:54:18.743Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:54:18.745Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:54:18.745Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180453077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:18.845Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:54:18.846Z||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-03-25T03:54:18.847Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:54:18.863Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:54:18.864Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:54:19.745Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:54:19.746Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:54:19.749Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:54:19.749Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180453077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:54:19.849Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T03:54:19.850Z||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-03-25T03:54:19.850Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:54:19.866Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:54:19.866Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:54:20.752Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "serviceName": "basic_onboard_HQnCHg", "serviceVersion": "1.0", "serviceUUID": "aba37285-bd47-4964-9f39-f7b869efaa80", "serviceDescription": "service", "serviceInvariantUUID": "47c6f010-fb40-4be2-b08c-6835f54936d2", "resources": [ { "resourceInstanceName": "basic_onboard_HQnCHg 0", "resourceCustomizationUUID": "2803a464-3a83-453d-ba30-7961b585e587", "resourceName": "basic_onboard_HQnCHg", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "20091e90-a4f5-4a98-b97f-284d8edfb160", "resourceInvariantUUID": "741ea190-1ff8-4e44-8aba-c3eef427a312", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_hqnchg0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json", "artifactChecksum": "MzlhNjZiMDk2YmMzM2Q5NWJhNWQ2MjI5ZjU5MzMyNzE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1bd05335-3ba0-44fc-81d5-bf7eacf04d2f", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "3986874a-3d3f-469f-8a3e-75ed7be53475", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5bf1ca47-4b81-4329-934a-d014c7fe2dc3", "generatedFromUUID": "3986874a-3d3f-469f-8a3e-75ed7be53475" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5bf1ca47-4b81-4329-934a-d014c7fe2dc3", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardHqnchg-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar", "artifactChecksum": "OGZjNzY0ZmMwYzZiNDI1MWUwMTk0YzM2YjMzNmJiNWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eaf60afe-d4a7-44d1-a9c5-d52a81b4bd19" } ], "workloadContext": "Production" } 2022-03-25T03:54:20.752Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T03:54:20.752Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aba37285-bd47-4964-9f39-f7b869efaa80 ASDC 2022-03-25T03:54:20.753Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:87d1ea1f-1621-402b-88c8-14c95feaff1d ServiceName:basic_onboard_HQnCHg ServiceVersion:1.0 ServiceUUID:aba37285-bd47-4964-9f39-f7b869efaa80 ServiceInvariantUUID:47c6f010-fb40-4be2-b08c-6835f54936d2 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardHqnchg-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar ArtifactUUID:eaf60afe-d4a7-44d1-a9c5-d52a81b4bd19 ArtifactChecksum:OGZjNzY0ZmMwYzZiNDI1MWUwMTk0YzM2YjMzNmJiNWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_HQnCHg 0 ResourceCustomizationUUID:2803a464-3a83-453d-ba30-7961b585e587 ResourceInvariantUUID:741ea190-1ff8-4e44-8aba-c3eef427a312 ResourceName:basic_onboard_HQnCHg ResourceType:VF ResourceUUID:20091e90-a4f5-4a98-b97f-284d8edfb160 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_hqnchg0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json ArtifactUUID:1bd05335-3ba0-44fc-81d5-bf7eacf04d2f ArtifactChecksum:MzlhNjZiMDk2YmMzM2Q5NWJhNWQ2MjI5ZjU5MzMyNzE= 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/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml ArtifactUUID:3986874a-3d3f-469f-8a3e-75ed7be53475 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/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env ArtifactUUID:5bf1ca47-4b81-4329-934a-d014c7fe2dc3 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/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env ArtifactUUID:5bf1ca47-4b81-4329-934a-d014c7fe2dc3 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-25T03:54:20.753Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aba37285-bd47-4964-9f39-f7b869efaa80 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-03-25T03:54:20.796Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T03:54:20.796Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-25T03:54:20.797Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-25T03:54:20.797Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: eaf60afe-d4a7-44d1-a9c5-d52a81b4bd19 from URL: /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar 2022-03-25T03:54:20.797Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-25T03:54:20.797Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar 2022-03-25T03:54:20.849Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-25T03:54:20.854Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar eaf60afe-d4a7-44d1-a9c5-d52a81b4bd19 71553 2022-03-25T03:54:20.854Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar ASDC sendASDCNotification 2022-03-25T03:54:20.854Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar 2022-03-25T03:54:20.855Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T03:54:20.855Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:54:20.859Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:54:20.859Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180460854, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:54:20.959Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:54:20.960Z||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-03-25T03:54:20.961Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:54:20.976Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:54:20.976Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:54:21.860Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T03:54:21.861Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-25T03:54:21.861Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: eaf60afe-d4a7-44d1-a9c5-d52a81b4bd19, URL: /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar to file: /app/ASDC/1/service-BasicOnboardHqnchg-csar.csar 2022-03-25T03:54:21.862Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHqnchg-csar.csar 2022-03-25T03:54:21.862Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHqnchg-csar.csar 2022-03-25T03:54:21.863Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHqnchg-csar.csar 2022-03-25T03:54:22.122Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10876935126253810800/Definitions/service-BasicOnboardHqnchg-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-03-25T03:54:23.096Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T03:54:23.096Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHqnchg-csar.csar 2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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-BasicOnboardHqnchg-csar.csar 2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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-BasicOnboardHqnchg-csar.csar 2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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-BasicOnboardHqnchg-csar.csar 2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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-BasicOnboardHqnchg-csar.csar 2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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-BasicOnboardHqnchg-csar.csar 2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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-BasicOnboardHqnchg-csar.csar 2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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-BasicOnboardHqnchg-csar.csar 2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_HQnCHg 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-BasicOnboardHqnchg-csar.csar 2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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-BasicOnboardHqnchg-csar.csar 2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HQnCHg 0 is matching search criteria 2022-03-25T03:54:23.097Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-25T03:54:23.098Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HQnCHg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T03:54:23.098Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:54:23.098Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:54:23.098Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HQnCHg 0 is matching search criteria 2022-03-25T03:54:23.098Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-25T03:54:23.098Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HQnCHg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T03:54:23.098Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:54:23.098Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:54:23.098Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:54:23.098Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HQnCHg 0 is not matching search criteria 2022-03-25T03:54:23.098Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-25T03:54:23.098Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HQnCHg 0 is matching search criteria 2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HQnCHg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HQnCHg 0 is matching search criteria 2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HQnCHg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HQnCHg 0 is matching search criteria 2022-03-25T03:54:23.099Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HQnCHg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HQnCHg 0 is not matching search criteria 2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ba360048-25ec-44c3-8f10-c5571c0cea05 2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:54:23.100Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_HQnCHg Description:service Model UUID:aba37285-bd47-4964-9f39-f7b869efaa80 Model Version:NULL Model InvariantUuid:47c6f010-fb40-4be2-b08c-6835f54936d2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_HQnCHg Model UUID:86443991-435a-4289-b7cb-de4d7f9c606d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:741ea190-1ff8-4e44-8aba-c3eef427a312 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2803a464-3a83-453d-ba30-7961b585e587 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0d9a31d2-2f04-4e1e-b620-3109b3b57f35 ModelName:BasicOnboardHqnchg..base_ubuntu18..module-0 ModelUuid:52c14a10-8852-4ed3-83ad-a6bed76c9ae5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ba360048-25ec-44c3-8f10-c5571c0cea05 ModelInvariantUuid:b82c824d-eabb-4a58-9fdb-84bea1197495 ModelName:basic_onboard_HQnCHg-nodes.ubuntu18Cvfc ModelUuid:01c8ced2-628b-4fef-8a38-e5e54ee01762 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:590cdd65-07a3-4e10-b615-8d056cbfc0e2 ModelInvariantUuid:8daa7de9-cf29-48aa-b8c5-e5226b330a9a ModelName:BasicOnboardHqnchg.compute.nodes.heat.ubuntu18 ModelUuid:76920633-4a11-4829-8aae-c75d86828179 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-03-25T03:54:23.106Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 20091e90-a4f5-4a98-b97f-284d8edfb160 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-03-25T03:54:23.109Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||basic_onboard_HQnCHg 0 2022-03-25T03:54:23.109Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 20091e90-a4f5-4a98-b97f-284d8edfb160 2022-03-25T03:54:23.110Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1bd05335-3ba0-44fc-81d5-bf7eacf04d2f from URL: /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json 2022-03-25T03:54:23.110Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-25T03:54:23.110Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json 2022-03-25T03:54:23.210Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-25T03:54:23.210Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json 1bd05335-3ba0-44fc-81d5-bf7eacf04d2f 798 2022-03-25T03:54:23.211Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json ASDC sendASDCNotification 2022-03-25T03:54:23.211Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json 2022-03-25T03:54:23.211Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T03:54:23.211Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:54:23.215Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:54:23.215Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180463211, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T03:54:23.314Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T03:54:23.315Z||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-03-25T03:54:23.316Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:54:23.329Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:54:23.330Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:54:24.216Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardHqnchg..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "0d9a31d2-2f04-4e1e-b620-3109b3b57f35", "vfModuleModelVersion": "1", "vfModuleModelUUID": "52c14a10-8852-4ed3-83ad-a6bed76c9ae5", "vfModuleModelCustomizationUUID": "92195f94-71bc-49fe-b675-363f851c5902", "isBase": true, "artifacts": [ "3986874a-3d3f-469f-8a3e-75ed7be53475", "5bf1ca47-4b81-4329-934a-d014c7fe2dc3" ], "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-03-25T03:54:24.219Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardHqnchg..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:52c14a10-8852-4ed3-83ad-a6bed76c9ae5 VfModuleModelInvariantUUID:0d9a31d2-2f04-4e1e-b620-3109b3b57f35 VfModuleModelDescription:NULL Artifacts UUID List:{ 3986874a-3d3f-469f-8a3e-75ed7be53475 , 5bf1ca47-4b81-4329-934a-d014c7fe2dc3 } 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-03-25T03:54:24.220Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardHqnchg..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "0d9a31d2-2f04-4e1e-b620-3109b3b57f35", "vfModuleModelVersion": "1", "vfModuleModelUUID": "52c14a10-8852-4ed3-83ad-a6bed76c9ae5", "vfModuleModelCustomizationUUID": "92195f94-71bc-49fe-b675-363f851c5902", "isBase": true, "artifacts": [ "3986874a-3d3f-469f-8a3e-75ed7be53475", "5bf1ca47-4b81-4329-934a-d014c7fe2dc3" ], "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-03-25T03:54:24.221Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardHqnchg..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:52c14a10-8852-4ed3-83ad-a6bed76c9ae5 VfModuleModelInvariantUUID:0d9a31d2-2f04-4e1e-b620-3109b3b57f35 VfModuleModelDescription:NULL Artifacts UUID List:{ 3986874a-3d3f-469f-8a3e-75ed7be53475 , 5bf1ca47-4b81-4329-934a-d014c7fe2dc3 } 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-03-25T03:54:24.221Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3986874a-3d3f-469f-8a3e-75ed7be53475 from URL: /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml 2022-03-25T03:54:24.221Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-25T03:54:24.221Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml 2022-03-25T03:54:24.314Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-25T03:54:24.314Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml 3986874a-3d3f-469f-8a3e-75ed7be53475 5033 2022-03-25T03:54:24.315Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-25T03:54:24.315Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml 2022-03-25T03:54:24.315Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T03:54:24.316Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:54:24.318Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:54:24.318Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180464315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T03:54:24.419Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T03:54:24.420Z||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-03-25T03:54:24.420Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:54:24.434Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:54:24.435Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:54:25.319Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5bf1ca47-4b81-4329-934a-d014c7fe2dc3 from URL: /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env 2022-03-25T03:54:25.320Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-25T03:54:25.320Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env 2022-03-25T03:54:25.354Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-25T03:54:25.354Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env 5bf1ca47-4b81-4329-934a-d014c7fe2dc3 909 2022-03-25T03:54:25.355Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-25T03:54:25.355Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env 2022-03-25T03:54:25.355Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T03:54:25.355Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:54:25.358Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:54:25.358Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180465355, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-25T03:54:25.458Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:54:25.459Z||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-03-25T03:54:25.459Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:54:25.474Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:54:25.474Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:54:26.358Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: aba37285-bd47-4964-9f39-f7b869efaa80 2022-03-25T03:54:26.359Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_HQnCHg 0 20091e90-a4f5-4a98-b97f-284d8edfb160 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-03-25T03:54:26.370Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f2fa3eb, org.onap.sdc.toscaparser.api.parameters.Input@2f3c002e, org.onap.sdc.toscaparser.api.parameters.Input@5631370d, org.onap.sdc.toscaparser.api.parameters.Input@5a3de9fc, org.onap.sdc.toscaparser.api.parameters.Input@68bf29ab] 2022-03-25T03:54:26.371Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:54:26.372Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:54:26.372Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-03-25T03:54:26.372Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 2803a464-3a83-453d-ba30-7961b585e587 2022-03-25T03:54:26.372Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2803a464-3a83-453d-ba30-7961b585e587 matches Tosca VF Customization UUID: 2803a464-3a83-453d-ba30-7961b585e587 2022-03-25T03:54:26.372Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 2803a464-3a83-453d-ba30-7961b585e587 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-03-25T03:54:26.374Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:54:26.374Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:54:26.374Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 2803a464-3a83-453d-ba30-7961b585e587: {\"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-03-25T03:54:26.375Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4d5ccfaf 2022-03-25T03:54:26.375Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:54:26.375Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T03:54:26.375Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 92195f94-71bc-49fe-b675-363f851c5902 2022-03-25T03:54:26.375Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 92195f94-71bc-49fe-b675-363f851c5902 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-03-25T03:54:26.377Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:54:26.377Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HQnCHg 0 is matching search criteria 2022-03-25T03:54:26.377Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HQnCHg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:54:26.378Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:54:26.378Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HQnCHg 0 is matching search criteria 2022-03-25T03:54:26.378Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HQnCHg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:54:26.378Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:54:26.378Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HQnCHg 0 is not matching search criteria 2022-03-25T03:54:26.379Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-25T03:54:26.379Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-25T03:54:26.379Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ba360048-25ec-44c3-8f10-c5571c0cea05 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-03-25T03:54:26.380Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:54:26.381Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HQnCHg 0 is matching search criteria 2022-03-25T03:54:26.381Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HQnCHg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:54:26.381Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:54:26.381Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HQnCHg 0 is matching search criteria 2022-03-25T03:54:26.381Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HQnCHg 0] matching following query criteria: sdcType=VF, customizationUUID=2803a464-3a83-453d-ba30-7961b585e587 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-03-25T03:54:26.383Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:54:26.383Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:54:26.383Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid aba37285-bd47-4964-9f39-f7b869efaa80: basic_onboard_HQnCHg 2022-03-25T03:54:26.383Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:54:26.383Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:54:26.383Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:54:26.383Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:54:26.383Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:54:26.383Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:54:26.383Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:54:26.383Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:54:26.384Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:54:26.384Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HQnCHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:54:26.384Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_HQnCHg 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-03-25T03:54:26.445Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_HQnCHg 20091e90-a4f5-4a98-b97f-284d8edfb160 1 ASDC deployResourceStructure 2022-03-25T03:54:26.446Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json ASDC sendASDCNotification 2022-03-25T03:54:26.446Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json 2022-03-25T03:54:26.446Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T03:54:26.446Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:54:26.448Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:54:26.448Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180466446, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T03:54:26.548Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:54:26.549Z||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-03-25T03:54:26.549Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:54:26.564Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:54:26.565Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-25T03:54:27.448Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-25T03:54:27.449Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml 2022-03-25T03:54:27.449Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T03:54:27.450Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:54:27.452Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:54:27.452Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180467448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-25T03:54:27.552Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:54:27.553Z||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-03-25T03:54:27.553Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:54:27.567Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:54:27.568Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-25T03:54:28.453Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-25T03:54:28.454Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env 2022-03-25T03:54:28.454Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T03:54:28.454Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:54:28.457Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:54:28.457Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180468453, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-25T03:54:28.557Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:54:28.558Z||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-03-25T03:54:28.558Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:54:28.573Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:54:28.574Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:54:29.458Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar ASDC sendASDCNotification 2022-03-25T03:54:29.459Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar 2022-03-25T03:54:29.459Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T03:54:29.459Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:54:29.462Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:54:29.462Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180469458, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:54:29.563Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T03:54:29.564Z||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-03-25T03:54:29.564Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:54:29.579Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:54:29.580Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-25T03:54:30.463Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87d1ea1f-1621-402b-88c8-14c95feaff1d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-25T03:54:30.476Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87d1ea1f-1621-402b-88c8-14c95feaff1d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-25T03:54:30.479Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T03:54:30.480Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T03:54:30.480Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T03:54:30.480Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T03:54:30.480Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:54:30.480Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:54:30.480Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:54:30.480Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:54:30.480Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:54:30.481Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:54:30.481Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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-03-25T03:54:30.486Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T03:55:00.487Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 87d1ea1f-1621-402b-88c8-14c95feaff1d 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-03-25T03:55:00.494Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 87d1ea1f-1621-402b-88c8-14c95feaff1d and serviceModelVersionId: aba37285-bd47-4964-9f39-f7b869efaa80 2022-03-25T03:55:00.494Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 47c6f010-fb40-4be2-b08c-6835f54936d2 2022-03-25T03:55:00.495Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/47c6f010-fb40-4be2-b08c-6835f54936d2/model-vers/model-ver/aba37285-bd47-4964-9f39-f7b869efaa80?depth=0 2022-03-25T03:55:00.500Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T03:55:00.529Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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/47c6f010-fb40-4be2-b08c-6835f54936d2/model-vers/model-ver/aba37285-bd47-4964-9f39-f7b869efaa80?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-03-25T03:55:00.530Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c6f010-fb40-4be2-b08c-6835f54936d2/model-vers/model-ver/aba37285-bd47-4964-9f39-f7b869efaa80?depth=0|INFO|500||Invoke 2022-03-25T03:55:00.550Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c6f010-fb40-4be2-b08c-6835f54936d2/model-vers/model-ver/aba37285-bd47-4964-9f39-f7b869efaa80?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T03:55:00.621Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c6f010-fb40-4be2-b08c-6835f54936d2/model-vers/model-ver/aba37285-bd47-4964-9f39-f7b869efaa80?depth=0|INFO|500||InvokeReturn 2022-03-25T03:55:00.621Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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/47c6f010-fb40-4be2-b08c-6835f54936d2/model-vers/model-ver/aba37285-bd47-4964-9f39-f7b869efaa80?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220325-03:55:00:557-66779], vertex-id=[217160], Content-Length=[0], Date=[Fri, 25 Mar 2022 03:55:00 GMT], Content-Type=[application/json]} 2022-03-25T03:55:00.621Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-03-25T03:55:00.622Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T03:55:00.622Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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-03-25T03:55:00.627Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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-03-25T03:55:00.628Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 87d1ea1f-1621-402b-88c8-14c95feaff1d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T03:55:00.628Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T03:55:00.628Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:55:00.631Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:55:00.631Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180500628, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T03:55:00.731Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:55:00.732Z||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-03-25T03:55:00.732Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:55:00.769Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:55:00.769Z||pool-34-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T03:55:13.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:55:13.078Z||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-03-25T03:55:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:55:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:55:13.079Z||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-03-25T03:55:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:55:13.204Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:55:13.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:55:13.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180453077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:13.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:22.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:56:13.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:56:13.077Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:56:13.077Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:56:13.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:56:13.081Z||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-03-25T03:56:13.081Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:56:13.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:56:13.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:56:13.622Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180453077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json", "status": "NOTIFIED" } 2022-03-25T03:56:13.623Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:56:13.623Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:56:13.623Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180453077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-25T03:56:13.624Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:56:13.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:56:13.624Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180453077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:56:13.624Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:56:13.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:56:13.624Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180453077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-25T03:56:13.624Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:56:13.625Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:56:13.625Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180453077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:56:13.625Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:56:13.625Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:56:13.625Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180453077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:56:13.625Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T03:56:13.625Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:56:13.625Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180460854, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:56:13.625Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:56:13.625Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:56:13.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180463211, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T03:56:13.626Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:56:13.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:56:13.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180464315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T03:56:13.626Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:56:13.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:56:13.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180465355, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-25T03:56:13.626Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:56:13.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:56:13.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180466446, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/basic_onboard_hqnchg0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T03:56:13.627Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:56:13.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:56:13.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180467448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-25T03:56:13.627Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:56:13.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:56:13.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180468453, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/resourceInstances/basic_onboard_hqnchg0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-25T03:56:13.627Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:56:13.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:56:13.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180469458, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHqnchg/1.0/artifacts/service-BasicOnboardHqnchg-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:56:13.627Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:56:13.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T03:56:13.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "87d1ea1f-1621-402b-88c8-14c95feaff1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180500628, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T03:56:13.628Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:56:22.646Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:57:13.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:57:13.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:57:13.078Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:57:13.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:57:13.079Z||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-03-25T03:57:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:57:22.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:57:22.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:58:13.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:58:13.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:58:13.078Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eSIVNCaRsbf7yGyR) ... 2022-03-25T03:58:13.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:58:13.079Z||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-03-25T03:58:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:58:22.631Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:58:22.634Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:59:13.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:59:13.078Z||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-03-25T03:59:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:59:13.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:59:13.080Z||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-03-25T03:59:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T03:59:22.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:59:22.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:00:13.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:00:13.077Z||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-03-25T04:00:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:00:13.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:00:13.079Z||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-03-25T04:00:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:00:22.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:00:22.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:01:13.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:01:13.078Z||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-03-25T04:01:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:01:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:01:13.079Z||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-03-25T04:01:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:01:22.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:01:22.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:02:13.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:02:13.078Z||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-03-25T04:02:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:02:13.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:02:13.079Z||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-03-25T04:02:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:02:22.642Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:02:22.642Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:03:13.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:03:13.079Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:03:13.080Z||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-03-25T04:03:13.080Z||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-03-25T04:03:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:03:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:03:22.631Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:03:22.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:04:13.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:04:13.078Z||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-03-25T04:04:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:04:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:04:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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-03-25T04:04:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:04:22.618Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:04:22.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:05:13.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:05:13.078Z||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-03-25T04:05:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:05:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:05:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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-03-25T04:05:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:05:13.709Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:05:13.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"dc03c9ee-1145-4aba-9386-01bbc0ef9a12","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"03142e5b-5155-4731-bd59-ba2abdf36c5e","serviceDescription":"service","serviceInvariantUUID":"fb8caf7f-d402-4b7d-b9eb-6ab354dee495","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"655cffe4-694e-4576-a67b-8f59e95cf4c9","resourceInvariantUUID":"7a36b12c-42ab-472d-9fd8-000dbc35e217","resourceCustomizationUUID":"736bed98-67d2-4223-9b91-a52bbbcf3f1c","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":"OTdmM2I5MTE0YTE1ZjU4OGE2Y2U1Y2ZmYWFmZWNhNmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a25620e9-9227-4261-95dc-872c0cc691bb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmZmYjc3NDYyN2UxYjU3MjM3MzE5M2M3ZjAyYjM2MGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3d56199e-8cab-442f-aafe-3a76540bb9dc","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T04:05:13.711Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:05:13.713Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:05:13.714Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.714Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "multicloud-k8s-id", "timestamp": 1648181083794, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:05:13.713Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:05:13.715Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:05:13.715Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.715Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "cds", "timestamp": 1648181087812, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:05:13.715Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:05:13.715Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.715Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "multicloud-k8s-id", "timestamp": 1648181083794, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:05:13.715Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:05:13.715Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.716Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "cds", "timestamp": 1648181087812, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:05:13.716Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:05:13.716Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.716Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "cds", "timestamp": 1648181094418, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:05:13.716Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:05:13.716Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.716Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "cds", "timestamp": 1648181095422, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-03-25T04:05:13.717Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:05:13.717Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181113077, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:05:13.734Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc03c9ee-1145-4aba-9386-01bbc0ef9a12 2022-03-25T04:05:13.734Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc03c9ee-1145-4aba-9386-01bbc0ef9a12 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-03-25T04:05:13.743Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.743Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "ves-openapi-manager", "timestamp": 1648181096660, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:05:13.743Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:05:13.743Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.743Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "ves-openapi-manager", "timestamp": 1648181096660, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:05:13.743Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:05:13.743Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.743Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "aai-ml", "timestamp": 1648181097860, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:05:13.743Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:05:13.743Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.743Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181098033, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:05:13.743Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "aai-ml", "timestamp": 1648181097860, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181098033, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "aai-ml", "timestamp": 1648181100547, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181100720, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "policy-id", "timestamp": 1648181100322, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "dcae-sch", "timestamp": 1648181100644, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.744Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "policy-id", "timestamp": 1648181100322, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:05:13.745Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:05:13.745Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.745Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181102204, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:05:13.745Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:05:13.745Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.745Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "dcae-sch", "timestamp": 1648181100644, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:05:13.745Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:05:13.745Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.745Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "policy-id", "timestamp": 1648181103031, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:05:13.745Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:05:13.745Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.745Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181103207, "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-03-25T04:05:13.750Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc03c9ee-1145-4aba-9386-01bbc0ef9a12 2022-03-25T04:05:13.750Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc03c9ee-1145-4aba-9386-01bbc0ef9a12 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-03-25T04:05:13.759Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.759Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "aai-ml", "timestamp": 1648181103219, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:05:13.759Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:05:13.759Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.759Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "policy-id", "timestamp": 1648181104035, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:05:13.759Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:05:13.759Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.759Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "aai-ml", "timestamp": 1648181104222, "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-03-25T04:05:13.763Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dc03c9ee-1145-4aba-9386-01bbc0ef9a12 2022-03-25T04:05:13.763Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc03c9ee-1145-4aba-9386-01bbc0ef9a12 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-03-25T04:05:13.770Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.770Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "clamp", "timestamp": 1648181104097, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:05:13.770Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:05:13.770Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.770Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "policy-id", "timestamp": 1648181105037, "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-03-25T04:05:13.774Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc03c9ee-1145-4aba-9386-01bbc0ef9a12 2022-03-25T04:05:13.774Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc03c9ee-1145-4aba-9386-01bbc0ef9a12 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-03-25T04:05:13.781Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:05:13.781Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "clamp", "timestamp": 1648181104097, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:05:13.781Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:05:13.817Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:05:13.818Z||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-03-25T04:05:13.818Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:05:13.833Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:05:13.834Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-25T04:05:14.718Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:05:14.719Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:05:14.721Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:05:14.721Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181113077, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:05:14.821Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:05:14.822Z||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-03-25T04:05:14.822Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:05:14.836Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:05:14.837Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-25T04:05:15.722Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "03142e5b-5155-4731-bd59-ba2abdf36c5e", "serviceDescription": "service", "serviceInvariantUUID": "fb8caf7f-d402-4b7d-b9eb-6ab354dee495", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "736bed98-67d2-4223-9b91-a52bbbcf3f1c", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "655cffe4-694e-4576-a67b-8f59e95cf4c9", "resourceInvariantUUID": "7a36b12c-42ab-472d-9fd8-000dbc35e217", "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": "YmZmYjc3NDYyN2UxYjU3MjM3MzE5M2M3ZjAyYjM2MGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3d56199e-8cab-442f-aafe-3a76540bb9dc" } ], "workloadContext": "Production" } 2022-03-25T04:05:15.723Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T04:05:15.723Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 03142e5b-5155-4731-bd59-ba2abdf36c5e ASDC 2022-03-25T04:05:15.723Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:dc03c9ee-1145-4aba-9386-01bbc0ef9a12 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:03142e5b-5155-4731-bd59-ba2abdf36c5e ServiceInvariantUUID:fb8caf7f-d402-4b7d-b9eb-6ab354dee495 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:3d56199e-8cab-442f-aafe-3a76540bb9dc ArtifactChecksum:YmZmYjc3NDYyN2UxYjU3MjM3MzE5M2M3ZjAyYjM2MGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:736bed98-67d2-4223-9b91-a52bbbcf3f1c ResourceInvariantUUID:7a36b12c-42ab-472d-9fd8-000dbc35e217 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:655cffe4-694e-4576-a67b-8f59e95cf4c9 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-25T04:05:15.723Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 03142e5b-5155-4731-bd59-ba2abdf36c5e 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-03-25T04:05:15.751Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:05:15.752Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-25T04:05:15.752Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-25T04:05:15.752Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3d56199e-8cab-442f-aafe-3a76540bb9dc from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-25T04:05:15.752Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-25T04:05:15.752Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-25T04:05:15.906Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-25T04:05:15.910Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3d56199e-8cab-442f-aafe-3a76540bb9dc 52486 2022-03-25T04:05:15.910Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-25T04:05:15.911Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-25T04:05:15.911Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:05:15.911Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:05:15.913Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:05:15.913Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181115910, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:05:16.014Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:05:16.014Z||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-03-25T04:05:16.015Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:05:16.030Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:05:16.030Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:05:16.914Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:05:16.916Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-25T04:05:16.916Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3d56199e-8cab-442f-aafe-3a76540bb9dc, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T04:05:16.916Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-25T04:05:16.917Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T04:05:16.917Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T04:05:17.055Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1454607722564370767/Definitions/service-BasicNetwork-template.yml 2022-03-25T04:05:17.415Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T04:05:17.416Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-25T04:05:17.416Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T04:05:17.416Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-25T04:05:17.416Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T04:05:17.416Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T04:05:17.416Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T04:05:17.416Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T04:05:17.416Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T04:05:17.416Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T04:05:17.416Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:17.417Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:17.418Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:17.418Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:17.418Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:17.418Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:17.418Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:17.418Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:17.418Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:03142e5b-5155-4731-bd59-ba2abdf36c5e Model Version:NULL Model InvariantUuid:fb8caf7f-d402-4b7d-b9eb-6ab354dee495 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:7a36b12c-42ab-472d-9fd8-000dbc35e217 Model UUID:794a159e-9f8f-4915-bf23-f8c9e3ff367e Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:736bed98-67d2-4223-9b91-a52bbbcf3f1c 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-03-25T04:05:17.424Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 655cffe4-694e-4576-a67b-8f59e95cf4c9 2022-03-25T04:05:17.424Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||No resources found for Service: 03142e5b-5155-4731-bd59-ba2abdf36c5e 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-03-25T04:05:17.427Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500|| 2022-03-25T04:05:17.427Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-25T04:05:17.427Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 03142e5b-5155-4731-bd59-ba2abdf36c5e 2022-03-25T04:05:17.427Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 03142e5b-5155-4731-bd59-ba2abdf36c5e 2022-03-25T04:05:17.427Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-25T04:05:17.427Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:05:17.431Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ba60166, org.onap.sdc.toscaparser.api.parameters.Input@6edd6223, org.onap.sdc.toscaparser.api.parameters.Input@7b4f4372, org.onap.sdc.toscaparser.api.parameters.Input@55190803, org.onap.sdc.toscaparser.api.parameters.Input@7e9f8ef7] 2022-03-25T04:05:17.432Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:17.432Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:17.432Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:17.432Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:17.432Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 03142e5b-5155-4731-bd59-ba2abdf36c5e: Generic NeutronNet 2022-03-25T04:05:17.432Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:17.432Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:17.432Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:17.433Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-03-25T04:05:17.461Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:17.461Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:17.461Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:17.461Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:17.461Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:17.462Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:17.462Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-25T04:05:17.528Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-25T04:05:17.528Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-25T04:05:17.528Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-25T04:05:17.529Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:05:17.529Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:05:17.532Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:05:17.532Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181117528, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:05:17.632Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:05:17.633Z||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-03-25T04:05:17.633Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:05:17.646Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:05:17.646Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:05:18.533Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc03c9ee-1145-4aba-9386-01bbc0ef9a12 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-25T04:05:18.546Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc03c9ee-1145-4aba-9386-01bbc0ef9a12 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-25T04:05:18.550Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:05:18.550Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T04:05:18.550Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T04:05:18.550Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T04:05:18.550Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:05:18.550Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:05:18.550Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:05:18.550Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:05:18.550Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:05:18.551Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:05:18.557Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T04:05:48.557Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dc03c9ee-1145-4aba-9386-01bbc0ef9a12 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-03-25T04:05:48.565Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc03c9ee-1145-4aba-9386-01bbc0ef9a12 and serviceModelVersionId: 03142e5b-5155-4731-bd59-ba2abdf36c5e 2022-03-25T04:05:48.566Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fb8caf7f-d402-4b7d-b9eb-6ab354dee495 2022-03-25T04:05:48.567Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fb8caf7f-d402-4b7d-b9eb-6ab354dee495/model-vers/model-ver/03142e5b-5155-4731-bd59-ba2abdf36c5e?depth=0 2022-03-25T04:05:48.575Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T04:05:48.600Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb8caf7f-d402-4b7d-b9eb-6ab354dee495/model-vers/model-ver/03142e5b-5155-4731-bd59-ba2abdf36c5e?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-03-25T04:05:48.600Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb8caf7f-d402-4b7d-b9eb-6ab354dee495/model-vers/model-ver/03142e5b-5155-4731-bd59-ba2abdf36c5e?depth=0|INFO|500||Invoke 2022-03-25T04:05:48.616Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb8caf7f-d402-4b7d-b9eb-6ab354dee495/model-vers/model-ver/03142e5b-5155-4731-bd59-ba2abdf36c5e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T04:05:48.817Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb8caf7f-d402-4b7d-b9eb-6ab354dee495/model-vers/model-ver/03142e5b-5155-4731-bd59-ba2abdf36c5e?depth=0|INFO|500||InvokeReturn 2022-03-25T04:05:48.817Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb8caf7f-d402-4b7d-b9eb-6ab354dee495/model-vers/model-ver/03142e5b-5155-4731-bd59-ba2abdf36c5e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220325-04:05:48:623-74477], vertex-id=[143512], Content-Length=[0], Date=[Fri, 25 Mar 2022 04:05:48 GMT], Content-Type=[application/json]} 2022-03-25T04:05:48.817Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-03-25T04:05:48.818Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T04:05:48.818Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:05:48.823Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-25T04:05:48.823Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc03c9ee-1145-4aba-9386-01bbc0ef9a12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T04:05:48.823Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T04:05:48.823Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:05:48.825Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:05:48.825Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181148823, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:05:48.925Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:05:48.926Z||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-03-25T04:05:48.926Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:05:48.943Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:05:48.944Z||pool-39-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-03-25T04:06:13.077Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:06:13.078Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|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-03-25T04:06:13.078Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:06:13.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:06:13.079Z||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-03-25T04:06:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:06:13.201Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:13.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:13.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "clamp", "timestamp": 1648181113598, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:13.202Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:13.709Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:13.710Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T04:06:13.710Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"7207f0a4-ef33-4feb-8f0b-b363d801438d","serviceName":"Demo_pNF_bOsW4w4WynSPdlb61Oty","serviceVersion":"1.0","serviceUUID":"7d0eae34-0155-4836-bc7c-e3b127b60664","serviceDescription":"catalog service description","serviceInvariantUUID":"ec938568-2d0c-4691-a6f2-b16a747115da","resources":[{"resourceInstanceName":"pNF 8151bc54-c786 0","resourceName":"pNF 8151bc54-c786","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"34589cd1-a6af-4292-ba21-47ba058178ed","resourceInvariantUUID":"be2c7de9-b02c-4443-8e77-1a8c8282b628","resourceCustomizationUUID":"d1d182c0-acbc-4a02-86c2-7ce4b119d690","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/vf-license-model.xml","artifactChecksum":"NjRiMmQ2NGFkODBmYmQ0OGY1ODRkMDVhMjdmZWVjNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2168187a-bd6b-4af3-bfad-4ba5988b7a5d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/pNF.csar","artifactChecksum":"YjkwYTI5MmRmOWFhMTMyMjAxOWI3MmMzM2YyMzJkZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"042398a3-b90e-4978-a7c1-8a82b33f469f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d45a80e2-abf9-42e3-84d7-a7388572b42a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/vendor-license-model.xml","artifactChecksum":"ZmVjNWU1YjE0Y2Y4NWE3YjhmMzU2NWFjOTBhMmVhMGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"08c35023-2988-409a-8548-4e579ee4efba","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4897d36b-47b8-49ae-b3f2-f711f018a33b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e04d795c-4dac-457c-9bb4-d63fdfef57bc","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBosw4w4wynspdlb61oty-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-template.yml","artifactChecksum":"ZmQ2ODVlOTc1YTI2NjUyZGMyYjdkZjliMTJhNzUyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"75678a79-19a7-4b58-be0b-0dd30ce130d6","artifactVersion":"1"},{"artifactName":"service-DemoPnfBosw4w4wynspdlb61oty-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar","artifactChecksum":"OWM1ZDE4ZjI0MTcxODIxYmM5MDA0NTM4NmVlYzVjN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4042ee0e-fd7b-4fc7-8c53-c34ecf064a00","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T04:06:13.714Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:06:13.714Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:13.716Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:13.717Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181173077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:13.817Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:06:13.817Z||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-03-25T04:06:13.818Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:06:13.831Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:13.831Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:06:14.717Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:06:14.718Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:14.720Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:14.721Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181173077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:14.821Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:06:14.821Z||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-03-25T04:06:14.822Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:06:14.836Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:14.837Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:06:15.721Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:06:15.722Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:15.724Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:15.724Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181173077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:15.825Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T04:06:15.826Z||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-03-25T04:06:15.826Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:06:15.842Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:15.843Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:06:16.725Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:06:16.726Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:16.728Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:16.728Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181173077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:16.828Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:06:16.829Z||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-03-25T04:06:16.829Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:06:16.842Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:16.843Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:06:17.728Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:06:17.729Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:17.731Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:17.732Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181173077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:17.832Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:06:17.832Z||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-03-25T04:06:17.833Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:06:17.847Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:17.847Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:06:18.732Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:06:18.733Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:18.736Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:18.736Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181173077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:18.836Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:06:18.836Z||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-03-25T04:06:18.836Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:06:18.850Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:18.850Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:06:19.736Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:06:19.737Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:19.739Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:19.739Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181173077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:19.839Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:06:19.839Z||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-03-25T04:06:19.839Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:06:19.858Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:19.858Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:06:20.739Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:06:20.740Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:20.741Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:20.741Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181173077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:06:20.841Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:06:20.842Z||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-03-25T04:06:20.842Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:06:20.857Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:20.857Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-25T04:06:21.742Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "serviceName": "Demo_pNF_bOsW4w4WynSPdlb61Oty", "serviceVersion": "1.0", "serviceUUID": "7d0eae34-0155-4836-bc7c-e3b127b60664", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ec938568-2d0c-4691-a6f2-b16a747115da", "resources": [ { "resourceInstanceName": "pNF 8151bc54-c786 0", "resourceCustomizationUUID": "d1d182c0-acbc-4a02-86c2-7ce4b119d690", "resourceName": "pNF 8151bc54-c786", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "34589cd1-a6af-4292-ba21-47ba058178ed", "resourceInvariantUUID": "be2c7de9-b02c-4443-8e77-1a8c8282b628", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfBosw4w4wynspdlb61oty-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar", "artifactChecksum": "OWM1ZDE4ZjI0MTcxODIxYmM5MDA0NTM4NmVlYzVjN2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4042ee0e-fd7b-4fc7-8c53-c34ecf064a00" } ], "workloadContext": "Production" } 2022-03-25T04:06:21.742Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T04:06:21.743Z|dc03c9ee-1145-4aba-9386-01bbc0ef9a12|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7d0eae34-0155-4836-bc7c-e3b127b60664 ASDC 2022-03-25T04:06:21.743Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:7207f0a4-ef33-4feb-8f0b-b363d801438d ServiceName:Demo_pNF_bOsW4w4WynSPdlb61Oty ServiceVersion:1.0 ServiceUUID:7d0eae34-0155-4836-bc7c-e3b127b60664 ServiceInvariantUUID:ec938568-2d0c-4691-a6f2-b16a747115da ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfBosw4w4wynspdlb61oty-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar ArtifactUUID:4042ee0e-fd7b-4fc7-8c53-c34ecf064a00 ArtifactChecksum:OWM1ZDE4ZjI0MTcxODIxYmM5MDA0NTM4NmVlYzVjN2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 8151bc54-c786 0 ResourceCustomizationUUID:d1d182c0-acbc-4a02-86c2-7ce4b119d690 ResourceInvariantUUID:be2c7de9-b02c-4443-8e77-1a8c8282b628 ResourceName:pNF 8151bc54-c786 ResourceType:PNF ResourceUUID:34589cd1-a6af-4292-ba21-47ba058178ed ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-25T04:06:21.743Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d0eae34-0155-4836-bc7c-e3b127b60664 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-03-25T04:06:21.772Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:06:21.772Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-25T04:06:21.772Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-25T04:06:21.772Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4042ee0e-fd7b-4fc7-8c53-c34ecf064a00 from URL: /sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar 2022-03-25T04:06:21.773Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-25T04:06:21.773Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar 2022-03-25T04:06:21.822Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-25T04:06:21.829Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar 4042ee0e-fd7b-4fc7-8c53-c34ecf064a00 82630 2022-03-25T04:06:21.830Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar ASDC sendASDCNotification 2022-03-25T04:06:21.830Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar 2022-03-25T04:06:21.830Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:06:21.830Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:21.832Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:21.832Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181181830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:21.933Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:06:21.934Z||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-03-25T04:06:21.934Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:06:21.948Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:21.948Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:06:22.833Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:06:22.834Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-25T04:06:22.834Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4042ee0e-fd7b-4fc7-8c53-c34ecf064a00, URL: /sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar to file: /app/ASDC/1/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar 2022-03-25T04:06:22.835Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBosw4w4wynspdlb61oty-csar.csar 2022-03-25T04:06:22.835Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar 2022-03-25T04:06:22.835Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar 2022-03-25T04:06:23.072Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5772421780703284943/Definitions/service-DemoPnfBosw4w4wynspdlb61oty-template.yml 2022-03-25T04:06:23.573Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar 2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8151bc54-c786 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-DemoPnfBosw4w4wynspdlb61oty-csar.csar 2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar 2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar 2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar 2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar 2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar 2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar 2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_bOsW4w4WynSPdlb61Oty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Node template pNF 8151bc54-c786 0 is matching search criteria 2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 8151bc54-c786 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:06:23.574Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_bOsW4w4WynSPdlb61Oty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Node template pNF 8151bc54-c786 0 is matching search criteria 2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 8151bc54-c786 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_bOsW4w4WynSPdlb61Oty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_bOsW4w4WynSPdlb61Oty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_bOsW4w4WynSPdlb61Oty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_bOsW4w4WynSPdlb61Oty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_bOsW4w4WynSPdlb61Oty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:06:23.575Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_bOsW4w4WynSPdlb61Oty Description:catalog service description Model UUID:7d0eae34-0155-4836-bc7c-e3b127b60664 Model Version:NULL Model InvariantUuid:ec938568-2d0c-4691-a6f2-b16a747115da 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-03-25T04:06:23.578Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 34589cd1-a6af-4292-ba21-47ba058178ed 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-03-25T04:06:23.579Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||pNF 8151bc54-c786 0 2022-03-25T04:06:23.579Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 34589cd1-a6af-4292-ba21-47ba058178ed 2022-03-25T04:06:23.579Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 7d0eae34-0155-4836-bc7c-e3b127b60664 2022-03-25T04:06:23.579Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 7d0eae34-0155-4836-bc7c-e3b127b60664 2022-03-25T04:06:23.579Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8151bc54-c786 0 34589cd1-a6af-4292-ba21-47ba058178ed 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-03-25T04:06:23.581Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7842733, org.onap.sdc.toscaparser.api.parameters.Input@4d9e48a6, org.onap.sdc.toscaparser.api.parameters.Input@40fad86e, org.onap.sdc.toscaparser.api.parameters.Input@46d07123, org.onap.sdc.toscaparser.api.parameters.Input@60cb6b75] 2022-03-25T04:06:23.581Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:23.581Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_bOsW4w4WynSPdlb61Oty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:06:23.581Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 7d0eae34-0155-4836-bc7c-e3b127b60664: pNF 8151bc54-c786 2022-03-25T04:06:23.581Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||Processing PNF resource: 34589cd1-a6af-4292-ba21-47ba058178ed 2022-03-25T04:06:23.581Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:23.581Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_bOsW4w4WynSPdlb61Oty is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:06:23.581Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||Resource customization UUID: d1d182c0-acbc-4a02-86c2-7ce4b119d690 is the same as notified resource customizationUUID: d1d182c0-acbc-4a02-86c2-7ce4b119d690 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-03-25T04:06:23.623Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8151bc54-c786 34589cd1-a6af-4292-ba21-47ba058178ed 0 ASDC deployResourceStructure 2022-03-25T04:06:23.623Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar ASDC sendASDCNotification 2022-03-25T04:06:23.623Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar 2022-03-25T04:06:23.623Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:06:23.623Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:23.624Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:23.625Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181183623, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:06:23.725Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:06:23.726Z||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-03-25T04:06:23.726Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:06:23.740Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:23.740Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:06:24.625Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7207f0a4-ef33-4feb-8f0b-b363d801438d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-25T04:06:24.638Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7207f0a4-ef33-4feb-8f0b-b363d801438d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-25T04:06:24.642Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:06:24.642Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T04:06:24.642Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T04:06:54.642Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7207f0a4-ef33-4feb-8f0b-b363d801438d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-25T04:06:54.653Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7207f0a4-ef33-4feb-8f0b-b363d801438d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-25T04:06:54.655Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:06:54.655Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T04:06:54.655Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T04:07:13.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:07:13.079Z||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-03-25T04:07:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:07:13.109Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:07:13.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181113077, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181113077, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:07:13.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "clamp", "timestamp": 1648181115605, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:07:13.115Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:07:13.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181115910, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:07:13.116Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:07:13.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "clamp", "timestamp": 1648181116609, "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-03-25T04:07:13.123Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dc03c9ee-1145-4aba-9386-01bbc0ef9a12 2022-03-25T04:07:13.124Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc03c9ee-1145-4aba-9386-01bbc0ef9a12 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-03-25T04:07:13.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181117528, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:07:13.135Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:07:13.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "clamp", "timestamp": 1648181134092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "ves-openapi-manager", "timestamp": 1648181136660, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "dcae-sch", "timestamp": 1648181140644, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "policy-id", "timestamp": 1648181140322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "ves-openapi-manager", "timestamp": 1648181136660, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "dcae-sch", "timestamp": 1648181140644, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "clamp", "timestamp": 1648181134092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "policy-id", "timestamp": 1648181140322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "multicloud-k8s-id", "timestamp": 1648181143794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "ves-openapi-manager", "timestamp": 1648181136660, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "clamp", "timestamp": 1648181134092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "dcae-sch", "timestamp": 1648181140644, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "policy-id", "timestamp": 1648181140322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "multicloud-k8s-id", "timestamp": 1648181143794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "ves-openapi-manager", "timestamp": 1648181136660, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "clamp", "timestamp": 1648181134092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "dcae-sch", "timestamp": 1648181140644, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "multicloud-k8s-id", "timestamp": 1648181143794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "policy-id", "timestamp": 1648181140322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "ves-openapi-manager", "timestamp": 1648181136660, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "clamp", "timestamp": 1648181134092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "dcae-sch", "timestamp": 1648181140644, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "policy-id", "timestamp": 1648181140322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "multicloud-k8s-id", "timestamp": 1648181143794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "ves-openapi-manager", "timestamp": 1648181136660, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-25T04:07:13.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "clamp", "timestamp": 1648181134092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "dcae-sch", "timestamp": 1648181140644, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "policy-id", "timestamp": 1648181140322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "multicloud-k8s-id", "timestamp": 1648181143794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "cds", "timestamp": 1648181147812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc03c9ee-1145-4aba-9386-01bbc0ef9a12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181148823, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:07:13.144Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:07:13.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "ves-openapi-manager", "timestamp": 1648181136660, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "dcae-sch", "timestamp": 1648181140644, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "clamp", "timestamp": 1648181134092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "policy-id", "timestamp": 1648181140322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "multicloud-k8s-id", "timestamp": 1648181143794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "cds", "timestamp": 1648181147812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "ves-openapi-manager", "timestamp": 1648181136660, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "dcae-sch", "timestamp": 1648181140644, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "clamp", "timestamp": 1648181134092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:07:13.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "policy-id", "timestamp": 1648181140322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:07:13.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "multicloud-k8s-id", "timestamp": 1648181143794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "cds", "timestamp": 1648181147812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "multicloud-k8s-id", "timestamp": 1648181143794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:07:13.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "cds", "timestamp": 1648181147812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "policy-id", "timestamp": 1648181151465, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:07:13.146Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:07:13.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "ves-openapi-manager", "timestamp": 1648181151547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:07:13.146Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:07:13.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "cds", "timestamp": 1648181147812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "policy-id", "timestamp": 1648181152469, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:07:13.147Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:07:13.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "ves-openapi-manager", "timestamp": 1648181152728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-25T04:07:13.147Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:07:13.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "cds", "timestamp": 1648181147812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.147Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "policy-id", "timestamp": 1648181153472, "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-03-25T04:07:13.153Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7207f0a4-ef33-4feb-8f0b-b363d801438d 2022-03-25T04:07:13.153Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7207f0a4-ef33-4feb-8f0b-b363d801438d 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-03-25T04:07:13.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "ves-openapi-manager", "timestamp": 1648181153731, "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-03-25T04:07:13.167Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7207f0a4-ef33-4feb-8f0b-b363d801438d 2022-03-25T04:07:13.167Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7207f0a4-ef33-4feb-8f0b-b363d801438d 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-03-25T04:07:13.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "cds", "timestamp": 1648181147812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.176Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "cds", "timestamp": 1648181147812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:07:13.177Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "clamp", "timestamp": 1648181155606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:07:13.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:07:13.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "cds", "timestamp": 1648181156514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:07:13.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:07:13.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "cds", "timestamp": 1648181157517, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-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-03-25T04:07:13.182Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7207f0a4-ef33-4feb-8f0b-b363d801438d 2022-03-25T04:07:13.182Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7207f0a4-ef33-4feb-8f0b-b363d801438d 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-03-25T04:07:13.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "clamp", "timestamp": 1648181157615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:07:13.190Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:07:13.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "aai-ml", "timestamp": 1648181157860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "clamp", "timestamp": 1648181158618, "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-03-25T04:07:13.195Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7207f0a4-ef33-4feb-8f0b-b363d801438d 2022-03-25T04:07:13.195Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7207f0a4-ef33-4feb-8f0b-b363d801438d 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-03-25T04:07:13.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181158033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "aai-ml", "timestamp": 1648181157860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181158033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "aai-ml", "timestamp": 1648181157860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181158033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "aai-ml", "timestamp": 1648181157860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181158033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "aai-ml", "timestamp": 1648181157860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181158033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "aai-ml", "timestamp": 1648181157860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181158033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "aai-ml", "timestamp": 1648181157860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181158033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:13.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "aai-ml", "timestamp": 1648181157860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:07:13.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181158033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:07:13.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:13.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "aai-ml", "timestamp": 1648181166711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:07:13.206Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:07:13.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181167010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:07:13.206Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:07:13.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181168717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:07:13.207Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:07:13.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181169720, "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-03-25T04:07:13.211Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7207f0a4-ef33-4feb-8f0b-b363d801438d 2022-03-25T04:07:13.212Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7207f0a4-ef33-4feb-8f0b-b363d801438d 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-03-25T04:07:13.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "aai-ml", "timestamp": 1648181169968, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:07:13.219Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:07:13.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:13.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "aai-ml", "timestamp": 1648181170971, "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-03-25T04:07:13.223Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7207f0a4-ef33-4feb-8f0b-b363d801438d 2022-03-25T04:07:13.223Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7207f0a4-ef33-4feb-8f0b-b363d801438d 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-03-25T04:07:24.655Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7207f0a4-ef33-4feb-8f0b-b363d801438d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-25T04:07:24.668Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7207f0a4-ef33-4feb-8f0b-b363d801438d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-25T04:07:24.671Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:07:24.671Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T04:07:24.671Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T04:07:24.671Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T04:07:24.671Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:07:24.671Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:07:24.671Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:07:24.671Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:07:24.671Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:07:24.671Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:07:24.671Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:07:24.671Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:07:24.676Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T04:07:54.676Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7207f0a4-ef33-4feb-8f0b-b363d801438d 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-03-25T04:07:54.684Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7207f0a4-ef33-4feb-8f0b-b363d801438d and serviceModelVersionId: 7d0eae34-0155-4836-bc7c-e3b127b60664 2022-03-25T04:07:54.684Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec938568-2d0c-4691-a6f2-b16a747115da 2022-03-25T04:07:54.685Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec938568-2d0c-4691-a6f2-b16a747115da/model-vers/model-ver/7d0eae34-0155-4836-bc7c-e3b127b60664?depth=0 2022-03-25T04:07:54.691Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T04:07:54.717Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec938568-2d0c-4691-a6f2-b16a747115da/model-vers/model-ver/7d0eae34-0155-4836-bc7c-e3b127b60664?depth=0|INFO|500||Invoke 2022-03-25T04:07:54.717Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec938568-2d0c-4691-a6f2-b16a747115da/model-vers/model-ver/7d0eae34-0155-4836-bc7c-e3b127b60664?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec938568-2d0c-4691-a6f2-b16a747115da/model-vers/model-ver/7d0eae34-0155-4836-bc7c-e3b127b60664?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7207f0a4-ef33-4feb-8f0b-b363d801438d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c79d1d74-1263-4be6-b0cb-e49eda3da5a1], X-ECOMP-RequestID=[7207f0a4-ef33-4feb-8f0b-b363d801438d], X-TransactionId=[], X-ONAP-RequestID=[7207f0a4-ef33-4feb-8f0b-b363d801438d], Content-Type=[application/merge-patch+json]} 2022-03-25T04:07:54.734Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec938568-2d0c-4691-a6f2-b16a747115da/model-vers/model-ver/7d0eae34-0155-4836-bc7c-e3b127b60664?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T04:07:54.838Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec938568-2d0c-4691-a6f2-b16a747115da/model-vers/model-ver/7d0eae34-0155-4836-bc7c-e3b127b60664?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/ec938568-2d0c-4691-a6f2-b16a747115da/model-vers/model-ver/7d0eae34-0155-4836-bc7c-e3b127b60664?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220325-04:07:54:741-97399], vertex-id=[168072], Content-Length=[0], Date=[Fri, 25 Mar 2022 04:07:54 GMT], Content-Type=[application/json]} 2022-03-25T04:07:54.839Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec938568-2d0c-4691-a6f2-b16a747115da/model-vers/model-ver/7d0eae34-0155-4836-bc7c-e3b127b60664?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-25T04:07:54.840Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec938568-2d0c-4691-a6f2-b16a747115da/model-vers/model-ver/7d0eae34-0155-4836-bc7c-e3b127b60664?depth=0|INFO|500||InvokeReturn 2022-03-25T04:07:54.840Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T04:07:54.840Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:07:54.843Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-25T04:07:54.844Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7207f0a4-ef33-4feb-8f0b-b363d801438d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T04:07:54.844Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T04:07:54.844Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:07:54.847Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:07:54.847Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181274844, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:07:54.947Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:07:54.947Z||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-03-25T04:07:54.948Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:07:54.965Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:07:54.966Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T04:07:55.863Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:07:55.864Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|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-03-25T04:07:55.864Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:08:05.412Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:13.077Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:08:13.078Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|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-03-25T04:08:13.078Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:08:13.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:08:13.079Z||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-03-25T04:08:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:08:13.107Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:13.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:08:13.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181173077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:08:13.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:08:13.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:08:13.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181173077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:08:13.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:08:13.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:08:13.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181173077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:08:13.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:08:13.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:08:13.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181173077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:08:13.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:08:13.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:08:13.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181173077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:08:13.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:08:13.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:08:13.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181173077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/resourceInstances/pnf8151bc54c7860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:08:13.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:08:13.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:08:13.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181173077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:08:13.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:08:13.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:08:13.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181173077, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:08:13.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:08:13.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:08:13.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181181830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:08:13.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:08:13.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:08:13.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181183623, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBosw4w4wynspdlb61oty/1.0/artifacts/service-DemoPnfBosw4w4wynspdlb61oty-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:08:13.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:08:13.702Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:13.703Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T04:08:13.703Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"d4ce454b-0c74-4c66-b2e1-d3672fa335e3","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"734a37b7-b3cf-47e8-94ee-ef6a70f709bd","serviceDescription":"service","serviceInvariantUUID":"373c599c-43ab-468a-b55c-c5891b18d06d","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"70c940dd-fd12-4c62-8fe2-62b3ee7ecee3","resourceInvariantUUID":"e43b8a99-f0f2-4019-b05f-1bd68cdb70b5","resourceCustomizationUUID":"80180789-5bc1-49b0-9c5e-066270f2c005","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":"Mzg1NTU1ZDBiZDQzYmQwMmZlZjZiYjVlOWMwN2UzMzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6bcf3a45-52e2-4e20-a0e7-36b2cb9801f7","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":"ODdhYjU3ZTVmMGMxZTk0YjUwMzNiYzQzOTljYmE0ZDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3a2fec0f-2735-439f-b1cc-13f8ff666ebc","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":"2d4004ec-f2be-4bc7-8dfc-c5336e218787","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":"c841b6bd-52ad-4136-97b0-7c99c7135509","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":"860da598-d34a-40b6-8914-e473d91fb1e4","artifactVersion":"2","generatedFromUUID":"2d4004ec-f2be-4bc7-8dfc-c5336e218787"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzJjMmQ1Zjk4YjY2MDY0NjA1ZDQwNTk3ODlmOGMwOTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ca339e4-9485-4253-902a-e65236941999","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTBjM2FkNTM2ZWZmMTU4ZDcwNTI5YTViOGEzM2QyMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ad51976-d6ff-40fa-bcbc-4f0ba341626a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T04:08:13.705Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:08:13.705Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:13.707Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:13.707Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181293077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:08:13.807Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:08:13.808Z||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-03-25T04:08:13.808Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:08:13.822Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:13.823Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:14.708Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:08:14.709Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:14.711Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:14.711Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181293077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:08:14.811Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:08:14.813Z||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-03-25T04:08:14.813Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:08:14.828Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:14.829Z||pool-52-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:15.712Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:08:15.713Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:15.716Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:15.716Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181293077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-25T04:08:15.816Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:08:15.817Z||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-03-25T04:08:15.818Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:08:15.832Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:15.833Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:16.717Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:08:16.718Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:16.721Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:16.721Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181293077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:08:16.821Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:08:16.822Z||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-03-25T04:08:16.822Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:08:16.835Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:16.836Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:17.721Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:08:17.722Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:17.725Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:17.725Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181293077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-25T04:08:17.826Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T04:08:17.826Z||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-03-25T04:08:17.827Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:08:17.840Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:17.841Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:18.726Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:08:18.726Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:18.728Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:18.728Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181293077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:08:18.829Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T04:08:18.829Z||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-03-25T04:08:18.830Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:08:18.842Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:18.843Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:19.729Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:08:19.730Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:19.732Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:19.733Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181293077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:08:19.833Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:08:19.834Z||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-03-25T04:08:19.834Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:08:19.848Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:19.849Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:20.735Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "734a37b7-b3cf-47e8-94ee-ef6a70f709bd", "serviceDescription": "service", "serviceInvariantUUID": "373c599c-43ab-468a-b55c-c5891b18d06d", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "80180789-5bc1-49b0-9c5e-066270f2c005", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "70c940dd-fd12-4c62-8fe2-62b3ee7ecee3", "resourceInvariantUUID": "e43b8a99-f0f2-4019-b05f-1bd68cdb70b5", "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": "ODdhYjU3ZTVmMGMxZTk0YjUwMzNiYzQzOTljYmE0ZDU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3a2fec0f-2735-439f-b1cc-13f8ff666ebc", "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": "2d4004ec-f2be-4bc7-8dfc-c5336e218787", "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": "860da598-d34a-40b6-8914-e473d91fb1e4", "generatedFromUUID": "2d4004ec-f2be-4bc7-8dfc-c5336e218787" }, "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": "860da598-d34a-40b6-8914-e473d91fb1e4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NTBjM2FkNTM2ZWZmMTU4ZDcwNTI5YTViOGEzM2QyMDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1ad51976-d6ff-40fa-bcbc-4f0ba341626a" } ], "workloadContext": "Production" } 2022-03-25T04:08:20.735Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T04:08:20.735Z|7207f0a4-ef33-4feb-8f0b-b363d801438d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 734a37b7-b3cf-47e8-94ee-ef6a70f709bd ASDC 2022-03-25T04:08:20.735Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:d4ce454b-0c74-4c66-b2e1-d3672fa335e3 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:734a37b7-b3cf-47e8-94ee-ef6a70f709bd ServiceInvariantUUID:373c599c-43ab-468a-b55c-c5891b18d06d 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:1ad51976-d6ff-40fa-bcbc-4f0ba341626a ArtifactChecksum:NTBjM2FkNTM2ZWZmMTU4ZDcwNTI5YTViOGEzM2QyMDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:80180789-5bc1-49b0-9c5e-066270f2c005 ResourceInvariantUUID:e43b8a99-f0f2-4019-b05f-1bd68cdb70b5 ResourceName:basic_vm ResourceType:VF ResourceUUID:70c940dd-fd12-4c62-8fe2-62b3ee7ecee3 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:3a2fec0f-2735-439f-b1cc-13f8ff666ebc ArtifactChecksum:ODdhYjU3ZTVmMGMxZTk0YjUwMzNiYzQzOTljYmE0ZDU= 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:2d4004ec-f2be-4bc7-8dfc-c5336e218787 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:860da598-d34a-40b6-8914-e473d91fb1e4 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:860da598-d34a-40b6-8914-e473d91fb1e4 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-25T04:08:20.736Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 734a37b7-b3cf-47e8-94ee-ef6a70f709bd 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-03-25T04:08:20.772Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:08:20.772Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-25T04:08:20.772Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-25T04:08:20.773Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1ad51976-d6ff-40fa-bcbc-4f0ba341626a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-25T04:08:20.773Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-25T04:08:20.773Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-25T04:08:20.823Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-25T04:08:20.828Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1ad51976-d6ff-40fa-bcbc-4f0ba341626a 71047 2022-03-25T04:08:20.828Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-25T04:08:20.829Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-25T04:08:20.829Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:08:20.829Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:20.831Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:20.831Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181300828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:08:20.932Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T04:08:20.932Z||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-03-25T04:08:20.933Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:08:20.947Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:20.948Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:21.832Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:08:21.833Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-25T04:08:21.834Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1ad51976-d6ff-40fa-bcbc-4f0ba341626a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T04:08:21.834Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-03-25T04:08:21.835Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T04:08:21.835Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T04:08:22.206Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4969931818066311959/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-03-25T04:08:23.059Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T04:08:23.059Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-25T04:08:23.059Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T04:08:23.060Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-25T04:08:23.060Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T04:08:23.060Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T04:08:23.060Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T04:08:23.060Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T04:08:23.060Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T04:08:23.060Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T04:08:23.060Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T04:08:23.060Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T04:08:23.060Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T04:08:23.060Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-25T04:08:23.060Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:23.060Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:23.061Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-25T04:08:23.061Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-25T04:08:23.061Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:08:23.061Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:23.061Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:23.061Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-25T04:08:23.061Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-25T04:08:23.061Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:08:23.061Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:23.061Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:23.062Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:23.062Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-25T04:08:23.062Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-25T04:08:23.062Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-25T04:08:23.062Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-25T04:08:23.062Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-25T04:08:23.062Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-25T04:08:23.062Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:23.062Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T04:08:23.062Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:23.062Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-25T04:08:23.063Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:08:23.063Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:23.063Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-25T04:08:23.063Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:08:23.063Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:23.063Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-25T04:08:23.063Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:08:23.063Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:23.063Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-25T04:08:23.064Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-25T04:08:23.064Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-25T04:08:23.064Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9059c979-5504-4709-9f3b-1eea8d13bf32 2022-03-25T04:08:23.064Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:23.064Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:23.064Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:23.064Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:23.064Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:23.064Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:23.064Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:23.064Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:23.064Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:734a37b7-b3cf-47e8-94ee-ef6a70f709bd Model Version:NULL Model InvariantUuid:373c599c-43ab-468a-b55c-c5891b18d06d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:e5811674-4c2b-4c48-8272-aff11a67d7d6 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e43b8a99-f0f2-4019-b05f-1bd68cdb70b5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:80180789-5bc1-49b0-9c5e-066270f2c005 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0f329603-a4ce-4d20-859e-fadbbb4803ab ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:aaf99125-d067-48ce-b442-e45b62913f5b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9059c979-5504-4709-9f3b-1eea8d13bf32 ModelInvariantUuid:b1ebc7a5-665e-454f-83f8-dc95059b4c69 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:88578333-7e01-45a1-b7aa-a2e382381e6f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:c8d1a35a-91d2-47e8-949b-08be612b750f ModelInvariantUuid:28526907-e05d-4002-a9de-bf77cc0c3627 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:0ea4253d-ec4d-4f6f-9200-34ecf2fba7f6 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-03-25T04:08:23.068Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 70c940dd-fd12-4c62-8fe2-62b3ee7ecee3 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-03-25T04:08:23.070Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||basic_vm 0 2022-03-25T04:08:23.070Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 70c940dd-fd12-4c62-8fe2-62b3ee7ecee3 2022-03-25T04:08:23.070Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3a2fec0f-2735-439f-b1cc-13f8ff666ebc from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-25T04:08:23.070Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-25T04:08:23.071Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-25T04:08:23.113Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-25T04:08:23.114Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 3a2fec0f-2735-439f-b1cc-13f8ff666ebc 787 2022-03-25T04:08:23.114Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-03-25T04:08:23.114Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-25T04:08:23.115Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:08:23.115Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:23.118Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:23.118Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181303114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T04:08:23.218Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:08:23.219Z||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-03-25T04:08:23.219Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:08:23.234Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:23.235Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-25T04:08:24.120Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "0f329603-a4ce-4d20-859e-fadbbb4803ab", "vfModuleModelVersion": "1", "vfModuleModelUUID": "aaf99125-d067-48ce-b442-e45b62913f5b", "vfModuleModelCustomizationUUID": "2586081f-86f0-494d-b7b7-ccc74f09bb94", "isBase": true, "artifacts": [ "2d4004ec-f2be-4bc7-8dfc-c5336e218787", "860da598-d34a-40b6-8914-e473d91fb1e4" ], "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-03-25T04:08:24.125Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:aaf99125-d067-48ce-b442-e45b62913f5b VfModuleModelInvariantUUID:0f329603-a4ce-4d20-859e-fadbbb4803ab VfModuleModelDescription:NULL Artifacts UUID List:{ 2d4004ec-f2be-4bc7-8dfc-c5336e218787 , 860da598-d34a-40b6-8914-e473d91fb1e4 } 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-03-25T04:08:24.128Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "0f329603-a4ce-4d20-859e-fadbbb4803ab", "vfModuleModelVersion": "1", "vfModuleModelUUID": "aaf99125-d067-48ce-b442-e45b62913f5b", "vfModuleModelCustomizationUUID": "2586081f-86f0-494d-b7b7-ccc74f09bb94", "isBase": true, "artifacts": [ "2d4004ec-f2be-4bc7-8dfc-c5336e218787", "860da598-d34a-40b6-8914-e473d91fb1e4" ], "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-03-25T04:08:24.128Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:aaf99125-d067-48ce-b442-e45b62913f5b VfModuleModelInvariantUUID:0f329603-a4ce-4d20-859e-fadbbb4803ab VfModuleModelDescription:NULL Artifacts UUID List:{ 2d4004ec-f2be-4bc7-8dfc-c5336e218787 , 860da598-d34a-40b6-8914-e473d91fb1e4 } 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-03-25T04:08:24.128Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2d4004ec-f2be-4bc7-8dfc-c5336e218787 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-25T04:08:24.129Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-25T04:08:24.129Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-25T04:08:24.299Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-25T04:08:24.299Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2d4004ec-f2be-4bc7-8dfc-c5336e218787 5033 2022-03-25T04:08:24.300Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-25T04:08:24.300Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-25T04:08:24.300Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:08:24.301Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:24.303Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:24.303Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181304300, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:08:24.404Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T04:08:24.404Z||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-03-25T04:08:24.405Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:08:24.419Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:24.420Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:25.304Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 860da598-d34a-40b6-8914-e473d91fb1e4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-25T04:08:25.305Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-25T04:08:25.306Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-25T04:08:25.395Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-25T04:08:25.395Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 860da598-d34a-40b6-8914-e473d91fb1e4 903 2022-03-25T04:08:25.396Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-25T04:08:25.396Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-25T04:08:25.396Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:08:25.396Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:25.398Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:25.398Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181305396, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:08:25.499Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T04:08:25.499Z||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-03-25T04:08:25.500Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:08:25.519Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:25.519Z||pool-61-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:26.399Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 734a37b7-b3cf-47e8-94ee-ef6a70f709bd 2022-03-25T04:08:26.400Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 70c940dd-fd12-4c62-8fe2-62b3ee7ecee3 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-03-25T04:08:26.411Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5559c7b7, org.onap.sdc.toscaparser.api.parameters.Input@10b32155, org.onap.sdc.toscaparser.api.parameters.Input@128ef9dd, org.onap.sdc.toscaparser.api.parameters.Input@49e4266, org.onap.sdc.toscaparser.api.parameters.Input@1f61493d] 2022-03-25T04:08:26.413Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:26.413Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:26.414Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-03-25T04:08:26.414Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 80180789-5bc1-49b0-9c5e-066270f2c005 2022-03-25T04:08:26.414Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 80180789-5bc1-49b0-9c5e-066270f2c005 matches Tosca VF Customization UUID: 80180789-5bc1-49b0-9c5e-066270f2c005 2022-03-25T04:08:26.414Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 80180789-5bc1-49b0-9c5e-066270f2c005 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-03-25T04:08:26.415Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:26.415Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:26.416Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 80180789-5bc1-49b0-9c5e-066270f2c005: {\"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-03-25T04:08:26.416Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58fd871 2022-03-25T04:08:26.416Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:26.416Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T04:08:26.416Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2586081f-86f0-494d-b7b7-ccc74f09bb94 2022-03-25T04:08:26.416Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2586081f-86f0-494d-b7b7-ccc74f09bb94 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-03-25T04:08:26.417Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:26.417Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-25T04:08:26.418Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:08:26.418Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:26.418Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-25T04:08:26.418Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:08:26.418Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:26.418Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-25T04:08:26.418Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-25T04:08:26.418Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-25T04:08:26.419Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9059c979-5504-4709-9f3b-1eea8d13bf32 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-03-25T04:08:26.420Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:26.420Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-25T04:08:26.420Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:08:26.420Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:26.421Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-25T04:08:26.421Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=80180789-5bc1-49b0-9c5e-066270f2c005 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-03-25T04:08:26.421Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:26.422Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:26.422Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 734a37b7-b3cf-47e8-94ee-ef6a70f709bd: basic_vm 2022-03-25T04:08:26.422Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:26.422Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:26.422Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:26.422Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:26.422Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:26.422Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:26.422Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:26.422Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:26.423Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:26.423Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:26.423Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:08:26.479Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 70c940dd-fd12-4c62-8fe2-62b3ee7ecee3 1 ASDC deployResourceStructure 2022-03-25T04:08:26.479Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-03-25T04:08:26.479Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-25T04:08:26.480Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:08:26.480Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:26.482Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:26.482Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181306479, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T04:08:26.582Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:08:26.583Z||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-03-25T04:08:26.584Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:08:26.599Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:26.599Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:27.483Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-25T04:08:27.483Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-25T04:08:27.484Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:08:27.484Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:27.486Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:27.486Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181307483, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-25T04:08:27.587Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:08:27.587Z||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-03-25T04:08:27.587Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:08:27.602Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:27.602Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:28.487Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-25T04:08:28.488Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-25T04:08:28.488Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:08:28.488Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:28.490Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:28.490Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181308487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-25T04:08:28.590Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:08:28.591Z||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-03-25T04:08:28.591Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:08:28.605Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:28.606Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:29.491Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-25T04:08:29.491Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-25T04:08:29.491Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:08:29.492Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:29.494Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:29.494Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181309490, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:08:29.594Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:08:29.595Z||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-03-25T04:08:29.595Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:08:29.609Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:29.610Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:30.495Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4ce454b-0c74-4c66-b2e1-d3672fa335e3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-25T04:08:30.510Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4ce454b-0c74-4c66-b2e1-d3672fa335e3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-25T04:08:30.515Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:08:30.515Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T04:08:30.515Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T04:09:00.515Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4ce454b-0c74-4c66-b2e1-d3672fa335e3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-25T04:09:00.528Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4ce454b-0c74-4c66-b2e1-d3672fa335e3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-25T04:09:00.531Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:09:00.531Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T04:09:00.531Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T04:09:13.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:09:13.079Z||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-03-25T04:09:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:09:13.102Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:09:13.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:09:13.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7207f0a4-ef33-4feb-8f0b-b363d801438d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181274844, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:09:13.103Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:09:13.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:09:13.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "clamp", "timestamp": 1648181284092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:09:13.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:09:13.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:09:13.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "multicloud-k8s-id", "timestamp": 1648181283794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:09:13.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:09:13.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:09:13.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "dcae-sch", "timestamp": 1648181280644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:09:13.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:09:13.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:09:13.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "cds", "timestamp": 1648181282812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:09:13.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:09:13.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:09:13.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "policy-id", "timestamp": 1648181280322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:09:13.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:09:13.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:09:13.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "clamp", "timestamp": 1648181284092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:09:13.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:09:13.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:09:13.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "dcae-sch", "timestamp": 1648181280644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:09:13.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:09:13.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:09:13.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "multicloud-k8s-id", "timestamp": 1648181283794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:09:13.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:09:13.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:09:13.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "cds", "timestamp": 1648181282812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:09:13.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:09:13.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:09:13.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "policy-id", "timestamp": 1648181280322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:09:13.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:09:13.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:09:13.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "multicloud-k8s-id", "timestamp": 1648181283794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-25T04:09:13.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:09:13.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:09:13.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "dcae-sch", "timestamp": 1648181280644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:09:13.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:09:13.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:09:13.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "clamp", "timestamp": 1648181284092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:09:13.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:09:13.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:09:13.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "policy-id", "timestamp": 1648181280322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-25T04:09:13.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:09:13.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:09:13.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "cds", "timestamp": 1648181282812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:09:13.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:09:30.531Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4ce454b-0c74-4c66-b2e1-d3672fa335e3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-25T04:09:30.544Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4ce454b-0c74-4c66-b2e1-d3672fa335e3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-25T04:09:30.547Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:09:30.547Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T04:09:30.548Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T04:10:00.548Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4ce454b-0c74-4c66-b2e1-d3672fa335e3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-25T04:10:00.562Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4ce454b-0c74-4c66-b2e1-d3672fa335e3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-25T04:10:00.564Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:10:00.564Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T04:10:00.564Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T04:10:13.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:10:13.079Z||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-03-25T04:10:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:10:13.104Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:10:13.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:10:13.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "multicloud-k8s-id", "timestamp": 1648181283794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:10:13.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:10:30.565Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4ce454b-0c74-4c66-b2e1-d3672fa335e3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-25T04:10:30.577Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4ce454b-0c74-4c66-b2e1-d3672fa335e3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-25T04:10:30.579Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:10:30.579Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T04:10:30.579Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T04:11:00.580Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4ce454b-0c74-4c66-b2e1-d3672fa335e3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-25T04:11:00.589Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4ce454b-0c74-4c66-b2e1-d3672fa335e3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-25T04:11:00.591Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:11:00.591Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T04:11:00.592Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T04:11:13.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:11:13.079Z||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-03-25T04:11:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:11:13.606Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:11:13.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "dcae-sch", "timestamp": 1648181280644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "clamp", "timestamp": 1648181284092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "cds", "timestamp": 1648181282812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "policy-id", "timestamp": 1648181280322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181293077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "multicloud-k8s-id", "timestamp": 1648181283794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-25T04:11:13.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "clamp", "timestamp": 1648181284092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "dcae-sch", "timestamp": 1648181280644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "cds", "timestamp": 1648181282812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "policy-id", "timestamp": 1648181280322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181293077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:11:13.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "multicloud-k8s-id", "timestamp": 1648181283794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "clamp", "timestamp": 1648181284092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "dcae-sch", "timestamp": 1648181280644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "cds", "timestamp": 1648181282812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "policy-id", "timestamp": 1648181280322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181293077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-25T04:11:13.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "multicloud-k8s-id", "timestamp": 1648181283794, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:11:13.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "clamp", "timestamp": 1648181284092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:11:13.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "dcae-sch", "timestamp": 1648181280644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "policy-id", "timestamp": 1648181280322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:11:13.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "cds", "timestamp": 1648181282812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:11:13.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181293077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "ves-openapi-manager", "timestamp": 1648181296660, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181293077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-25T04:11:13.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "cds", "timestamp": 1648181297808, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:11:13.616Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:13.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "policy-id", "timestamp": 1648181297803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:11:13.616Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:13.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "multicloud-k8s-id", "timestamp": 1648181297909, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T04:11:13.616Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:13.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "ves-openapi-manager", "timestamp": 1648181296660, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181293077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "cds", "timestamp": 1648181298812, "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-03-25T04:11:13.634Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d4ce454b-0c74-4c66-b2e1-d3672fa335e3 2022-03-25T04:11:13.634Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4ce454b-0c74-4c66-b2e1-d3672fa335e3 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-03-25T04:11:13.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "policy-id", "timestamp": 1648181298808, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:11:13.644Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:13.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "multicloud-k8s-id", "timestamp": 1648181299023, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:11:13.644Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:13.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "ves-openapi-manager", "timestamp": 1648181296660, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181293077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:11:13.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "policy-id", "timestamp": 1648181299811, "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-03-25T04:11:13.648Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d4ce454b-0c74-4c66-b2e1-d3672fa335e3 2022-03-25T04:11:13.649Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4ce454b-0c74-4c66-b2e1-d3672fa335e3 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-03-25T04:11:13.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "multicloud-k8s-id", "timestamp": 1648181300108, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:11:13.657Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:13.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "ves-openapi-manager", "timestamp": 1648181296660, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.657Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181300828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:11:13.657Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:13.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "multicloud-k8s-id", "timestamp": 1648181301134, "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-03-25T04:11:13.661Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d4ce454b-0c74-4c66-b2e1-d3672fa335e3 2022-03-25T04:11:13.661Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4ce454b-0c74-4c66-b2e1-d3672fa335e3 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-03-25T04:11:13.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "ves-openapi-manager", "timestamp": 1648181296660, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "multicloud-k8s-id", "timestamp": 1648181302136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T04:11:13.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:13.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "ves-openapi-manager", "timestamp": 1648181296660, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181303114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T04:11:13.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:13.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "ves-openapi-manager", "timestamp": 1648181296660, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181304300, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:11:13.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:13.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181305396, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:11:13.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:13.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181306479, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T04:11:13.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:13.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "clamp", "timestamp": 1648181306633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:11:13.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:13.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181307483, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-25T04:11:13.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:13.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181308487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-25T04:11:13.669Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:13.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "aai-ml", "timestamp": 1648181307860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "clamp", "timestamp": 1648181308641, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:11:13.669Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:13.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181308033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "aai-ml", "timestamp": 1648181307860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181309490, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:11:13.670Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:13.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "clamp", "timestamp": 1648181309643, "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-03-25T04:11:13.675Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d4ce454b-0c74-4c66-b2e1-d3672fa335e3 2022-03-25T04:11:13.675Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4ce454b-0c74-4c66-b2e1-d3672fa335e3 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-03-25T04:11:13.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181308033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "aai-ml", "timestamp": 1648181307860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181308033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "aai-ml", "timestamp": 1648181307860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181308033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "aai-ml", "timestamp": 1648181307860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181308033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "aai-ml", "timestamp": 1648181307860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181308033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:13.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "aai-ml", "timestamp": 1648181307860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:11:13.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181308033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:11:13.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:13.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "aai-ml", "timestamp": 1648181315633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:11:13.684Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:13.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181315820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:11:13.685Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:13.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181318062, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:11:13.685Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:13.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181319066, "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-03-25T04:11:13.688Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d4ce454b-0c74-4c66-b2e1-d3672fa335e3 2022-03-25T04:11:13.689Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4ce454b-0c74-4c66-b2e1-d3672fa335e3 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-03-25T04:11:13.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "aai-ml", "timestamp": 1648181320175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:11:13.696Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:13.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:11:13.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "aai-ml", "timestamp": 1648181321178, "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-03-25T04:11:13.700Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d4ce454b-0c74-4c66-b2e1-d3672fa335e3 2022-03-25T04:11:13.700Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4ce454b-0c74-4c66-b2e1-d3672fa335e3 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-03-25T04:11:30.592Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4ce454b-0c74-4c66-b2e1-d3672fa335e3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-25T04:11:30.603Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4ce454b-0c74-4c66-b2e1-d3672fa335e3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-25T04:11:30.605Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:11:30.605Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T04:11:30.606Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T04:11:30.606Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T04:11:30.606Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:11:30.606Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:11:30.606Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:11:30.606Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:11:30.606Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:11:30.606Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:11:30.606Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:11:30.612Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T04:12:00.612Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4ce454b-0c74-4c66-b2e1-d3672fa335e3 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-03-25T04:12:00.617Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4ce454b-0c74-4c66-b2e1-d3672fa335e3 and serviceModelVersionId: 734a37b7-b3cf-47e8-94ee-ef6a70f709bd 2022-03-25T04:12:00.617Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 373c599c-43ab-468a-b55c-c5891b18d06d 2022-03-25T04:12:00.618Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/373c599c-43ab-468a-b55c-c5891b18d06d/model-vers/model-ver/734a37b7-b3cf-47e8-94ee-ef6a70f709bd?depth=0 2022-03-25T04:12:00.623Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T04:12:00.649Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/373c599c-43ab-468a-b55c-c5891b18d06d/model-vers/model-ver/734a37b7-b3cf-47e8-94ee-ef6a70f709bd?depth=0|INFO|500||Invoke 2022-03-25T04:12:00.649Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/373c599c-43ab-468a-b55c-c5891b18d06d/model-vers/model-ver/734a37b7-b3cf-47e8-94ee-ef6a70f709bd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/373c599c-43ab-468a-b55c-c5891b18d06d/model-vers/model-ver/734a37b7-b3cf-47e8-94ee-ef6a70f709bd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d4ce454b-0c74-4c66-b2e1-d3672fa335e3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[767b8f01-c912-43cf-8994-c715cdac6b7c], X-ECOMP-RequestID=[d4ce454b-0c74-4c66-b2e1-d3672fa335e3], X-TransactionId=[], X-ONAP-RequestID=[d4ce454b-0c74-4c66-b2e1-d3672fa335e3], Content-Type=[application/merge-patch+json]} 2022-03-25T04:12:00.670Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/373c599c-43ab-468a-b55c-c5891b18d06d/model-vers/model-ver/734a37b7-b3cf-47e8-94ee-ef6a70f709bd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T04:12:00.730Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/373c599c-43ab-468a-b55c-c5891b18d06d/model-vers/model-ver/734a37b7-b3cf-47e8-94ee-ef6a70f709bd?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/373c599c-43ab-468a-b55c-c5891b18d06d/model-vers/model-ver/734a37b7-b3cf-47e8-94ee-ef6a70f709bd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220325-04:12:00:676-42697], vertex-id=[245960], Content-Length=[0], Date=[Fri, 25 Mar 2022 04:12:00 GMT], Content-Type=[application/json]} 2022-03-25T04:12:00.730Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/373c599c-43ab-468a-b55c-c5891b18d06d/model-vers/model-ver/734a37b7-b3cf-47e8-94ee-ef6a70f709bd?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-25T04:12:00.731Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/373c599c-43ab-468a-b55c-c5891b18d06d/model-vers/model-ver/734a37b7-b3cf-47e8-94ee-ef6a70f709bd?depth=0|INFO|500||InvokeReturn 2022-03-25T04:12:00.731Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T04:12:00.731Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:12:00.734Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-25T04:12:00.734Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4ce454b-0c74-4c66-b2e1-d3672fa335e3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T04:12:00.735Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T04:12:00.735Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:12:00.737Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:12:00.737Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181520734, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:12:00.837Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:12:00.838Z||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-03-25T04:12:00.839Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:12:00.857Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:00.857Z||pool-66-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-03-25T04:12:01.751Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:12:01.751Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|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-03-25T04:12:01.751Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:12:12.684Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:12.685Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:12:12.685Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|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-03-25T04:12:12.685Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:12:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:12:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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-03-25T04:12:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:12:13.703Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:13.703Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:12:13.703Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4ce454b-0c74-4c66-b2e1-d3672fa335e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181520734, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:12:13.704Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:12:22.226Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:22.226Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:12:22.227Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|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-03-25T04:12:22.227Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:12:31.604Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:31.606Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T04:12:31.606Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"d40b51b4-008a-48c2-acaa-da3b242ddd5d","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"82df224f-e421-4d06-916d-244d1111fc08","serviceDescription":"service","serviceInvariantUUID":"e88f5122-45a4-4132-b5ee-b624723ee74b","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5cbeb962-c890-4646-a64b-11344afda009","resourceInvariantUUID":"14a8cb8b-a321-4edf-a27e-acfe6ad7b4fd","resourceCustomizationUUID":"c304dc71-460d-4d1e-b162-6dd0fd73c7fe","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":"ODlhMTJhMGI5NmQ5NzdjMDAzZTllMTAwMmRlYjNlMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d651645b-0e50-4bd8-a49b-30f2d1c7f7d1","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":"76ce5e94-47b3-4fe3-850e-9134d835540e","artifactVersion":"2","generatedFromUUID":"6fedfe3f-c9f5-4ac2-9053-b22ec885d5c7"},{"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":"6fedfe3f-c9f5-4ac2-9053-b22ec885d5c7","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":"NDk3ZDZiMjNiYmE2ZGU1OWRiMjA5NzYyNzUwNTlmMGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"333aa649-b3e1-42f3-9a3b-47395429ee5d","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":"3aa06047-a235-46cc-a0d4-a96f9ca29ead","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":"a6f13230-95a2-414f-98fc-61d1ddab17ca","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":"938e8327-d4af-43a1-bcb7-96401a1bc7f6","artifactVersion":"2","generatedFromUUID":"3aa06047-a235-46cc-a0d4-a96f9ca29ead"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MGRlZWM2OTBlNWExZDMxOWU2NjQzZjVjNjU0YWI1ODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"962e2ab8-d93c-468d-a18c-910bd02478ff","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OWY5ODFmZGEzNTk4ODc0YzRmMzk2YmYxNjE1ZDJiY2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c0c62f97-c757-48a4-a042-a26f4d173a61","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T04:12:31.609Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:12:31.609Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:12:31.612Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:12:31.612Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181542226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:12:31.712Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:12:31.713Z||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-03-25T04:12:31.713Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:12:31.729Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:31.729Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:12:32.612Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:12:32.613Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:12:32.616Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:12:32.616Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181542226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-25T04:12:32.716Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:12:32.717Z||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-03-25T04:12:32.717Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:12:32.729Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:32.729Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:12:33.617Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:12:33.618Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:12:33.620Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:12:33.621Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181542226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-25T04:12:33.720Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:12:33.721Z||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-03-25T04:12:33.722Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:12:33.733Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:33.733Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:12:34.621Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:12:34.622Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:12:34.625Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:12:34.626Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181542226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:12:34.726Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:12:34.726Z||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-03-25T04:12:34.726Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:12:34.739Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:34.739Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-25T04:12:35.626Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:12:35.627Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:12:35.629Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:12:35.630Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181542226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-25T04:12:35.730Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:12:35.730Z||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-03-25T04:12:35.731Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:12:35.743Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:35.743Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:12:36.630Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:12:36.632Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:12:36.634Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:12:36.634Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181542226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:12:36.734Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:12:36.735Z||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-03-25T04:12:36.735Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:12:36.748Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:36.748Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:12:37.634Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:12:37.635Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:12:37.637Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:12:37.638Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181542226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-25T04:12:37.738Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:12:37.738Z||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-03-25T04:12:37.739Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:12:37.753Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:37.753Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:12:38.638Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:12:38.639Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:12:38.641Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:12:38.642Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181542226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:12:38.742Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:12:38.742Z||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-03-25T04:12:38.743Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:12:38.755Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:38.755Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:12:39.642Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:12:39.643Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:12:39.646Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:12:39.646Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181542226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:12:39.746Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:12:39.747Z||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-03-25T04:12:39.747Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:12:39.762Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:39.762Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:12:40.648Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "82df224f-e421-4d06-916d-244d1111fc08", "serviceDescription": "service", "serviceInvariantUUID": "e88f5122-45a4-4132-b5ee-b624723ee74b", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "c304dc71-460d-4d1e-b162-6dd0fd73c7fe", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5cbeb962-c890-4646-a64b-11344afda009", "resourceInvariantUUID": "14a8cb8b-a321-4edf-a27e-acfe6ad7b4fd", "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": "76ce5e94-47b3-4fe3-850e-9134d835540e", "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": "6fedfe3f-c9f5-4ac2-9053-b22ec885d5c7", "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": "NDk3ZDZiMjNiYmE2ZGU1OWRiMjA5NzYyNzUwNTlmMGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "333aa649-b3e1-42f3-9a3b-47395429ee5d", "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": "3aa06047-a235-46cc-a0d4-a96f9ca29ead", "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": "938e8327-d4af-43a1-bcb7-96401a1bc7f6", "generatedFromUUID": "3aa06047-a235-46cc-a0d4-a96f9ca29ead" }, "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": "938e8327-d4af-43a1-bcb7-96401a1bc7f6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "OWY5ODFmZGEzNTk4ODc0YzRmMzk2YmYxNjE1ZDJiY2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c0c62f97-c757-48a4-a042-a26f4d173a61" } ], "workloadContext": "Production" } 2022-03-25T04:12:40.648Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T04:12:40.648Z|d4ce454b-0c74-4c66-b2e1-d3672fa335e3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 82df224f-e421-4d06-916d-244d1111fc08 ASDC 2022-03-25T04:12:40.649Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:d40b51b4-008a-48c2-acaa-da3b242ddd5d ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:82df224f-e421-4d06-916d-244d1111fc08 ServiceInvariantUUID:e88f5122-45a4-4132-b5ee-b624723ee74b 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:c0c62f97-c757-48a4-a042-a26f4d173a61 ArtifactChecksum:OWY5ODFmZGEzNTk4ODc0YzRmMzk2YmYxNjE1ZDJiY2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:c304dc71-460d-4d1e-b162-6dd0fd73c7fe ResourceInvariantUUID:14a8cb8b-a321-4edf-a27e-acfe6ad7b4fd ResourceName:basic_cnf ResourceType:VF ResourceUUID:5cbeb962-c890-4646-a64b-11344afda009 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:76ce5e94-47b3-4fe3-850e-9134d835540e 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:6fedfe3f-c9f5-4ac2-9053-b22ec885d5c7 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:333aa649-b3e1-42f3-9a3b-47395429ee5d ArtifactChecksum:NDk3ZDZiMjNiYmE2ZGU1OWRiMjA5NzYyNzUwNTlmMGY= 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:3aa06047-a235-46cc-a0d4-a96f9ca29ead 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:938e8327-d4af-43a1-bcb7-96401a1bc7f6 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:938e8327-d4af-43a1-bcb7-96401a1bc7f6 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-25T04:12:40.649Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 82df224f-e421-4d06-916d-244d1111fc08 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-03-25T04:12:40.696Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:12:40.697Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-25T04:12:40.697Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-25T04:12:40.697Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c0c62f97-c757-48a4-a042-a26f4d173a61 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-25T04:12:40.697Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-25T04:12:40.698Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-25T04:12:40.742Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-25T04:12:40.747Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar c0c62f97-c757-48a4-a042-a26f4d173a61 68927 2022-03-25T04:12:40.748Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-25T04:12:40.748Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-25T04:12:40.748Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:12:40.748Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:12:40.750Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:12:40.751Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181560748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:12:40.851Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:12:40.851Z||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-03-25T04:12:40.852Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:12:40.864Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:40.864Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:12:41.751Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:12:41.752Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-25T04:12:41.753Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c0c62f97-c757-48a4-a042-a26f4d173a61, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T04:12:41.768Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-25T04:12:41.768Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T04:12:41.768Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T04:12:41.840Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP588479468457513707/Definitions/service-BasicCnf-template.yml 2022-03-25T04:12:42.595Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T04:12:42.595Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-25T04:12:42.595Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T04:12:42.596Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-25T04:12:42.596Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T04:12:42.596Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T04:12:42.596Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T04:12:42.596Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T04:12:42.596Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-25T04:12:42.596Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:12:42.596Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:12:42.596Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T04:12:42.596Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-25T04:12:42.596Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:12:42.596Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:12:42.596Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:12:42.596Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T04:12:42.597Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-25T04:12:42.597Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:12:42.597Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:12:42.597Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:12:42.597Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:12:42.597Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-25T04:12:42.597Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-25T04:12:42.597Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-25T04:12:42.597Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-25T04:12:42.597Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:12:42.597Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T04:12:42.597Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:12:42.597Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T04:12:42.597Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:12:42.597Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:12:42.598Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T04:12:42.598Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:12:42.598Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:12:42.598Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T04:12:42.598Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:12:42.598Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:12:42.598Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-25T04:12:42.598Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-25T04:12:42.598Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c1e76643-6336-4392-82cc-ee260b22fb03 2022-03-25T04:12:42.598Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:12:42.598Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:12:42.598Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:12:42.598Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:12:42.598Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:12:42.598Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:12:42.598Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:12:42.598Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:12:42.599Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:82df224f-e421-4d06-916d-244d1111fc08 Model Version:NULL Model InvariantUuid:e88f5122-45a4-4132-b5ee-b624723ee74b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:6676b03c-4f7c-4e2c-8b6c-7e485192d054 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:14a8cb8b-a321-4edf-a27e-acfe6ad7b4fd Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c304dc71-460d-4d1e-b162-6dd0fd73c7fe NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:422f2b03-0615-420d-abde-97fcfc37057b ModelName:BasicCnf..base_dummy..module-0 ModelUuid:effffd2a-2a91-44e3-9f3d-41dd38ed708b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c1e76643-6336-4392-82cc-ee260b22fb03 ModelInvariantUuid:ad3e4549-18ff-4563-a46d-d6a305b3ac4e ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:dfab6ead-0d7f-414c-89cb-9b57dddee07d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:5c0b61af-2bbe-408a-9023-725aa26a368a ModelInvariantUuid:0cbf5601-fc3f-4fec-a99a-2d9228815a3a ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:1a484519-b668-44c3-a746-ff98e03d2e60 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-03-25T04:12:42.603Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 5cbeb962-c890-4646-a64b-11344afda009 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-03-25T04:12:42.604Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||basic_cnf 0 2022-03-25T04:12:42.604Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5cbeb962-c890-4646-a64b-11344afda009 2022-03-25T04:12:42.604Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 76ce5e94-47b3-4fe3-850e-9134d835540e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-25T04:12:42.604Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-25T04:12:42.604Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-25T04:12:42.637Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-25T04:12:42.638Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 76ce5e94-47b3-4fe3-850e-9134d835540e 12 2022-03-25T04:12:42.638Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-03-25T04:12:42.638Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-25T04:12:42.638Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:12:42.638Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:12:42.640Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:12:42.640Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181562638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:12:42.740Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:12:42.741Z||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-03-25T04:12:42.741Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:12:42.755Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:42.755Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:12:43.641Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6fedfe3f-c9f5-4ac2-9053-b22ec885d5c7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-25T04:12:43.642Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-25T04:12:43.642Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-25T04:12:43.676Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-25T04:12:43.676Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 6fedfe3f-c9f5-4ac2-9053-b22ec885d5c7 2688 2022-03-25T04:12:43.676Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-03-25T04:12:43.677Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-25T04:12:43.677Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:12:43.677Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:12:43.679Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:12:43.679Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181563676, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-25T04:12:43.779Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:12:43.780Z||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-03-25T04:12:43.780Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:12:43.794Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:43.794Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:12:44.681Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 333aa649-b3e1-42f3-9a3b-47395429ee5d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-25T04:12:44.682Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-25T04:12:44.682Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-25T04:12:44.717Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-25T04:12:44.718Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 333aa649-b3e1-42f3-9a3b-47395429ee5d 828 2022-03-25T04:12:44.718Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-03-25T04:12:44.719Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-25T04:12:44.719Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:12:44.719Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:12:44.721Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:12:44.721Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181564718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T04:12:44.821Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:12:44.822Z||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-03-25T04:12:44.822Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:12:44.836Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:44.837Z||pool-79-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:12:45.722Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "422f2b03-0615-420d-abde-97fcfc37057b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "effffd2a-2a91-44e3-9f3d-41dd38ed708b", "vfModuleModelCustomizationUUID": "d6317bf2-ea75-485e-8edb-2f969f91422f", "isBase": true, "artifacts": [ "3aa06047-a235-46cc-a0d4-a96f9ca29ead", "6fedfe3f-c9f5-4ac2-9053-b22ec885d5c7", "938e8327-d4af-43a1-bcb7-96401a1bc7f6" ], "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-03-25T04:12:45.727Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:effffd2a-2a91-44e3-9f3d-41dd38ed708b VfModuleModelInvariantUUID:422f2b03-0615-420d-abde-97fcfc37057b VfModuleModelDescription:NULL Artifacts UUID List:{ 3aa06047-a235-46cc-a0d4-a96f9ca29ead , 6fedfe3f-c9f5-4ac2-9053-b22ec885d5c7 , 938e8327-d4af-43a1-bcb7-96401a1bc7f6 } 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-03-25T04:12:45.730Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "422f2b03-0615-420d-abde-97fcfc37057b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "effffd2a-2a91-44e3-9f3d-41dd38ed708b", "vfModuleModelCustomizationUUID": "d6317bf2-ea75-485e-8edb-2f969f91422f", "isBase": true, "artifacts": [ "3aa06047-a235-46cc-a0d4-a96f9ca29ead", "6fedfe3f-c9f5-4ac2-9053-b22ec885d5c7", "938e8327-d4af-43a1-bcb7-96401a1bc7f6" ], "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-03-25T04:12:45.730Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:effffd2a-2a91-44e3-9f3d-41dd38ed708b VfModuleModelInvariantUUID:422f2b03-0615-420d-abde-97fcfc37057b VfModuleModelDescription:NULL Artifacts UUID List:{ 3aa06047-a235-46cc-a0d4-a96f9ca29ead , 6fedfe3f-c9f5-4ac2-9053-b22ec885d5c7 , 938e8327-d4af-43a1-bcb7-96401a1bc7f6 } 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-03-25T04:12:45.731Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3aa06047-a235-46cc-a0d4-a96f9ca29ead from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-25T04:12:45.731Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-25T04:12:45.731Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-25T04:12:45.803Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-25T04:12:45.804Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 3aa06047-a235-46cc-a0d4-a96f9ca29ead 1164 2022-03-25T04:12:45.804Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-03-25T04:12:45.804Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-25T04:12:45.804Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:12:45.805Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:12:45.807Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:12:45.807Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181565804, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:12:45.907Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:12:45.908Z||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-03-25T04:12:45.908Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:12:45.925Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:45.925Z||pool-80-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:12:46.808Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 938e8327-d4af-43a1-bcb7-96401a1bc7f6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-25T04:12:46.809Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-25T04:12:46.809Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-25T04:12:46.919Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-25T04:12:46.920Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 938e8327-d4af-43a1-bcb7-96401a1bc7f6 200 2022-03-25T04:12:46.920Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-03-25T04:12:46.920Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-25T04:12:46.921Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:12:46.921Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:12:46.923Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:12:46.923Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181566920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:12:47.023Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:12:47.024Z||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-03-25T04:12:47.024Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:12:47.040Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:47.040Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:12:47.924Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 82df224f-e421-4d06-916d-244d1111fc08 2022-03-25T04:12:47.925Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 5cbeb962-c890-4646-a64b-11344afda009 ASDC 2022-03-25T04:12:47.934Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select 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=? 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-03-25T04:12:47.939Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9d5578a, org.onap.sdc.toscaparser.api.parameters.Input@681091f, org.onap.sdc.toscaparser.api.parameters.Input@f57cac, org.onap.sdc.toscaparser.api.parameters.Input@7518f8e9, org.onap.sdc.toscaparser.api.parameters.Input@56d288c7] 2022-03-25T04:12:47.940Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:12:47.940Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:12:47.940Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-03-25T04:12:47.940Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= c304dc71-460d-4d1e-b162-6dd0fd73c7fe 2022-03-25T04:12:47.940Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c304dc71-460d-4d1e-b162-6dd0fd73c7fe matches Tosca VF Customization UUID: c304dc71-460d-4d1e-b162-6dd0fd73c7fe 2022-03-25T04:12:47.940Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: c304dc71-460d-4d1e-b162-6dd0fd73c7fe 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-03-25T04:12:47.941Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:12:47.941Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:12:47.942Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id c304dc71-460d-4d1e-b162-6dd0fd73c7fe: {\"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-03-25T04:12:47.942Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@41c3cc6d 2022-03-25T04:12:47.942Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:12:47.942Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T04:12:47.942Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d6317bf2-ea75-485e-8edb-2f969f91422f 2022-03-25T04:12:47.942Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d6317bf2-ea75-485e-8edb-2f969f91422f 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-03-25T04:12:47.943Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:12:47.943Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T04:12:47.943Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:12:47.943Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:12:47.944Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T04:12:47.944Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:12:47.944Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:12:47.944Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-25T04:12:47.944Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-25T04:12:47.944Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c1e76643-6336-4392-82cc-ee260b22fb03 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-03-25T04:12:47.945Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:12:47.945Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T04:12:47.945Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:12:47.945Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:12:47.945Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T04:12:47.945Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=c304dc71-460d-4d1e-b162-6dd0fd73c7fe 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-03-25T04:12:47.946Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:12:47.946Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:12:47.946Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 82df224f-e421-4d06-916d-244d1111fc08: basic_cnf 2022-03-25T04:12:47.946Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:12:47.946Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:12:47.946Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:12:47.946Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:12:47.946Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:12:47.947Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:12:47.947Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:12:47.947Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:12:47.947Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:12:47.947Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:12:47.947Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:12:47.981Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 5cbeb962-c890-4646-a64b-11344afda009 1 ASDC deployResourceStructure 2022-03-25T04:12:47.982Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-03-25T04:12:47.982Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-03-25T04:12:47.983Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-25T04:12:47.983Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:12:47.985Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:12:47.985Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181567982, "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-03-25T04:12:48.085Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:12:48.086Z||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-03-25T04:12:48.086Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:12:48.101Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:48.101Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:12:48.986Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-03-25T04:12:48.987Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-03-25T04:12:48.987Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-25T04:12:48.987Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:12:48.990Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:12:48.990Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181568986, "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-03-25T04:12:49.090Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:12:49.091Z||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-03-25T04:12:49.091Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:12:49.108Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:49.108Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:12:49.991Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-03-25T04:12:49.992Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-25T04:12:49.992Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:12:49.992Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:12:49.994Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:12:49.995Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181569991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T04:12:50.094Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:12:50.095Z||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-03-25T04:12:50.095Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:12:50.110Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:50.111Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:12:50.995Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-03-25T04:12:50.997Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-25T04:12:50.997Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:12:50.997Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:12:51.000Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:12:51.000Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181570995, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-25T04:12:51.101Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T04:12:51.102Z||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-03-25T04:12:51.102Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:12:51.116Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:51.117Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:12:52.002Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-03-25T04:12:52.002Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-25T04:12:52.002Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:12:52.003Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:12:52.005Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:12:52.005Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181572001, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-25T04:12:52.105Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:12:52.106Z||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-03-25T04:12:52.106Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:12:52.119Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:52.120Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:12:53.009Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-25T04:12:53.010Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-25T04:12:53.010Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:12:53.010Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:12:53.012Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:12:53.012Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181573006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:12:53.113Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:12:53.113Z||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-03-25T04:12:53.113Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:12:53.126Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:53.126Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:12:54.013Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d40b51b4-008a-48c2-acaa-da3b242ddd5d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-25T04:12:54.023Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d40b51b4-008a-48c2-acaa-da3b242ddd5d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-25T04:12:54.025Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:12:54.026Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T04:12:54.026Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T04:13:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:13:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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-03-25T04:13:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:13:13.207Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:13:13.715Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.715Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "aai-ml", "timestamp": 1648181547860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.716Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.716Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.716Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181542226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.716Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.716Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.716Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "multicloud-k8s-id", "timestamp": 1648181543794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.716Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.717Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.717Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181548033, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.717Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.717Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.717Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "aai-ml", "timestamp": 1648181547860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.717Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.717Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.717Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181542226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-25T04:13:13.717Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.717Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.717Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "multicloud-k8s-id", "timestamp": 1648181543794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-25T04:13:13.718Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.718Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.718Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181548033, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.718Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.718Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.718Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "cds", "timestamp": 1648181552812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.718Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.718Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.718Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "aai-ml", "timestamp": 1648181547860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.718Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.718Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.718Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181542226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-25T04:13:13.718Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.719Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.719Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "multicloud-k8s-id", "timestamp": 1648181543794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-25T04:13:13.719Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.719Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.719Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181548033, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.719Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.719Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.719Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "cds", "timestamp": 1648181552812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.719Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.719Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.719Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "aai-ml", "timestamp": 1648181547860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.719Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.720Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.720Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181542226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:13:13.720Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.720Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.720Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "multicloud-k8s-id", "timestamp": 1648181543794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:13:13.720Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.720Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.720Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181548033, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.720Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.720Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.720Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "clamp", "timestamp": 1648181554092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.721Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.721Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.721Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "cds", "timestamp": 1648181552812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.721Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.721Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.721Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "aai-ml", "timestamp": 1648181547860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.721Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.721Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.721Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181542226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-25T04:13:13.721Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.721Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.721Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "multicloud-k8s-id", "timestamp": 1648181543794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-25T04:13:13.722Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.722Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.722Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181548033, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.722Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.722Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.722Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "clamp", "timestamp": 1648181554092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.722Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.722Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.722Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "cds", "timestamp": 1648181552812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.722Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.722Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.722Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "aai-ml", "timestamp": 1648181547860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.722Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.723Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.723Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181542226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.723Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.723Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.723Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "multicloud-k8s-id", "timestamp": 1648181543794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.723Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.723Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.723Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181548033, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.723Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.723Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.723Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "clamp", "timestamp": 1648181554092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.723Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.724Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.724Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "ves-openapi-manager", "timestamp": 1648181556660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.724Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.724Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.724Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "cds", "timestamp": 1648181552812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.724Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.724Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.724Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "aai-ml", "timestamp": 1648181547860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.724Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.724Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.724Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181542226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-25T04:13:13.724Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.725Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.725Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "multicloud-k8s-id", "timestamp": 1648181543794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-25T04:13:13.725Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.725Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.725Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181548033, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.725Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.725Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.725Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "clamp", "timestamp": 1648181554092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:13:13.725Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.725Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.725Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "ves-openapi-manager", "timestamp": 1648181556660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.726Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.726Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.726Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "cds", "timestamp": 1648181552812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.726Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.726Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.726Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "aai-ml", "timestamp": 1648181547860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.726Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.726Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.726Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181542226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.726Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.726Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.727Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "multicloud-k8s-id", "timestamp": 1648181543794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.727Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.727Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.727Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181548033, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.727Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.727Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.727Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "clamp", "timestamp": 1648181554092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.727Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.727Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.727Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "ves-openapi-manager", "timestamp": 1648181556660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.727Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.727Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.727Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "cds", "timestamp": 1648181552812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.728Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.728Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.728Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "aai-ml", "timestamp": 1648181547860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:13:13.728Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.728Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.728Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181542226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:13:13.728Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.728Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.728Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "multicloud-k8s-id", "timestamp": 1648181543794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:13:13.728Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.728Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.728Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181548033, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:13:13.728Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.728Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.728Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "clamp", "timestamp": 1648181554092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.728Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.728Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.728Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "ves-openapi-manager", "timestamp": 1648181556660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.728Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.728Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.728Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "cds", "timestamp": 1648181552812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.728Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.728Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.728Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "aai-ml", "timestamp": 1648181560704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:13:13.728Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:13:13.729Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.729Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "multicloud-k8s-id", "timestamp": 1648181560706, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T04:13:13.729Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:13:13.729Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.729Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181560739, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:13:13.729Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:13:13.729Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.729Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "clamp", "timestamp": 1648181554092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.729Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.729Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.729Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181560748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:13:13.729Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:13:13.729Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.729Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "policy-id", "timestamp": 1648181560322, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.729Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.729Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.729Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "dcae-sch", "timestamp": 1648181560644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.729Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.729Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.729Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "ves-openapi-manager", "timestamp": 1648181556660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.729Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.729Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.729Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "cds", "timestamp": 1648181552812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:13:13.729Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.729Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.729Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "multicloud-k8s-id", "timestamp": 1648181561745, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:13:13.729Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:13:13.730Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.730Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "clamp", "timestamp": 1648181554092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.730Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.730Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.730Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "policy-id", "timestamp": 1648181560322, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.730Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.730Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.730Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "dcae-sch", "timestamp": 1648181560644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.730Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.730Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.730Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "ves-openapi-manager", "timestamp": 1648181556660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.730Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.730Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.730Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "cds", "timestamp": 1648181562541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:13:13.730Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:13:13.730Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.730Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181562638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:13:13.730Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:13:13.730Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.730Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181562695, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:13:13.730Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:13:13.730Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.730Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "clamp", "timestamp": 1648181554092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:13:13.730Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.731Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.731Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "multicloud-k8s-id", "timestamp": 1648181562782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-25T04:13:13.731Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:13:13.731Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.731Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "policy-id", "timestamp": 1648181560322, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.731Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.731Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.731Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "dcae-sch", "timestamp": 1648181560644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.731Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.731Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.731Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "ves-openapi-manager", "timestamp": 1648181556660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.731Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.731Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.731Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "cds", "timestamp": 1648181563545, "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=? 2022-03-25T04:13:13.738Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d40b51b4-008a-48c2-acaa-da3b242ddd5d 2022-03-25T04:13:13.738Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d40b51b4-008a-48c2-acaa-da3b242ddd5d 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-03-25T04:13:13.745Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.746Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181563676, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-25T04:13:13.746Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:13:13.746Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.746Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181563697, "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-03-25T04:13:13.749Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d40b51b4-008a-48c2-acaa-da3b242ddd5d 2022-03-25T04:13:13.749Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d40b51b4-008a-48c2-acaa-da3b242ddd5d 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-03-25T04:13:13.756Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.756Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "multicloud-k8s-id", "timestamp": 1648181563817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:13:13.757Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:13:13.757Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.757Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "policy-id", "timestamp": 1648181560322, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.757Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.757Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.757Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "dcae-sch", "timestamp": 1648181560644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.757Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.757Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.758Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "ves-openapi-manager", "timestamp": 1648181556660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.758Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.758Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.758Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181564718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T04:13:13.758Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:13:13.758Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.758Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "policy-id", "timestamp": 1648181560322, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-25T04:13:13.758Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.758Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.758Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "aai-ml", "timestamp": 1648181565093, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:13:13.759Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:13:13.759Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.759Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "multicloud-k8s-id", "timestamp": 1648181565177, "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-03-25T04:13:13.764Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d40b51b4-008a-48c2-acaa-da3b242ddd5d 2022-03-25T04:13:13.764Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d40b51b4-008a-48c2-acaa-da3b242ddd5d 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-03-25T04:13:13.773Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.773Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "dcae-sch", "timestamp": 1648181560644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.773Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.773Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.773Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "ves-openapi-manager", "timestamp": 1648181556660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.774Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.774Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.774Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181565804, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:13:13.774Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:13:13.774Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.774Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "policy-id", "timestamp": 1648181560322, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.774Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.774Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.774Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "aai-ml", "timestamp": 1648181566097, "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-03-25T04:13:13.780Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d40b51b4-008a-48c2-acaa-da3b242ddd5d 2022-03-25T04:13:13.780Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d40b51b4-008a-48c2-acaa-da3b242ddd5d 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-03-25T04:13:13.790Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.790Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "multicloud-k8s-id", "timestamp": 1648181566179, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T04:13:13.790Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:13:13.790Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.790Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "dcae-sch", "timestamp": 1648181560644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.791Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.791Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.791Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "clamp", "timestamp": 1648181566681, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:13:13.791Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:13:13.791Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.791Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181566920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:13:13.791Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:13:13.791Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.791Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "policy-id", "timestamp": 1648181560322, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.791Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.791Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.791Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "dcae-sch", "timestamp": 1648181560644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.792Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.792Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.792Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181567982, "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-03-25T04:13:13.792Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:13:13.792Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.792Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "policy-id", "timestamp": 1648181560322, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.792Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.792Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.792Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "dcae-sch", "timestamp": 1648181560644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.792Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.792Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.792Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "clamp", "timestamp": 1648181568688, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:13:13.792Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:13:13.792Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.793Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181568986, "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-03-25T04:13:13.793Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:13:13.793Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.793Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "policy-id", "timestamp": 1648181560322, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:13:13.793Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.793Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.793Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "dcae-sch", "timestamp": 1648181560644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:13:13.793Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-25T04:13:13.793Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.793Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "clamp", "timestamp": 1648181569691, "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-03-25T04:13:13.798Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d40b51b4-008a-48c2-acaa-da3b242ddd5d 2022-03-25T04:13:13.798Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d40b51b4-008a-48c2-acaa-da3b242ddd5d 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-03-25T04:13:13.806Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.806Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181569991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T04:13:13.806Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:13:13.806Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.806Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "policy-id", "timestamp": 1648181570123, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:13:13.806Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:13:13.806Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.806Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181570995, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-25T04:13:13.806Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:13:13.806Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.806Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "policy-id", "timestamp": 1648181571126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:13:13.806Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:13:13.806Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.806Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181572001, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-25T04:13:13.806Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:13:13.807Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.807Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "policy-id", "timestamp": 1648181572129, "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-03-25T04:13:13.811Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d40b51b4-008a-48c2-acaa-da3b242ddd5d 2022-03-25T04:13:13.811Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d40b51b4-008a-48c2-acaa-da3b242ddd5d 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-03-25T04:13:13.817Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:13:13.817Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181573006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:13:13.817Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:13:24.026Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d40b51b4-008a-48c2-acaa-da3b242ddd5d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-25T04:13:24.038Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d40b51b4-008a-48c2-acaa-da3b242ddd5d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-25T04:13:24.042Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:13:24.042Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T04:13:24.042Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T04:13:24.042Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T04:13:24.043Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:13:24.043Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:13:24.043Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:13:24.043Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:13:24.043Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:13:24.043Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:13:24.043Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:13:24.049Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T04:13:54.050Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d40b51b4-008a-48c2-acaa-da3b242ddd5d 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-03-25T04:13:54.055Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d40b51b4-008a-48c2-acaa-da3b242ddd5d and serviceModelVersionId: 82df224f-e421-4d06-916d-244d1111fc08 2022-03-25T04:13:54.055Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e88f5122-45a4-4132-b5ee-b624723ee74b 2022-03-25T04:13:54.056Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e88f5122-45a4-4132-b5ee-b624723ee74b/model-vers/model-ver/82df224f-e421-4d06-916d-244d1111fc08?depth=0 2022-03-25T04:13:54.059Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T04:13:54.079Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e88f5122-45a4-4132-b5ee-b624723ee74b/model-vers/model-ver/82df224f-e421-4d06-916d-244d1111fc08?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-03-25T04:13:54.080Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e88f5122-45a4-4132-b5ee-b624723ee74b/model-vers/model-ver/82df224f-e421-4d06-916d-244d1111fc08?depth=0|INFO|500||Invoke 2022-03-25T04:13:54.095Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e88f5122-45a4-4132-b5ee-b624723ee74b/model-vers/model-ver/82df224f-e421-4d06-916d-244d1111fc08?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T04:13:54.203Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e88f5122-45a4-4132-b5ee-b624723ee74b/model-vers/model-ver/82df224f-e421-4d06-916d-244d1111fc08?depth=0|INFO|500||InvokeReturn 2022-03-25T04:13:54.204Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e88f5122-45a4-4132-b5ee-b624723ee74b/model-vers/model-ver/82df224f-e421-4d06-916d-244d1111fc08?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220325-04:13:54:100-99197], vertex-id=[250064], Content-Length=[0], Date=[Fri, 25 Mar 2022 04:13:54 GMT], Content-Type=[application/json]} 2022-03-25T04:13:54.204Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-03-25T04:13:54.204Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T04:13:54.205Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:13:54.209Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-25T04:13:54.209Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d40b51b4-008a-48c2-acaa-da3b242ddd5d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T04:13:54.209Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T04:13:54.210Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:13:54.212Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:13:54.212Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181634209, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:13:54.312Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:13:54.313Z||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-03-25T04:13:54.313Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:13:54.331Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:13:54.331Z||pool-88-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-03-25T04:13:55.224Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:13:55.224Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|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-03-25T04:13:55.224Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:14:04.767Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:14:04.768Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:14:04.769Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|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-03-25T04:14:04.769Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:14:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:14:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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-03-25T04:14:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:14:13.704Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:14:13.705Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T04:14:13.705Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d40b51b4-008a-48c2-acaa-da3b242ddd5d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181634209, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:14:13.706Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:14:14.314Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:14:14.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:14:14.315Z||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-03-25T04:14:14.315Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:14:23.869Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:15:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:15:13.078Z||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-03-25T04:15:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:15:13.080Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:15:13.080Z||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-03-25T04:15:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:15:22.626Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:15:22.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:16:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:16:13.077Z||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-03-25T04:16:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:16:13.079Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:16:13.079Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|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-03-25T04:16:13.079Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:16:22.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:16:22.625Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:17:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:17:13.078Z||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-03-25T04:17:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:17:13.079Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:17:13.079Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|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-03-25T04:17:13.079Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:17:22.622Z|d40b51b4-008a-48c2-acaa-da3b242ddd5d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:17:22.628Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:18:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:18:13.077Z||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-03-25T04:18:13.077Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:18:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:18:13.079Z||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-03-25T04:18:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:18:22.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:18:22.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:19:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:19:13.078Z||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-03-25T04:19:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:19:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:19:13.079Z||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-03-25T04:19:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:19:22.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:19:22.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:20:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:20:13.077Z||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-03-25T04:20:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:20:13.079Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:20:13.079Z||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-03-25T04:20:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:20:22.622Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:20:22.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:21:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:21:13.077Z||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-03-25T04:21:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:21:13.079Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:21:13.079Z||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-03-25T04:21:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:21:22.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:21:22.628Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:22:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:22:13.078Z||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-03-25T04:22:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:22:13.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:22:13.079Z||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-03-25T04:22:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:22:22.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:22:22.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:23:13.078Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:23:13.078Z||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-03-25T04:23:13.078Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:23:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:23:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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-03-25T04:23:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:23:22.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:23:22.624Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:24:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:24:13.078Z||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-03-25T04:24:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:24:13.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:24:13.079Z||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-03-25T04:24:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:24:22.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:24:22.624Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:25:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:25:13.078Z||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-03-25T04:25:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:25:13.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:25:13.079Z||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-03-25T04:25:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:25:22.627Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:25:22.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:26:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:26:13.078Z||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-03-25T04:26:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:26:13.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:26:13.079Z||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-03-25T04:26:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:26:22.627Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:26:22.628Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:27:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:27:13.077Z||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-03-25T04:27:13.077Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:27:13.078Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:27:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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-03-25T04:27:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:27:22.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:27:22.620Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:28:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:28:13.077Z||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-03-25T04:28:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:28:13.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:28:13.079Z||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-03-25T04:28:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:28:22.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:28:22.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:29:13.077Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:29:13.078Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|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-03-25T04:29:13.078Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:29:13.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:29:13.079Z||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-03-25T04:29:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:29:22.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:29:22.628Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:30:13.077Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:30:13.077Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|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-03-25T04:30:13.078Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:30:13.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:30:13.079Z||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-03-25T04:30:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:30:22.627Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:30:22.628Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:31:13.077Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:31:13.078Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|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-03-25T04:31:13.078Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:31:13.078Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:31:13.079Z||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-03-25T04:31:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:31:13.706Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:31:13.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:31:13.706Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:31:13.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "dcae-sch", "timestamp": 1648182660644, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2022-03-25T04:31:13.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:31:13.708Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T04:31:13.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:31:13.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "multicloud-k8s-id", "timestamp": 1648182663794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:31:13.708Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"bd5ab4d7-26a4-46c1-bee4-a30470b4b449","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"4cec9cbb-aaa8-41e7-8726-e72999e88380","serviceDescription":"service","serviceInvariantUUID":"1ca98d08-8cba-4b78-9928-75bbde807594","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9333924b-96c2-432c-9136-abf22113c4c8","resourceInvariantUUID":"2c3f2115-02bd-4b87-8fc1-d2b7ba60a0db","resourceCustomizationUUID":"f8ca5aa1-139f-4305-ba72-2a464f7f2179","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":"20a8f763-78f5-497a-92e0-34be5d9089a4","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":"ZDVjNDczYzk5MTA1ZjEzMjQ2NDY3ODUzZDdhNWRiNzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67de7a52-f484-440d-92fe-4182308f047e","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":"MTY2ZjE1M2M3OTNiMGM0YzRlZTU2YmFjNjk2MTg1OGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1cd51e47-e90c-40c5-ad2f-a661d4c0768f","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":"eab4cc6d-4764-43d4-a6dd-f81dff105264","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":"a5b6fd33-43c1-4326-9ca5-ca14b047971c","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":"c8c17859-01cb-49c3-bb83-a79325d88330","artifactVersion":"2","generatedFromUUID":"eab4cc6d-4764-43d4-a6dd-f81dff105264"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MTdiYzE5ODljODdlZDY5NmJmOGRjMzVmNzU0NDYzYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d07073ec-1199-4a3e-812e-e34af3d6b5d4","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MWZlNzI2Mzc0ZmE0YjgwYWY1NzRmZWRjMTQyNWU3ZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"467ce6c8-7090-4d22-8682-854064e1b35a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T04:31:13.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:31:13.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:31:13.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "cds", "timestamp": 1648182662812, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:31:13.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:31:13.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:31:13.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "clamp", "timestamp": 1648182664092, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:31:13.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:31:13.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:31:13.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "multicloud-k8s-id", "timestamp": 1648182663794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:31:13.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:31:13.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:31:13.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "dcae-sch", "timestamp": 1648182660644, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:31:13.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:31:13.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:31:13.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "cds", "timestamp": 1648182662812, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:31:13.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:31:13.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:31:13.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "clamp", "timestamp": 1648182664092, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:31:13.710Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:31:13.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:31:13.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:31:13.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "multicloud-k8s-id", "timestamp": 1648182663794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:31:13.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:31:13.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:31:13.710Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:31:13.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "dcae-sch", "timestamp": 1648182660644, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:31:13.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:31:13.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:31:13.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "cds", "timestamp": 1648182662812, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:31:13.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:31:13.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:31:13.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "clamp", "timestamp": 1648182664092, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:31:13.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:31:13.713Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:31:13.714Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:31:13.814Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:31:13.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-03-25T04:31:13.815Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:31:13.828Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:31:13.828Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:31:14.714Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:31:14.715Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:31:14.718Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:31:14.718Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:31:14.818Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:31:14.818Z||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-03-25T04:31:14.819Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:31:14.830Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:31:14.830Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:31:15.720Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:31:15.721Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:31:15.723Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:31:15.723Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:31:15.824Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T04:31:15.824Z||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-03-25T04:31:15.825Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:31:15.838Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:31:15.839Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:31:16.724Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:31:16.725Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:31:16.726Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:31:16.726Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-25T04:31:16.826Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:31:16.827Z||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-03-25T04:31:16.827Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:31:16.840Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:31:16.840Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:31:17.726Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:31:17.727Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:31:17.728Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:31:17.729Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:31:17.829Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:31:17.830Z||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-03-25T04:31:17.830Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:31:17.845Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:31:17.846Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:31:18.729Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:31:18.730Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:31:18.732Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:31:18.732Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-25T04:31:18.833Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:31:18.833Z||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-03-25T04:31:18.833Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:31:18.844Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:31:18.845Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:31:19.733Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:31:19.734Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:31:19.736Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:31:19.737Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:31:19.837Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:31:19.837Z||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-03-25T04:31:19.838Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:31:19.852Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:31:19.853Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:31:20.737Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:31:20.738Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:31:20.741Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:31:20.741Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:31:20.841Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:31:20.842Z||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-03-25T04:31:20.842Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:31:20.856Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:31:20.856Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:31:21.743Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "4cec9cbb-aaa8-41e7-8726-e72999e88380", "serviceDescription": "service", "serviceInvariantUUID": "1ca98d08-8cba-4b78-9928-75bbde807594", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "f8ca5aa1-139f-4305-ba72-2a464f7f2179", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9333924b-96c2-432c-9136-abf22113c4c8", "resourceInvariantUUID": "2c3f2115-02bd-4b87-8fc1-d2b7ba60a0db", "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": "MTY2ZjE1M2M3OTNiMGM0YzRlZTU2YmFjNjk2MTg1OGI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1cd51e47-e90c-40c5-ad2f-a661d4c0768f", "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": "eab4cc6d-4764-43d4-a6dd-f81dff105264", "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": "c8c17859-01cb-49c3-bb83-a79325d88330", "generatedFromUUID": "eab4cc6d-4764-43d4-a6dd-f81dff105264" }, "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": "c8c17859-01cb-49c3-bb83-a79325d88330", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "MWZlNzI2Mzc0ZmE0YjgwYWY1NzRmZWRjMTQyNWU3ZmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "467ce6c8-7090-4d22-8682-854064e1b35a" } ], "workloadContext": "Production" } 2022-03-25T04:31:21.743Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T04:31:21.743Z|2d0462df-ea40-4dda-8078-8eb7848ddf03|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4cec9cbb-aaa8-41e7-8726-e72999e88380 ASDC 2022-03-25T04:31:21.744Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:bd5ab4d7-26a4-46c1-bee4-a30470b4b449 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:4cec9cbb-aaa8-41e7-8726-e72999e88380 ServiceInvariantUUID:1ca98d08-8cba-4b78-9928-75bbde807594 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:467ce6c8-7090-4d22-8682-854064e1b35a ArtifactChecksum:MWZlNzI2Mzc0ZmE0YjgwYWY1NzRmZWRjMTQyNWU3ZmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:f8ca5aa1-139f-4305-ba72-2a464f7f2179 ResourceInvariantUUID:2c3f2115-02bd-4b87-8fc1-d2b7ba60a0db ResourceName:basicclamp ResourceType:VF ResourceUUID:9333924b-96c2-432c-9136-abf22113c4c8 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:1cd51e47-e90c-40c5-ad2f-a661d4c0768f ArtifactChecksum:MTY2ZjE1M2M3OTNiMGM0YzRlZTU2YmFjNjk2MTg1OGI= 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:eab4cc6d-4764-43d4-a6dd-f81dff105264 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:c8c17859-01cb-49c3-bb83-a79325d88330 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:c8c17859-01cb-49c3-bb83-a79325d88330 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-25T04:31:21.744Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4cec9cbb-aaa8-41e7-8726-e72999e88380 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-03-25T04:31:21.779Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:31:21.779Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-25T04:31:21.779Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-25T04:31:21.779Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 467ce6c8-7090-4d22-8682-854064e1b35a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-25T04:31:21.779Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-25T04:31:21.780Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-25T04:31:21.828Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-25T04:31:21.834Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 467ce6c8-7090-4d22-8682-854064e1b35a 73652 2022-03-25T04:31:21.834Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-25T04:31:21.834Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-25T04:31:21.834Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:31:21.834Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:31:21.836Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:31:21.837Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182681834, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:31:21.937Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:31:21.937Z||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-03-25T04:31:21.937Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:31:21.952Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:31:21.953Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:31:22.837Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:31:22.838Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-25T04:31:22.839Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 467ce6c8-7090-4d22-8682-854064e1b35a, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-25T04:31:22.839Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-03-25T04:31:22.839Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-25T04:31:22.839Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-25T04:31:22.912Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7416911852477207644/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-03-25T04:31:23.722Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T04:31:23.722Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-25T04:31:23.722Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-25T04:31:23.722Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-25T04:31:23.722Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||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-03-25T04:31:23.722Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||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-03-25T04:31:23.722Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||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-03-25T04:31:23.722Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||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-03-25T04:31:23.722Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||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-03-25T04:31:23.722Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||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-03-25T04:31:23.722Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||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-03-25T04:31:23.722Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||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-03-25T04:31:23.722Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||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-03-25T04:31:23.722Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-25T04:31:23.722Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:31:23.722Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:31:23.722Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-25T04:31:23.723Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-25T04:31:23.723Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:31:23.723Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:31:23.723Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:31:23.723Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-25T04:31:23.723Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-25T04:31:23.723Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:31:23.723Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:31:23.723Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:31:23.723Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:31:23.723Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-25T04:31:23.723Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-25T04:31:23.723Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-25T04:31:23.723Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-25T04:31:23.723Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-25T04:31:23.723Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-25T04:31:23.723Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:31:23.724Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T04:31:23.724Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:31:23.724Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-25T04:31:23.724Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:31:23.724Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:31:23.724Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-25T04:31:23.724Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:31:23.724Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:31:23.724Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-25T04:31:23.724Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:31:23.724Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:31:23.724Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-25T04:31:23.724Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-25T04:31:23.724Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-25T04:31:23.724Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4761e90a-9ac4-439e-a7dd-229d86ba1c8f 2022-03-25T04:31:23.724Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:31:23.724Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:31:23.724Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:31:23.724Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:31:23.724Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:31:23.725Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:31:23.725Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:31:23.725Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:31:23.725Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:4cec9cbb-aaa8-41e7-8726-e72999e88380 Model Version:NULL Model InvariantUuid:1ca98d08-8cba-4b78-9928-75bbde807594 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:4977cb6d-ddb8-4daf-84a2-bb15a93ae647 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2c3f2115-02bd-4b87-8fc1-d2b7ba60a0db Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f8ca5aa1-139f-4305-ba72-2a464f7f2179 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fbd492e9-2c67-47b0-b917-c60854f11d2a ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:568b5e46-844d-464c-bfa6-8bccb55a1263 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4761e90a-9ac4-439e-a7dd-229d86ba1c8f ModelInvariantUuid:0770880c-9734-43f8-a3f2-06af392d02d5 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:c5238f04-218c-4088-9ed5-61b4fc0c9078 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:4c17bafa-eb83-408c-8b7b-9e1e374a3c70 ModelInvariantUuid:d485e383-ad96-4988-87f0-6a44f02d9bf9 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:0ace2fd1-3c91-48c1-8b23-07b20baed63a 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-03-25T04:31:23.728Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 9333924b-96c2-432c-9136-abf22113c4c8 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-03-25T04:31:23.730Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||basicclamp 0 2022-03-25T04:31:23.730Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9333924b-96c2-432c-9136-abf22113c4c8 2022-03-25T04:31:23.730Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1cd51e47-e90c-40c5-ad2f-a661d4c0768f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-25T04:31:23.730Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-25T04:31:23.730Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-25T04:31:23.810Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-25T04:31:23.811Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 1cd51e47-e90c-40c5-ad2f-a661d4c0768f 790 2022-03-25T04:31:23.811Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||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-03-25T04:31:23.811Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||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-03-25T04:31:23.811Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:31:23.812Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:31:23.815Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:31:23.815Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182683811, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T04:31:23.915Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:31:23.916Z||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-03-25T04:31:23.916Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:31:23.932Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:31:23.932Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:31:24.815Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "fbd492e9-2c67-47b0-b917-c60854f11d2a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "568b5e46-844d-464c-bfa6-8bccb55a1263", "vfModuleModelCustomizationUUID": "75f764f4-d884-427f-befd-fd83de809189", "isBase": true, "artifacts": [ "eab4cc6d-4764-43d4-a6dd-f81dff105264", "c8c17859-01cb-49c3-bb83-a79325d88330" ], "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-03-25T04:31:24.820Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:568b5e46-844d-464c-bfa6-8bccb55a1263 VfModuleModelInvariantUUID:fbd492e9-2c67-47b0-b917-c60854f11d2a VfModuleModelDescription:NULL Artifacts UUID List:{ eab4cc6d-4764-43d4-a6dd-f81dff105264 , c8c17859-01cb-49c3-bb83-a79325d88330 } 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-03-25T04:31:24.823Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "fbd492e9-2c67-47b0-b917-c60854f11d2a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "568b5e46-844d-464c-bfa6-8bccb55a1263", "vfModuleModelCustomizationUUID": "75f764f4-d884-427f-befd-fd83de809189", "isBase": true, "artifacts": [ "eab4cc6d-4764-43d4-a6dd-f81dff105264", "c8c17859-01cb-49c3-bb83-a79325d88330" ], "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-03-25T04:31:24.824Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:568b5e46-844d-464c-bfa6-8bccb55a1263 VfModuleModelInvariantUUID:fbd492e9-2c67-47b0-b917-c60854f11d2a VfModuleModelDescription:NULL Artifacts UUID List:{ eab4cc6d-4764-43d4-a6dd-f81dff105264 , c8c17859-01cb-49c3-bb83-a79325d88330 } 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-03-25T04:31:24.824Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: eab4cc6d-4764-43d4-a6dd-f81dff105264 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-25T04:31:24.824Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-25T04:31:24.824Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-25T04:31:24.915Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-25T04:31:24.916Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml eab4cc6d-4764-43d4-a6dd-f81dff105264 5033 2022-03-25T04:31:24.916Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||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-03-25T04:31:24.916Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||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-03-25T04:31:24.916Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:31:24.916Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:31:24.918Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:31:24.919Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182684916, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:31:25.019Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:31:25.020Z||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-03-25T04:31:25.020Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:31:25.035Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:31:25.035Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:31:25.919Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c8c17859-01cb-49c3-bb83-a79325d88330 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-25T04:31:25.919Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-25T04:31:25.920Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-25T04:31:25.954Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-25T04:31:25.954Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env c8c17859-01cb-49c3-bb83-a79325d88330 909 2022-03-25T04:31:25.954Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||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-03-25T04:31:25.954Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||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-03-25T04:31:25.954Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:31:25.955Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:31:25.957Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:31:25.957Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182685954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:31:26.058Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T04:31:26.058Z||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-03-25T04:31:26.058Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:31:26.071Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:31:26.072Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:31:26.958Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 4cec9cbb-aaa8-41e7-8726-e72999e88380 2022-03-25T04:31:26.959Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 9333924b-96c2-432c-9136-abf22113c4c8 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-03-25T04:31:26.968Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64f6bb9a, org.onap.sdc.toscaparser.api.parameters.Input@453e66fb, org.onap.sdc.toscaparser.api.parameters.Input@a6317b9, org.onap.sdc.toscaparser.api.parameters.Input@7d1c316, org.onap.sdc.toscaparser.api.parameters.Input@562a821d] 2022-03-25T04:31:26.970Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:31:26.970Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:31:26.970Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-03-25T04:31:26.970Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= f8ca5aa1-139f-4305-ba72-2a464f7f2179 2022-03-25T04:31:26.970Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f8ca5aa1-139f-4305-ba72-2a464f7f2179 matches Tosca VF Customization UUID: f8ca5aa1-139f-4305-ba72-2a464f7f2179 2022-03-25T04:31:26.971Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: f8ca5aa1-139f-4305-ba72-2a464f7f2179 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-03-25T04:31:26.972Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:31:26.972Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:31:26.972Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id f8ca5aa1-139f-4305-ba72-2a464f7f2179: {\"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-03-25T04:31:26.972Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b1986d7 2022-03-25T04:31:26.972Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:31:26.973Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T04:31:26.973Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 75f764f4-d884-427f-befd-fd83de809189 2022-03-25T04:31:26.973Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 75f764f4-d884-427f-befd-fd83de809189 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-03-25T04:31:26.974Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:31:26.974Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-25T04:31:26.974Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:31:26.974Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:31:26.974Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-25T04:31:26.974Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:31:26.974Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:31:26.975Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-25T04:31:26.975Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-25T04:31:26.975Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-25T04:31:26.975Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4761e90a-9ac4-439e-a7dd-229d86ba1c8f 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-03-25T04:31:26.976Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:31:26.976Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-25T04:31:26.976Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:31:26.976Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:31:26.976Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-25T04:31:26.976Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=f8ca5aa1-139f-4305-ba72-2a464f7f2179 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-03-25T04:31:26.977Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:31:26.977Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:31:26.977Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 4cec9cbb-aaa8-41e7-8726-e72999e88380: basicclamp 2022-03-25T04:31:26.977Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:31:26.977Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:31:26.977Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:31:26.978Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:31:26.978Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:31:26.978Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:31:26.978Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:31:26.978Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:31:26.978Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:31:26.978Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:31:26.978Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||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-03-25T04:31:27.038Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 9333924b-96c2-432c-9136-abf22113c4c8 1 ASDC deployResourceStructure 2022-03-25T04:31:27.038Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||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-03-25T04:31:27.039Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||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-03-25T04:31:27.039Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:31:27.039Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:31:27.041Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:31:27.041Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182687038, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T04:31:27.141Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:31:27.142Z||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-03-25T04:31:27.142Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:31:27.159Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:31:27.159Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:31:28.042Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||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-03-25T04:31:28.042Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||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-03-25T04:31:28.042Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:31:28.043Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:31:28.045Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:31:28.045Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182688041, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-25T04:31:28.145Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:31:28.146Z||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-03-25T04:31:28.146Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:31:28.161Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:31:28.161Z||pool-102-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:31:29.046Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||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-03-25T04:31:29.047Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||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-03-25T04:31:29.047Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:31:29.047Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:31:29.049Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:31:29.050Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182689046, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-25T04:31:29.150Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:31:29.151Z||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-03-25T04:31:29.151Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:31:29.164Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:31:29.165Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:31:30.051Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-25T04:31:30.051Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-25T04:31:30.051Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:31:30.051Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:31:30.053Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:31:30.054Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182690050, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:31:30.154Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:31:30.154Z||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-03-25T04:31:30.154Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:31:30.167Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:31:30.167Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:31:31.054Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd5ab4d7-26a4-46c1-bee4-a30470b4b449 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-25T04:31:31.064Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd5ab4d7-26a4-46c1-bee4-a30470b4b449 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-25T04:31:31.066Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:31:31.066Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T04:31:31.066Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T04:32:01.066Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd5ab4d7-26a4-46c1-bee4-a30470b4b449 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-25T04:32:01.079Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd5ab4d7-26a4-46c1-bee4-a30470b4b449 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-25T04:32:01.081Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:32:01.081Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T04:32:01.081Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T04:32:13.079Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:32:13.080Z||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-03-25T04:32:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:32:13.216Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:32:13.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:32:13.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "multicloud-k8s-id", "timestamp": 1648182663794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-25T04:32:13.218Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:32:31.081Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd5ab4d7-26a4-46c1-bee4-a30470b4b449 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-25T04:32:31.096Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd5ab4d7-26a4-46c1-bee4-a30470b4b449 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-25T04:32:31.099Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:32:31.099Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T04:32:31.099Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T04:33:01.099Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd5ab4d7-26a4-46c1-bee4-a30470b4b449 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-25T04:33:01.110Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd5ab4d7-26a4-46c1-bee4-a30470b4b449 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-25T04:33:01.112Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:33:01.112Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T04:33:01.112Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T04:33:13.079Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:33:13.079Z||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-03-25T04:33:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:33:13.104Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:33:13.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "dcae-sch", "timestamp": 1648182660644, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "cds", "timestamp": 1648182662812, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "clamp", "timestamp": 1648182664092, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "multicloud-k8s-id", "timestamp": 1648182663794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "dcae-sch", "timestamp": 1648182660644, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "cds", "timestamp": 1648182662812, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "clamp", "timestamp": 1648182664092, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "dcae-sch", "timestamp": 1648182660644, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "multicloud-k8s-id", "timestamp": 1648182663794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-25T04:33:13.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "cds", "timestamp": 1648182662812, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:33:13.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "clamp", "timestamp": 1648182664092, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "multicloud-k8s-id", "timestamp": 1648182663794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.125Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "dcae-sch", "timestamp": 1648182660644, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.125Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "cds", "timestamp": 1648182662812, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.126Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-25T04:33:13.126Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "clamp", "timestamp": 1648182664092, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "ves-openapi-manager", "timestamp": 1648182676660, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "multicloud-k8s-id", "timestamp": 1648182663794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:33:13.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "dcae-sch", "timestamp": 1648182660644, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "cds", "timestamp": 1648182662812, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:33:13.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "clamp", "timestamp": 1648182664092, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:33:13.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "ves-openapi-manager", "timestamp": 1648182676660, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-25T04:33:13.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "multicloud-k8s-id", "timestamp": 1648182678896, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T04:33:13.129Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "cds", "timestamp": 1648182678899, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:33:13.129Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "ves-openapi-manager", "timestamp": 1648182676660, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "dcae-sch", "timestamp": 1648182679438, "artifactURL": "/sdc/v1/catalog/services/4cec9cbb-aaa8-41e7-8726-e72999e88380/resourceInstances/basicclamp0/artifacts/20a8f763-78f5-497a-92e0-34be5d9089a4", "status": "DOWNLOAD_OK" } 2022-03-25T04:33:13.129Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "cds", "timestamp": 1648182679903, "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=? 2022-03-25T04:33:13.136Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bd5ab4d7-26a4-46c1-bee4-a30470b4b449 2022-03-25T04:33:13.136Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd5ab4d7-26a4-46c1-bee4-a30470b4b449 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-03-25T04:33:13.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "multicloud-k8s-id", "timestamp": 1648182680103, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:33:13.145Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "ves-openapi-manager", "timestamp": 1648182676660, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "dcae-sch", "timestamp": 1648182680689, "artifactURL": "/sdc/v1/catalog/services/4cec9cbb-aaa8-41e7-8726-e72999e88380/resourceInstances/basicclamp0/artifacts/20a8f763-78f5-497a-92e0-34be5d9089a4", "status": "DEPLOY_OK" } 2022-03-25T04:33:13.145Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:33:13.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "policy-id", "timestamp": 1648182680322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "multicloud-k8s-id", "timestamp": 1648182681138, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:33:13.145Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "ves-openapi-manager", "timestamp": 1648182676660, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "cds", "timestamp": 1648182680906, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "dcae-sch", "timestamp": 1648182681693, "artifactURL": "/sdc/v1/catalog/services/4cec9cbb-aaa8-41e7-8726-e72999e88380/resourceInstances/basicclamp0/artifacts/20a8f763-78f5-497a-92e0-34be5d9089a4", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:33:13.151Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of bd5ab4d7-26a4-46c1-bee4-a30470b4b449 2022-03-25T04:33:13.151Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd5ab4d7-26a4-46c1-bee4-a30470b4b449 and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:33:13.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182681834, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:33:13.159Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "policy-id", "timestamp": 1648182680322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.159Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "multicloud-k8s-id", "timestamp": 1648182682156, "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-03-25T04:33:13.163Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd5ab4d7-26a4-46c1-bee4-a30470b4b449 2022-03-25T04:33:13.163Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd5ab4d7-26a4-46c1-bee4-a30470b4b449 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-03-25T04:33:13.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "ves-openapi-manager", "timestamp": 1648182676660, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "cds", "timestamp": 1648182680906, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "policy-id", "timestamp": 1648182680322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "multicloud-k8s-id", "timestamp": 1648182683158, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T04:33:13.172Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "ves-openapi-manager", "timestamp": 1648182676660, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "dcae-sch", "timestamp": 1648182682696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "cds", "timestamp": 1648182680906, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182683811, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T04:33:13.172Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "policy-id", "timestamp": 1648182680322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-25T04:33:13.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "ves-openapi-manager", "timestamp": 1648182676660, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "dcae-sch", "timestamp": 1648182682696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "cds", "timestamp": 1648182680906, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "multicloud-k8s-id", "timestamp": 1648182684162, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182684916, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:33:13.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "policy-id", "timestamp": 1648182680322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "ves-openapi-manager", "timestamp": 1648182676660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "dcae-sch", "timestamp": 1648182682696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "cds", "timestamp": 1648182680906, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "multicloud-k8s-id", "timestamp": 1648182684162, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:33:13.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182685954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:33:13.174Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "policy-id", "timestamp": 1648182680322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "ves-openapi-manager", "timestamp": 1648182676660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "dcae-sch", "timestamp": 1648182682696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "cds", "timestamp": 1648182680906, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "multicloud-k8s-id", "timestamp": 1648182684162, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-25T04:33:13.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "clamp", "timestamp": 1648182686875, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:33:13.175Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "policy-id", "timestamp": 1648182680322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182687038, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T04:33:13.175Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "ves-openapi-manager", "timestamp": 1648182676660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "dcae-sch", "timestamp": 1648182682696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "cds", "timestamp": 1648182680906, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "multicloud-k8s-id", "timestamp": 1648182684162, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "clamp", "timestamp": 1648182687879, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T04:33:13.175Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "policy-id", "timestamp": 1648182680322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:33:13.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182688041, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-25T04:33:13.176Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "ves-openapi-manager", "timestamp": 1648182676660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "dcae-sch", "timestamp": 1648182682696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "aai-ml", "timestamp": 1648182687860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "cds", "timestamp": 1648182680906, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:33:13.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182688033, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "multicloud-k8s-id", "timestamp": 1648182684162, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-25T04:33:13.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182689046, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-25T04:33:13.176Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "policy-id", "timestamp": 1648182689029, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:33:13.177Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "ves-openapi-manager", "timestamp": 1648182676660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "dcae-sch", "timestamp": 1648182682696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "aai-ml", "timestamp": 1648182687860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "cds", "timestamp": 1648182689611, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:33:13.177Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182688033, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "multicloud-k8s-id", "timestamp": 1648182684162, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182690050, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:33:13.177Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "policy-id", "timestamp": 1648182690033, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:33:13.177Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "ves-openapi-manager", "timestamp": 1648182676660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "dcae-sch", "timestamp": 1648182682696, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "aai-ml", "timestamp": 1648182687860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182688033, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "multicloud-k8s-id", "timestamp": 1648182684162, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "policy-id", "timestamp": 1648182691036, "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-03-25T04:33:13.182Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd5ab4d7-26a4-46c1-bee4-a30470b4b449 2022-03-25T04:33:13.182Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd5ab4d7-26a4-46c1-bee4-a30470b4b449 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-03-25T04:33:13.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "ves-openapi-manager", "timestamp": 1648182676660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "aai-ml", "timestamp": 1648182687860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "cds", "timestamp": 1648182691618, "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-03-25T04:33:13.201Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2 2022-03-25T04:33:13.201Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2 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-03-25T04:33:13.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182688033, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "multicloud-k8s-id", "timestamp": 1648182684162, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "clamp", "timestamp": 1648182691997, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "policy-id", "timestamp": 1648182680322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "ves-openapi-manager", "timestamp": 1648182676660, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "aai-ml", "timestamp": 1648182687860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182688033, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "multicloud-k8s-id", "timestamp": 1648182692848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "clamp", "timestamp": 1648182693000, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "policy-id", "timestamp": 1648182680322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.208Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "aai-ml", "timestamp": 1648182687860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.209Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182688033, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.209Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "multicloud-k8s-id", "timestamp": 1648182693891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:33:13.209Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "clamp", "timestamp": 1648182694002, "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-03-25T04:33:13.213Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bd5ab4d7-26a4-46c1-bee4-a30470b4b449 2022-03-25T04:33:13.213Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd5ab4d7-26a4-46c1-bee4-a30470b4b449 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-03-25T04:33:13.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "policy-id", "timestamp": 1648182680322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-25T04:33:13.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "aai-ml", "timestamp": 1648182687860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182688033, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "multicloud-k8s-id", "timestamp": 1648182694926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:33:13.221Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "policy-id", "timestamp": 1648182680322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "aai-ml", "timestamp": 1648182687860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:33:13.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "clamp", "timestamp": 1648182695006, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182688033, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:33:13.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "multicloud-k8s-id", "timestamp": 1648182695942, "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-03-25T04:33:13.226Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2 2022-03-25T04:33:13.226Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2 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-03-25T04:33:13.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "policy-id", "timestamp": 1648182680322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "clamp", "timestamp": 1648182695006, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:33:13.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "aai-ml", "timestamp": 1648182696720, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:33:13.234Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "multicloud-k8s-id", "timestamp": 1648182696944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T04:33:13.234Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182697014, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:33:13.235Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "policy-id", "timestamp": 1648182680322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "clamp", "timestamp": 1648182695006, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "policy-id", "timestamp": 1648182680322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "clamp", "timestamp": 1648182695006, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182698956, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:33:13.235Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "policy-id", "timestamp": 1648182680322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:33:13.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "clamp", "timestamp": 1648182695006, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182699959, "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-03-25T04:33:13.240Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bd5ab4d7-26a4-46c1-bee4-a30470b4b449 2022-03-25T04:33:13.240Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd5ab4d7-26a4-46c1-bee4-a30470b4b449 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-03-25T04:33:13.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "policy-id", "timestamp": 1648182700114, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:33:13.248Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "clamp", "timestamp": 1648182695006, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.248Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182688033, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.248Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "aai-ml", "timestamp": 1648182701042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:33:13.248Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "policy-id", "timestamp": 1648182701117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:33:13.249Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "clamp", "timestamp": 1648182695006, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.249Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182688033, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.249Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "aai-ml", "timestamp": 1648182702045, "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-03-25T04:33:13.253Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bd5ab4d7-26a4-46c1-bee4-a30470b4b449 2022-03-25T04:33:13.253Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd5ab4d7-26a4-46c1-bee4-a30470b4b449 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-03-25T04:33:13.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "policy-id", "timestamp": 1648182702120, "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-03-25T04:33:13.266Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2 2022-03-25T04:33:13.266Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2 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-03-25T04:33:13.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "clamp", "timestamp": 1648182695006, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:33:13.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182688033, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "aai-ml", "timestamp": 1648182687860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182688033, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "aai-ml", "timestamp": 1648182687860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182688033, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.274Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "aai-ml", "timestamp": 1648182687860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.274Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182688033, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.274Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "aai-ml", "timestamp": 1648182687860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.274Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "clamp", "timestamp": 1648182706879, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:33:13.274Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182688033, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.274Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "aai-ml", "timestamp": 1648182687860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.275Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182688033, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:33:13.275Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "aai-ml", "timestamp": 1648182687860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.275Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "aai-ml", "timestamp": 1648182687860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:33:13.275Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182709115, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:33:13.276Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "clamp", "timestamp": 1648182709884, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:33:13.276Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "aai-ml", "timestamp": 1648182687860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:33:13.276Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T04:33:13.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "clamp", "timestamp": 1648182710888, "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-03-25T04:33:13.281Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2 2022-03-25T04:33:13.281Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2 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-03-25T04:33:13.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182711108, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:33:13.289Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "aai-ml", "timestamp": 1648182711128, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:33:13.289Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182712111, "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-03-25T04:33:13.294Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2 2022-03-25T04:33:13.294Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2 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-03-25T04:33:13.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "aai-ml", "timestamp": 1648182716594, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:33:13.304Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:33:13.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:33:13.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "aai-ml", "timestamp": 1648182717597, "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-03-25T04:33:13.309Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2 2022-03-25T04:33:13.309Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2 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-03-25T04:33:31.112Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd5ab4d7-26a4-46c1-bee4-a30470b4b449 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-25T04:33:31.124Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd5ab4d7-26a4-46c1-bee4-a30470b4b449 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-25T04:33:31.127Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:33:31.127Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T04:33:31.127Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T04:33:31.128Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T04:33:31.128Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:33:31.128Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:33:31.128Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:33:31.128Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:33:31.128Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:33:31.128Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:33:31.128Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:33:31.128Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||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-03-25T04:33:31.133Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T04:34:01.134Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bd5ab4d7-26a4-46c1-bee4-a30470b4b449 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-03-25T04:34:01.141Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bd5ab4d7-26a4-46c1-bee4-a30470b4b449 and serviceModelVersionId: 4cec9cbb-aaa8-41e7-8726-e72999e88380 2022-03-25T04:34:01.142Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ca98d08-8cba-4b78-9928-75bbde807594 2022-03-25T04:34:01.143Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ca98d08-8cba-4b78-9928-75bbde807594/model-vers/model-ver/4cec9cbb-aaa8-41e7-8726-e72999e88380?depth=0 2022-03-25T04:34:01.156Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T04:34:01.189Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ca98d08-8cba-4b78-9928-75bbde807594/model-vers/model-ver/4cec9cbb-aaa8-41e7-8726-e72999e88380?depth=0|INFO|500||Invoke 2022-03-25T04:34:01.189Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ca98d08-8cba-4b78-9928-75bbde807594/model-vers/model-ver/4cec9cbb-aaa8-41e7-8726-e72999e88380?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ca98d08-8cba-4b78-9928-75bbde807594/model-vers/model-ver/4cec9cbb-aaa8-41e7-8726-e72999e88380?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bd5ab4d7-26a4-46c1-bee4-a30470b4b449], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3abf1c33-4dbc-42f0-bd03-73dee0587acd], X-ECOMP-RequestID=[bd5ab4d7-26a4-46c1-bee4-a30470b4b449], X-TransactionId=[], X-ONAP-RequestID=[bd5ab4d7-26a4-46c1-bee4-a30470b4b449], Content-Type=[application/merge-patch+json]} 2022-03-25T04:34:01.215Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ca98d08-8cba-4b78-9928-75bbde807594/model-vers/model-ver/4cec9cbb-aaa8-41e7-8726-e72999e88380?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T04:34:01.277Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ca98d08-8cba-4b78-9928-75bbde807594/model-vers/model-ver/4cec9cbb-aaa8-41e7-8726-e72999e88380?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/1ca98d08-8cba-4b78-9928-75bbde807594/model-vers/model-ver/4cec9cbb-aaa8-41e7-8726-e72999e88380?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220325-04:34:01:221-81259], vertex-id=[188568], Content-Length=[0], Date=[Fri, 25 Mar 2022 04:34:01 GMT], Content-Type=[application/json]} 2022-03-25T04:34:01.277Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ca98d08-8cba-4b78-9928-75bbde807594/model-vers/model-ver/4cec9cbb-aaa8-41e7-8726-e72999e88380?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-25T04:34:01.278Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ca98d08-8cba-4b78-9928-75bbde807594/model-vers/model-ver/4cec9cbb-aaa8-41e7-8726-e72999e88380?depth=0|INFO|500||InvokeReturn 2022-03-25T04:34:01.278Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T04:34:01.278Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||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-03-25T04:34:01.280Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||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-03-25T04:34:01.280Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bd5ab4d7-26a4-46c1-bee4-a30470b4b449 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T04:34:01.280Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T04:34:01.281Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:34:01.282Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:34:01.282Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182841280, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:34:01.383Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:34:01.383Z||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-03-25T04:34:01.384Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:34:01.401Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:34:01.401Z||pool-105-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-03-25T04:34:02.297Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T04:34:02.297Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"fca5fb09-e6ff-45b0-b1b5-23fe112a97ce","serviceDescription":"service","serviceInvariantUUID":"42e5264b-1655-431c-83f4-e44f63d9eb72","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7a34e368-d5de-4dce-b032-5f0aa4e36d3e","resourceInvariantUUID":"f2f5178e-a134-467c-8228-b744a5ea87a2","resourceCustomizationUUID":"ee6de0de-ebad-4f49-93c8-4d6b094e5d5f","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":"YjBhMWEwODM0ZWNhOGY4OThjYWEwZWFmMmVlMDg2YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19064aa9-4586-433b-890b-31439fd1b5d0","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":"Y2MxM2M0ODM0ZWU1MmZmYjk1MTVjOTllNTAxMjU3ZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"539bdb9f-05a5-4a10-a505-f4f5344172df","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":"027bafa5-c66c-4d51-ac70-e7d80f374bf3","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":"ea813dcd-3a4c-4617-8df5-50e01051cbdc","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":"e85054fd-c11b-49c1-b0cc-3b03229c6e67","artifactVersion":"2","generatedFromUUID":"027bafa5-c66c-4d51-ac70-e7d80f374bf3"},{"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":"NjQ0MTk0MzcyYjNkOTQ3OTA3MzhiZjZmMTJmMjE0Mjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3752732e-0d5d-4d29-8b77-c41cbce6a2b1","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":"ZjFkOWZjZDk2YjExMDhkNjNhZDkwYjRhY2YwOTdmNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7cce5cf3-4df0-44d9-822c-93591098c15d","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzQ4YTI3Y2Y5MzI5MTM5NmRhYWRhYzBlMGQxY2M1OTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8e782a87-929d-4aa9-9be6-6043e8d91838","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T04:34:02.297Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:34:02.298Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:34:02.299Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:34:02.299Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:02.400Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T04:34:02.400Z||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-03-25T04:34:02.401Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:34:02.414Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:34:02.414Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:34:03.300Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:34:03.301Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:34:03.303Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:34:03.303Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:34:03.404Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T04:34:03.405Z||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-03-25T04:34:03.405Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:34:03.420Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:34:03.420Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-25T04:34:04.304Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:34:04.305Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:34:04.307Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:34:04.307Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-25T04:34:04.407Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:34:04.408Z||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-03-25T04:34:04.408Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:34:04.422Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:34:04.422Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:34:05.307Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:34:05.308Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:34:05.310Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:34:05.310Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:05.410Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:34:05.411Z||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-03-25T04:34:05.411Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:34:05.427Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:34:05.427Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-25T04:34:06.310Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:34:06.311Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:34:06.313Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:34:06.313Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-25T04:34:06.414Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:34:06.414Z||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-03-25T04:34:06.415Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:34:06.429Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:34:06.430Z||pool-110-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:34:07.314Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:34:07.315Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:34:07.317Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:34:07.318Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:07.418Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:34:07.419Z||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-03-25T04:34:07.419Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:34:07.433Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:34:07.433Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:34:08.318Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:34:08.319Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:34:08.321Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:34:08.321Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:08.421Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:34:08.422Z||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-03-25T04:34:08.422Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:34:08.438Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:34:08.438Z||pool-112-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:34:09.322Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:34:09.323Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:34:09.325Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:34:09.325Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:34:09.426Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:34:09.426Z||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-03-25T04:34:09.426Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:34:09.440Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:34:09.440Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:34:10.327Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "fca5fb09-e6ff-45b0-b1b5-23fe112a97ce", "serviceDescription": "service", "serviceInvariantUUID": "42e5264b-1655-431c-83f4-e44f63d9eb72", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "ee6de0de-ebad-4f49-93c8-4d6b094e5d5f", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7a34e368-d5de-4dce-b032-5f0aa4e36d3e", "resourceInvariantUUID": "f2f5178e-a134-467c-8228-b744a5ea87a2", "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": "Y2MxM2M0ODM0ZWU1MmZmYjk1MTVjOTllNTAxMjU3ZTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "539bdb9f-05a5-4a10-a505-f4f5344172df", "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": "027bafa5-c66c-4d51-ac70-e7d80f374bf3", "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": "e85054fd-c11b-49c1-b0cc-3b03229c6e67", "generatedFromUUID": "027bafa5-c66c-4d51-ac70-e7d80f374bf3" }, "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": "e85054fd-c11b-49c1-b0cc-3b03229c6e67", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MzQ4YTI3Y2Y5MzI5MTM5NmRhYWRhYzBlMGQxY2M1OTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8e782a87-929d-4aa9-9be6-6043e8d91838" } ], "workloadContext": "Production" } 2022-03-25T04:34:10.327Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T04:34:10.327Z|bd5ab4d7-26a4-46c1-bee4-a30470b4b449|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fca5fb09-e6ff-45b0-b1b5-23fe112a97ce ASDC 2022-03-25T04:34:10.328Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:fca5fb09-e6ff-45b0-b1b5-23fe112a97ce ServiceInvariantUUID:42e5264b-1655-431c-83f4-e44f63d9eb72 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:8e782a87-929d-4aa9-9be6-6043e8d91838 ArtifactChecksum:MzQ4YTI3Y2Y5MzI5MTM5NmRhYWRhYzBlMGQxY2M1OTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:ee6de0de-ebad-4f49-93c8-4d6b094e5d5f ResourceInvariantUUID:f2f5178e-a134-467c-8228-b744a5ea87a2 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:7a34e368-d5de-4dce-b032-5f0aa4e36d3e 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:539bdb9f-05a5-4a10-a505-f4f5344172df ArtifactChecksum:Y2MxM2M0ODM0ZWU1MmZmYjk1MTVjOTllNTAxMjU3ZTI= 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:027bafa5-c66c-4d51-ac70-e7d80f374bf3 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:e85054fd-c11b-49c1-b0cc-3b03229c6e67 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:e85054fd-c11b-49c1-b0cc-3b03229c6e67 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-25T04:34:10.328Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fca5fb09-e6ff-45b0-b1b5-23fe112a97ce 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-03-25T04:34:10.367Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:34:10.368Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-25T04:34:10.368Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-25T04:34:10.368Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8e782a87-929d-4aa9-9be6-6043e8d91838 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-25T04:34:10.368Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-25T04:34:10.369Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-25T04:34:10.425Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-25T04:34:10.429Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 8e782a87-929d-4aa9-9be6-6043e8d91838 78791 2022-03-25T04:34:10.429Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-25T04:34:10.430Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-25T04:34:10.430Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:34:10.430Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:34:10.432Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:34:10.432Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182850429, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:34:10.532Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:34:10.533Z||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-03-25T04:34:10.533Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:34:10.547Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:34:10.547Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:34:11.433Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:34:11.433Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-25T04:34:11.434Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 8e782a87-929d-4aa9-9be6-6043e8d91838, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-25T04:34:11.434Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-03-25T04:34:11.434Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-25T04:34:11.434Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-25T04:34:11.505Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13044377732660143198/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-03-25T04:34:12.253Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T04:34:12.253Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-25T04:34:12.253Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-25T04:34:12.253Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-25T04:34:12.254Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:12.254Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:12.254Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:12.254Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:12.254Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:12.254Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:12.254Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:12.254Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:12.254Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:12.254Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-25T04:34:12.254Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:34:12.254Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:34:12.254Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-25T04:34:12.254Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-25T04:34:12.254Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:34:12.254Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:34:12.254Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:34:12.255Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-25T04:34:12.255Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-25T04:34:12.255Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:34:12.255Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:34:12.255Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:34:12.255Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:34:12.255Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-25T04:34:12.255Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-25T04:34:12.255Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-25T04:34:12.255Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-25T04:34:12.255Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-25T04:34:12.255Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-25T04:34:12.255Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:34:12.255Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T04:34:12.255Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:34:12.255Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-25T04:34:12.255Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:34:12.255Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:34:12.255Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-25T04:34:12.256Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:34:12.256Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:34:12.256Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-25T04:34:12.256Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:34:12.256Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:34:12.256Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-25T04:34:12.256Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-25T04:34:12.256Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-25T04:34:12.256Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0d2fadc9-e92b-4480-947f-a0f1f6ae37eb 2022-03-25T04:34:12.256Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:34:12.256Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:34:12.256Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:34:12.256Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:34:12.256Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:34:12.256Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:34:12.256Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:34:12.256Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:34:12.256Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:fca5fb09-e6ff-45b0-b1b5-23fe112a97ce Model Version:NULL Model InvariantUuid:42e5264b-1655-431c-83f4-e44f63d9eb72 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:15823dc8-5709-42fe-9b21-0e2838d938af Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f2f5178e-a134-467c-8228-b744a5ea87a2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ee6de0de-ebad-4f49-93c8-4d6b094e5d5f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9cf160fe-7f24-4e99-a7d4-5817b1f0465b ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:2ca179d2-5b2b-4393-8883-dbb175e2685e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0d2fadc9-e92b-4480-947f-a0f1f6ae37eb ModelInvariantUuid:6c66f5d9-9c7e-48b0-a115-f9dddbc7693d ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:57f8b542-0c60-4e25-8ef3-581b51e1d69e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:c4db0ce2-2454-4e6c-b6d8-2c908242c88e ModelInvariantUuid:5f1f02da-3b78-4819-8131-a5056b6e02eb ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:23999b33-dbbc-40ad-8d4e-01fd27b5116d 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-03-25T04:34:12.258Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 7a34e368-d5de-4dce-b032-5f0aa4e36d3e 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-03-25T04:34:12.259Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||basic_vm_macro 0 2022-03-25T04:34:12.259Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7a34e368-d5de-4dce-b032-5f0aa4e36d3e 2022-03-25T04:34:12.259Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 539bdb9f-05a5-4a10-a505-f4f5344172df from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-25T04:34:12.259Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-25T04:34:12.259Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:12.317Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-25T04:34:12.318Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 539bdb9f-05a5-4a10-a505-f4f5344172df 792 2022-03-25T04:34:12.318Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:12.318Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:12.318Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:34:12.318Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:34:12.320Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:34:12.320Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182852318, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T04:34:12.421Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:34:12.421Z||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-03-25T04:34:12.421Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:34:12.436Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:34:12.436Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-25T04:34:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:34:13.080Z||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-03-25T04:34:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:34:13.115Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:34:13.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "cds", "timestamp": 1648182767812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "cds", "timestamp": 1648182767812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "cds", "timestamp": 1648182767812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "ves-openapi-manager", "timestamp": 1648182776660, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "cds", "timestamp": 1648182767812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "ves-openapi-manager", "timestamp": 1648182776660, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "cds", "timestamp": 1648182767812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "aai-ml", "timestamp": 1648182777860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182778033, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "ves-openapi-manager", "timestamp": 1648182776660, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "cds", "timestamp": 1648182767812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "aai-ml", "timestamp": 1648182777860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182778033, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "ves-openapi-manager", "timestamp": 1648182776660, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "cds", "timestamp": 1648182767812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "aai-ml", "timestamp": 1648182777860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182778033, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "policy-id", "timestamp": 1648182780322, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "dcae-sch", "timestamp": 1648182780644, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "ves-openapi-manager", "timestamp": 1648182776660, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "cds", "timestamp": 1648182767812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "aai-ml", "timestamp": 1648182777860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182778033, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "policy-id", "timestamp": 1648182780322, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "dcae-sch", "timestamp": 1648182780644, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "ves-openapi-manager", "timestamp": 1648182776660, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "cds", "timestamp": 1648182767812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "aai-ml", "timestamp": 1648182777860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182778033, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "policy-id", "timestamp": 1648182780322, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "dcae-sch", "timestamp": 1648182780644, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "ves-openapi-manager", "timestamp": 1648182776660, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "aai-ml", "timestamp": 1648182777860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "cds", "timestamp": 1648182783549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182778033, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "policy-id", "timestamp": 1648182780322, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "dcae-sch", "timestamp": 1648182780644, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "ves-openapi-manager", "timestamp": 1648182776660, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "multicloud-k8s-id", "timestamp": 1648182783794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "aai-ml", "timestamp": 1648182777860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182778033, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "clamp", "timestamp": 1648182784092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "cds", "timestamp": 1648182784776, "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-03-25T04:34:13.132Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ae0f5cb3-8494-478a-94c9-745971e56bc4 2022-03-25T04:34:13.132Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae0f5cb3-8494-478a-94c9-745971e56bc4 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-03-25T04:34:13.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "policy-id", "timestamp": 1648182780322, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "dcae-sch", "timestamp": 1648182780644, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "ves-openapi-manager", "timestamp": 1648182776660, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "multicloud-k8s-id", "timestamp": 1648182783794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "aai-ml", "timestamp": 1648182777860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182778033, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "clamp", "timestamp": 1648182784092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "policy-id", "timestamp": 1648182780322, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "dcae-sch", "timestamp": 1648182780644, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "multicloud-k8s-id", "timestamp": 1648182783794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "aai-ml", "timestamp": 1648182777860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:34:13.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "ves-openapi-manager", "timestamp": 1648182786516, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:34:13.141Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:34:13.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182778033, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:34:13.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "clamp", "timestamp": 1648182784092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "policy-id", "timestamp": 1648182780322, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "dcae-sch", "timestamp": 1648182780644, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "multicloud-k8s-id", "timestamp": 1648182783794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "ves-openapi-manager", "timestamp": 1648182787540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-25T04:34:13.141Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:34:13.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "aai-ml", "timestamp": 1648182787625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:34:13.142Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:34:13.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "clamp", "timestamp": 1648182784092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182787821, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:34:13.142Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:34:13.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "policy-id", "timestamp": 1648182780322, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "dcae-sch", "timestamp": 1648182780644, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "multicloud-k8s-id", "timestamp": 1648182783794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "ves-openapi-manager", "timestamp": 1648182788542, "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-03-25T04:34:13.148Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ae0f5cb3-8494-478a-94c9-745971e56bc4 2022-03-25T04:34:13.148Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae0f5cb3-8494-478a-94c9-745971e56bc4 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-03-25T04:34:13.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "clamp", "timestamp": 1648182784092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "policy-id", "timestamp": 1648182780322, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:34:13.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "dcae-sch", "timestamp": 1648182780644, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "multicloud-k8s-id", "timestamp": 1648182783794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182789435, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:34:13.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:34:13.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "clamp", "timestamp": 1648182784092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "policy-id", "timestamp": 1648182790028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:34:13.162Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:34:13.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "multicloud-k8s-id", "timestamp": 1648182783794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648182790438, "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-03-25T04:34:13.167Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ae0f5cb3-8494-478a-94c9-745971e56bc4 2022-03-25T04:34:13.167Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae0f5cb3-8494-478a-94c9-745971e56bc4 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-03-25T04:34:13.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "clamp", "timestamp": 1648182784092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.175Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "aai-ml", "timestamp": 1648182790818, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:34:13.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:34:13.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "policy-id", "timestamp": 1648182791031, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:34:13.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:34:13.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "multicloud-k8s-id", "timestamp": 1648182783794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.176Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "clamp", "timestamp": 1648182784092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:13.176Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "aai-ml", "timestamp": 1648182791820, "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-03-25T04:34:13.180Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ae0f5cb3-8494-478a-94c9-745971e56bc4 2022-03-25T04:34:13.180Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae0f5cb3-8494-478a-94c9-745971e56bc4 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-03-25T04:34:13.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "policy-id", "timestamp": 1648182792034, "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-03-25T04:34:13.191Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae0f5cb3-8494-478a-94c9-745971e56bc4 2022-03-25T04:34:13.191Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae0f5cb3-8494-478a-94c9-745971e56bc4 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-03-25T04:34:13.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.199Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "multicloud-k8s-id", "timestamp": 1648182783794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:34:13.199Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.199Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:34:13.199Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "clamp", "timestamp": 1648182784092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:34:13.199Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:34:13.321Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9cf160fe-7f24-4e99-a7d4-5817b1f0465b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2ca179d2-5b2b-4393-8883-dbb175e2685e", "vfModuleModelCustomizationUUID": "71ee0194-8eab-4b1b-b8fb-d9642c4fb1d5", "isBase": true, "artifacts": [ "027bafa5-c66c-4d51-ac70-e7d80f374bf3", "e85054fd-c11b-49c1-b0cc-3b03229c6e67" ], "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-03-25T04:34:13.326Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2ca179d2-5b2b-4393-8883-dbb175e2685e VfModuleModelInvariantUUID:9cf160fe-7f24-4e99-a7d4-5817b1f0465b VfModuleModelDescription:NULL Artifacts UUID List:{ 027bafa5-c66c-4d51-ac70-e7d80f374bf3 , e85054fd-c11b-49c1-b0cc-3b03229c6e67 } 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-03-25T04:34:13.330Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9cf160fe-7f24-4e99-a7d4-5817b1f0465b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2ca179d2-5b2b-4393-8883-dbb175e2685e", "vfModuleModelCustomizationUUID": "71ee0194-8eab-4b1b-b8fb-d9642c4fb1d5", "isBase": true, "artifacts": [ "027bafa5-c66c-4d51-ac70-e7d80f374bf3", "e85054fd-c11b-49c1-b0cc-3b03229c6e67" ], "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-03-25T04:34:13.330Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2ca179d2-5b2b-4393-8883-dbb175e2685e VfModuleModelInvariantUUID:9cf160fe-7f24-4e99-a7d4-5817b1f0465b VfModuleModelDescription:NULL Artifacts UUID List:{ 027bafa5-c66c-4d51-ac70-e7d80f374bf3 , e85054fd-c11b-49c1-b0cc-3b03229c6e67 } 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-03-25T04:34:13.330Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 027bafa5-c66c-4d51-ac70-e7d80f374bf3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-25T04:34:13.330Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-25T04:34:13.330Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:13.366Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-25T04:34:13.366Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 027bafa5-c66c-4d51-ac70-e7d80f374bf3 5033 2022-03-25T04:34:13.367Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:13.367Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:13.367Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:34:13.367Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:34:13.370Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:34:13.370Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182853367, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:34:13.470Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:34:13.471Z||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-03-25T04:34:13.471Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:34:13.486Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:34:13.486Z||pool-116-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:34:14.371Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e85054fd-c11b-49c1-b0cc-3b03229c6e67 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-25T04:34:14.372Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-25T04:34:14.372Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:14.414Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-25T04:34:14.414Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env e85054fd-c11b-49c1-b0cc-3b03229c6e67 903 2022-03-25T04:34:14.415Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:14.415Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:14.415Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:34:14.415Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:34:14.418Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:34:14.418Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182854415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:34:14.518Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:34:14.519Z||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-03-25T04:34:14.519Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:34:14.535Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:34:14.535Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-25T04:34:15.419Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: fca5fb09-e6ff-45b0-b1b5-23fe112a97ce 2022-03-25T04:34:15.420Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 7a34e368-d5de-4dce-b032-5f0aa4e36d3e 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-03-25T04:34:15.430Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f32f341, org.onap.sdc.toscaparser.api.parameters.Input@4e6ce63f, org.onap.sdc.toscaparser.api.parameters.Input@733cb93a, org.onap.sdc.toscaparser.api.parameters.Input@3bb7ed6e, org.onap.sdc.toscaparser.api.parameters.Input@53f7b9a2] 2022-03-25T04:34:15.431Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:34:15.431Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:34:15.432Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-03-25T04:34:15.432Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= ee6de0de-ebad-4f49-93c8-4d6b094e5d5f 2022-03-25T04:34:15.432Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ee6de0de-ebad-4f49-93c8-4d6b094e5d5f matches Tosca VF Customization UUID: ee6de0de-ebad-4f49-93c8-4d6b094e5d5f 2022-03-25T04:34:15.432Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: ee6de0de-ebad-4f49-93c8-4d6b094e5d5f 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-03-25T04:34:15.434Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:34:15.434Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:34:15.435Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id ee6de0de-ebad-4f49-93c8-4d6b094e5d5f: {\"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-03-25T04:34:15.435Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@68382f91 2022-03-25T04:34:15.435Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:34:15.435Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T04:34:15.435Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 71ee0194-8eab-4b1b-b8fb-d9642c4fb1d5 2022-03-25T04:34:15.435Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 71ee0194-8eab-4b1b-b8fb-d9642c4fb1d5 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-03-25T04:34:15.436Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:34:15.437Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-25T04:34:15.437Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:34:15.437Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:34:15.437Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-25T04:34:15.437Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:34:15.437Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:34:15.437Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-25T04:34:15.437Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-25T04:34:15.438Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-25T04:34:15.438Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0d2fadc9-e92b-4480-947f-a0f1f6ae37eb 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-03-25T04:34:15.439Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:34:15.439Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-25T04:34:15.439Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:34:15.439Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:34:15.439Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-25T04:34:15.439Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ee6de0de-ebad-4f49-93c8-4d6b094e5d5f 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-03-25T04:34:15.440Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:34:15.440Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:34:15.440Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid fca5fb09-e6ff-45b0-b1b5-23fe112a97ce: basic_vm_macro 2022-03-25T04:34:15.440Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:34:15.440Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:34:15.440Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:34:15.440Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:34:15.440Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:34:15.440Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:34:15.440Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:34:15.440Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:34:15.440Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:34:15.440Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:34:15.441Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:15.488Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 7a34e368-d5de-4dce-b032-5f0aa4e36d3e 1 ASDC deployResourceStructure 2022-03-25T04:34:15.488Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:15.488Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:15.488Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:34:15.488Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:34:15.490Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:34:15.490Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182855488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T04:34:15.590Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:34:15.591Z||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-03-25T04:34:15.591Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:34:15.606Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:34:15.607Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:34:16.491Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:16.492Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:16.492Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:34:16.492Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:34:16.495Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:34:16.495Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182856491, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-25T04:34:16.595Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:34:16.596Z||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-03-25T04:34:16.596Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:34:16.611Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:34:16.612Z||pool-119-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:34:17.496Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:17.496Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:17.496Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:34:17.496Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:34:17.498Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:34:17.498Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182857496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-25T04:34:17.598Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:34:17.599Z||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-03-25T04:34:17.599Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:34:17.612Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:34:17.613Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:34:18.499Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-25T04:34:18.500Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-25T04:34:18.500Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:34:18.500Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:34:18.502Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:34:18.502Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182858499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:34:18.602Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:34:18.603Z||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-03-25T04:34:18.603Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:34:18.618Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:34:18.619Z||pool-121-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:34:19.503Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-25T04:34:19.513Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-25T04:34:19.516Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:34:19.516Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T04:34:19.516Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T04:34:19.516Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T04:34:19.516Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:34:19.516Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:34:19.516Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:34:19.516Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:34:19.516Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:34:19.516Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:34:19.516Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:19.522Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T04:34:49.522Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2 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-03-25T04:34:49.531Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2 and serviceModelVersionId: fca5fb09-e6ff-45b0-b1b5-23fe112a97ce 2022-03-25T04:34:49.531Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 42e5264b-1655-431c-83f4-e44f63d9eb72 2022-03-25T04:34:49.532Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/42e5264b-1655-431c-83f4-e44f63d9eb72/model-vers/model-ver/fca5fb09-e6ff-45b0-b1b5-23fe112a97ce?depth=0 2022-03-25T04:34:49.537Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T04:34:49.565Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42e5264b-1655-431c-83f4-e44f63d9eb72/model-vers/model-ver/fca5fb09-e6ff-45b0-b1b5-23fe112a97ce?depth=0|INFO|500||Invoke 2022-03-25T04:34:49.566Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42e5264b-1655-431c-83f4-e44f63d9eb72/model-vers/model-ver/fca5fb09-e6ff-45b0-b1b5-23fe112a97ce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42e5264b-1655-431c-83f4-e44f63d9eb72/model-vers/model-ver/fca5fb09-e6ff-45b0-b1b5-23fe112a97ce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[90c1be80-7ed3-4ef1-9e89-88985241a9bd], X-ECOMP-RequestID=[2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2], X-TransactionId=[], X-ONAP-RequestID=[2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2], Content-Type=[application/merge-patch+json]} 2022-03-25T04:34:49.580Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42e5264b-1655-431c-83f4-e44f63d9eb72/model-vers/model-ver/fca5fb09-e6ff-45b0-b1b5-23fe112a97ce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T04:34:49.792Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42e5264b-1655-431c-83f4-e44f63d9eb72/model-vers/model-ver/fca5fb09-e6ff-45b0-b1b5-23fe112a97ce?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/42e5264b-1655-431c-83f4-e44f63d9eb72/model-vers/model-ver/fca5fb09-e6ff-45b0-b1b5-23fe112a97ce?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220325-04:34:49:585-63090], vertex-id=[204952], Content-Length=[0], Date=[Fri, 25 Mar 2022 04:34:49 GMT], Content-Type=[application/json]} 2022-03-25T04:34:49.792Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42e5264b-1655-431c-83f4-e44f63d9eb72/model-vers/model-ver/fca5fb09-e6ff-45b0-b1b5-23fe112a97ce?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-25T04:34:49.793Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42e5264b-1655-431c-83f4-e44f63d9eb72/model-vers/model-ver/fca5fb09-e6ff-45b0-b1b5-23fe112a97ce?depth=0|INFO|500||InvokeReturn 2022-03-25T04:34:49.793Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T04:34:49.793Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:49.796Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||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-03-25T04:34:49.797Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T04:34:49.797Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T04:34:49.797Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:34:49.799Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:34:49.799Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182889797, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:34:49.900Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T04:34:49.900Z||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-03-25T04:34:49.900Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:34:49.918Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:34:49.919Z||pool-122-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-03-25T04:34:50.815Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:34:50.815Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|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-03-25T04:34:50.816Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:34:55.618Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:34:55.619Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T04:34:55.619Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"ae0f5cb3-8494-478a-94c9-745971e56bc4","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"641de0df-af87-445a-a844-04edf38c127c","serviceDescription":"service","serviceInvariantUUID":"6d9ae341-fe0b-4cf9-b59a-d7676f5b3929","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"061a369c-82d5-4019-8d6e-dc19ea519a58","resourceInvariantUUID":"a10884c0-139b-453b-bea4-95ced37e7deb","resourceCustomizationUUID":"1b36248f-a2b5-4abb-8105-db986be894f1","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":"MDlmZjhlZDY2MzIzOWI2NmZhNDQyMjQxZjk5NTU4MWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2619b05e-5652-499f-ab6f-4fbdc5f73185","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":"b1bb8b61-93c1-45d7-937b-ee47d6d220eb","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":"6385d8ab-ac9e-4540-9008-63f6b8c35f79","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":"MGFjNDcxNTlkNTE5ZDRlZjY0NmNiZjRiMTM4YWQxN2E\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"94c1a5b6-eee0-45e2-a192-17ae7c57080b","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":"f3dd8b43-cb7f-4e6a-87cd-ef36e30ed077","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":"83c5c850-c847-4f8d-9c98-f61836bc0dc0","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":"9f951667-5015-4259-b095-4737a32d2a5b","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":"YTlhMzljNzFiM2ZhNWVjZjdhZGM4MmI3ZDgyNzVlZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"73389d69-71d0-4265-b489-5885ff9773ce","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MmQwZDZhMjUzZjM5NzFlYmMxYmRlMzE5OGU4NzNmYzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"12505c90-a79c-41d8-9a24-153e555be0a6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T04:34:55.621Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:34:55.621Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:34:55.623Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:34:55.623Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182890815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:55.723Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:34:55.724Z||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-03-25T04:34:55.724Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:34:55.740Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:34:55.740Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:34:56.624Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:34:56.625Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:34:56.627Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:34:56.627Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182890815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:56.727Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:34:56.728Z||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-03-25T04:34:56.729Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:34:56.744Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:34:56.744Z||pool-124-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:34:57.628Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:34:57.629Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:34:57.631Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:34:57.631Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182890815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:57.731Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:34:57.732Z||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-03-25T04:34:57.732Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:34:57.748Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:34:57.748Z||pool-125-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:34:58.632Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:34:58.633Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:34:58.636Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:34:58.636Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182890815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:58.736Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:34:58.737Z||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-03-25T04:34:58.737Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:34:58.752Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:34:58.752Z||pool-126-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:34:59.637Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:34:59.637Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:34:59.639Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:34:59.639Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182890815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:34:59.739Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:34:59.740Z||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-03-25T04:34:59.740Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:34:59.755Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:34:59.755Z||pool-127-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:35:00.639Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:35:00.640Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:35:00.642Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:35:00.643Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182890815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:35:00.743Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:35:00.743Z||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-03-25T04:35:00.743Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:35:00.758Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:35:00.758Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:35:01.644Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:35:01.645Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:35:01.648Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:35:01.649Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182890815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:35:01.749Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:35:01.750Z||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-03-25T04:35:01.750Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:35:01.765Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:35:01.765Z||pool-129-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:35:02.649Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:35:02.650Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:35:02.652Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:35:02.652Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182890815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:35:02.752Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:35:02.753Z||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-03-25T04:35:02.753Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:35:02.769Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:35:02.770Z||pool-130-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:35:03.652Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:35:03.653Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:35:03.656Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:35:03.656Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182890815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:35:03.756Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:35:03.757Z||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-03-25T04:35:03.757Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:35:03.773Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:35:03.773Z||pool-131-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-25T04:35:04.657Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "641de0df-af87-445a-a844-04edf38c127c", "serviceDescription": "service", "serviceInvariantUUID": "6d9ae341-fe0b-4cf9-b59a-d7676f5b3929", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "1b36248f-a2b5-4abb-8105-db986be894f1", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "061a369c-82d5-4019-8d6e-dc19ea519a58", "resourceInvariantUUID": "a10884c0-139b-453b-bea4-95ced37e7deb", "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": "MmQwZDZhMjUzZjM5NzFlYmMxYmRlMzE5OGU4NzNmYzU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "12505c90-a79c-41d8-9a24-153e555be0a6" } ], "workloadContext": "Production" } 2022-03-25T04:35:04.658Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T04:35:04.658Z|2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 641de0df-af87-445a-a844-04edf38c127c ASDC 2022-03-25T04:35:04.658Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:ae0f5cb3-8494-478a-94c9-745971e56bc4 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:641de0df-af87-445a-a844-04edf38c127c ServiceInvariantUUID:6d9ae341-fe0b-4cf9-b59a-d7676f5b3929 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:12505c90-a79c-41d8-9a24-153e555be0a6 ArtifactChecksum:MmQwZDZhMjUzZjM5NzFlYmMxYmRlMzE5OGU4NzNmYzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:1b36248f-a2b5-4abb-8105-db986be894f1 ResourceInvariantUUID:a10884c0-139b-453b-bea4-95ced37e7deb ResourceName:test-pnf ResourceType:PNF ResourceUUID:061a369c-82d5-4019-8d6e-dc19ea519a58 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-25T04:35:04.659Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 641de0df-af87-445a-a844-04edf38c127c 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-03-25T04:35:04.685Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:35:04.686Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-25T04:35:04.686Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-25T04:35:04.686Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 12505c90-a79c-41d8-9a24-153e555be0a6 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-25T04:35:04.686Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-25T04:35:04.686Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-25T04:35:04.805Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-25T04:35:04.813Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 12505c90-a79c-41d8-9a24-153e555be0a6 105641 2022-03-25T04:35:04.813Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-25T04:35:04.813Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-25T04:35:04.813Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:35:04.813Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:35:04.815Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:35:04.815Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182904813, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:35:04.916Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:35:04.916Z||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-03-25T04:35:04.916Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:35:04.933Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:35:04.934Z||pool-132-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:35:05.816Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:35:05.817Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-25T04:35:05.818Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 12505c90-a79c-41d8-9a24-153e555be0a6, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T04:35:05.818Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-03-25T04:35:05.818Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T04:35:05.819Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T04:35:05.886Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3677242690641268056/Definitions/service-TestPnfMacro-template.yml 2022-03-25T04:35:06.390Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T04:35:06.390Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-25T04:35:06.390Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T04:35:06.390Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-25T04:35:06.390Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||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-03-25T04:35:06.390Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||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-03-25T04:35:06.390Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||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-03-25T04:35:06.390Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||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-03-25T04:35:06.390Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||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-03-25T04:35:06.390Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||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-03-25T04:35:06.390Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||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-03-25T04:35:06.390Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-25T04:35:06.390Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:35:06.391Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:35:06.391Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-25T04:35:06.391Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-25T04:35:06.391Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:35:06.391Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:35:06.391Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:35:06.391Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-25T04:35:06.391Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-25T04:35:06.391Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:35:06.391Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:35:06.391Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:35:06.391Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:35:06.391Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:35:06.391Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:35:06.391Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:35:06.391Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:35:06.391Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:35:06.391Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:35:06.392Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:35:06.392Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:641de0df-af87-445a-a844-04edf38c127c Model Version:NULL Model InvariantUuid:6d9ae341-fe0b-4cf9-b59a-d7676f5b3929 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-03-25T04:35:06.393Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 061a369c-82d5-4019-8d6e-dc19ea519a58 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-03-25T04:35:06.395Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||test-pnf 0 2022-03-25T04:35:06.395Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 061a369c-82d5-4019-8d6e-dc19ea519a58 2022-03-25T04:35:06.395Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 641de0df-af87-445a-a844-04edf38c127c 2022-03-25T04:35:06.395Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 641de0df-af87-445a-a844-04edf38c127c 2022-03-25T04:35:06.395Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 061a369c-82d5-4019-8d6e-dc19ea519a58 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-03-25T04:35:06.396Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77aed503, org.onap.sdc.toscaparser.api.parameters.Input@3491282c, org.onap.sdc.toscaparser.api.parameters.Input@da736b0, org.onap.sdc.toscaparser.api.parameters.Input@7dae9492, org.onap.sdc.toscaparser.api.parameters.Input@7ca950e9] 2022-03-25T04:35:06.397Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:35:06.397Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:35:06.397Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 641de0df-af87-445a-a844-04edf38c127c: test-pnf 2022-03-25T04:35:06.397Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||Processing PNF resource: 061a369c-82d5-4019-8d6e-dc19ea519a58 2022-03-25T04:35:06.397Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:35:06.397Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:35:06.397Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||Resource customization UUID: 1b36248f-a2b5-4abb-8105-db986be894f1 is the same as notified resource customizationUUID: 1b36248f-a2b5-4abb-8105-db986be894f1 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-03-25T04:35:06.421Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 061a369c-82d5-4019-8d6e-dc19ea519a58 0 ASDC deployResourceStructure 2022-03-25T04:35:06.421Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-25T04:35:06.421Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-25T04:35:06.421Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:35:06.421Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:35:06.422Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:35:06.422Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182906421, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:35:06.523Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T04:35:06.524Z||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-03-25T04:35:06.524Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:35:06.540Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:35:06.541Z||pool-133-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:35:07.423Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae0f5cb3-8494-478a-94c9-745971e56bc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-25T04:35:07.434Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae0f5cb3-8494-478a-94c9-745971e56bc4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-25T04:35:07.436Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:35:07.436Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T04:35:07.437Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T04:35:07.437Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T04:35:07.437Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:35:07.437Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:35:07.437Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:35:07.437Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:35:07.437Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:35:07.437Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:35:07.437Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||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-03-25T04:35:07.442Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T04:35:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:35:13.079Z||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-03-25T04:35:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:35:13.106Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:35:13.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:35:13.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "clamp", "timestamp": 1648182805895, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:35:13.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:35:13.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:35:13.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "clamp", "timestamp": 1648182807904, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:35:13.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:35:13.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:35:13.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "clamp", "timestamp": 1648182808908, "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-03-25T04:35:13.115Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ae0f5cb3-8494-478a-94c9-745971e56bc4 2022-03-25T04:35:13.115Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae0f5cb3-8494-478a-94c9-745971e56bc4 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-03-25T04:35:13.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:35:13.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd5ab4d7-26a4-46c1-bee4-a30470b4b449", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182841280, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:35:13.124Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:35:13.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:35:13.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:35:13.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:35:13.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:35:13.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:35:13.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:35:13.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:35:13.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-25T04:35:13.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:35:13.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:35:13.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:35:13.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:35:13.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:35:13.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-25T04:35:13.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:35:13.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:35:13.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:35:13.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:35:13.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:35:13.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:35:13.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:35:13.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:35:13.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182673077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:35:13.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T04:35:13.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:35:13.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182850429, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:35:13.126Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:35:13.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:35:13.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182852318, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T04:35:13.126Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:35:37.442Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ae0f5cb3-8494-478a-94c9-745971e56bc4 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-03-25T04:35:37.445Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ae0f5cb3-8494-478a-94c9-745971e56bc4 and serviceModelVersionId: 641de0df-af87-445a-a844-04edf38c127c 2022-03-25T04:35:37.446Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d9ae341-fe0b-4cf9-b59a-d7676f5b3929 2022-03-25T04:35:37.446Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d9ae341-fe0b-4cf9-b59a-d7676f5b3929/model-vers/model-ver/641de0df-af87-445a-a844-04edf38c127c?depth=0 2022-03-25T04:35:37.449Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T04:35:37.469Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9ae341-fe0b-4cf9-b59a-d7676f5b3929/model-vers/model-ver/641de0df-af87-445a-a844-04edf38c127c?depth=0|INFO|500||Invoke 2022-03-25T04:35:37.469Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9ae341-fe0b-4cf9-b59a-d7676f5b3929/model-vers/model-ver/641de0df-af87-445a-a844-04edf38c127c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9ae341-fe0b-4cf9-b59a-d7676f5b3929/model-vers/model-ver/641de0df-af87-445a-a844-04edf38c127c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ae0f5cb3-8494-478a-94c9-745971e56bc4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b9a7bf05-48f7-4805-a60a-f921c633e39d], X-ECOMP-RequestID=[ae0f5cb3-8494-478a-94c9-745971e56bc4], X-TransactionId=[], X-ONAP-RequestID=[ae0f5cb3-8494-478a-94c9-745971e56bc4], Content-Type=[application/merge-patch+json]} 2022-03-25T04:35:37.482Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9ae341-fe0b-4cf9-b59a-d7676f5b3929/model-vers/model-ver/641de0df-af87-445a-a844-04edf38c127c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T04:35:37.722Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9ae341-fe0b-4cf9-b59a-d7676f5b3929/model-vers/model-ver/641de0df-af87-445a-a844-04edf38c127c?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/6d9ae341-fe0b-4cf9-b59a-d7676f5b3929/model-vers/model-ver/641de0df-af87-445a-a844-04edf38c127c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220325-04:35:37:487-9275], vertex-id=[278736], Content-Length=[0], Date=[Fri, 25 Mar 2022 04:35:37 GMT], Content-Type=[application/json]} 2022-03-25T04:35:37.723Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9ae341-fe0b-4cf9-b59a-d7676f5b3929/model-vers/model-ver/641de0df-af87-445a-a844-04edf38c127c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-25T04:35:37.723Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9ae341-fe0b-4cf9-b59a-d7676f5b3929/model-vers/model-ver/641de0df-af87-445a-a844-04edf38c127c?depth=0|INFO|500||InvokeReturn 2022-03-25T04:35:37.724Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T04:35:37.724Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||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-03-25T04:35:37.729Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||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-03-25T04:35:37.730Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ae0f5cb3-8494-478a-94c9-745971e56bc4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T04:35:37.730Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T04:35:37.730Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:35:37.732Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:35:37.732Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182937730, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:35:37.832Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:35:37.833Z||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-03-25T04:35:37.833Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:35:37.856Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:35:37.856Z||pool-134-thread-1|||||INFO|500||cambria reply ok (23 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-03-25T04:35:38.740Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:35:38.740Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|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-03-25T04:35:38.741Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:35:48.283Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:35:48.284Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:35:48.284Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|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-03-25T04:35:48.284Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:35:57.825Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:35:57.825Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:35:57.826Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|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-03-25T04:35:57.826Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:36:07.365Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:36:13.077Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:36:13.078Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|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-03-25T04:36:13.078Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:36:13.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:36:13.079Z||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-03-25T04:36:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:36:13.102Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:36:13.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:36:13.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182853367, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:36:13.103Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:36:22.617Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:37:13.077Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:37:13.078Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|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-03-25T04:37:13.078Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:37:13.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:37:13.079Z||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-03-25T04:37:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:37:13.105Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:37:13.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:37:13.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182854415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:37:13.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:37:13.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:37:13.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182855488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T04:37:13.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:37:13.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:37:13.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182856491, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-25T04:37:13.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:37:13.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:37:13.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182857496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-25T04:37:13.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:37:13.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:37:13.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182858499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:37:13.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:37:13.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:37:13.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e427ff1-76c4-40d2-b9f2-809ca4d6fbb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182889797, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:37:13.107Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:37:13.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:37:13.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182890815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:37:13.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:37:13.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:37:13.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182890815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:37:13.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:37:13.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:37:13.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182890815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:37:13.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:37:13.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:37:13.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182890815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:37:13.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:37:13.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:37:13.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182890815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:37:13.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:37:13.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:37:13.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182890815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:37:13.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:37:13.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:37:13.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182890815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:37:13.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:37:13.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:37:13.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182890815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:37:13.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:37:13.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:37:13.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182890815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:37:13.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:37:13.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:37:13.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182904813, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:37:13.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:37:13.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:37:13.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182906421, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:37:13.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:37:22.630Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:38:13.077Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:38:13.078Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|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-03-25T04:38:13.078Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:38:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:38:13.079Z||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-03-25T04:38:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:38:13.600Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:38:13.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T04:38:13.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae0f5cb3-8494-478a-94c9-745971e56bc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648182937730, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:38:13.602Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:38:22.627Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:39:13.077Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:39:13.078Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|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-03-25T04:39:13.078Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:39:13.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:39:13.079Z||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-03-25T04:39:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:39:22.643Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:39:22.656Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:40:13.077Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:40:13.078Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|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-03-25T04:40:13.078Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:40:13.079Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:40:13.079Z||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-03-25T04:40:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:40:22.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:40:22.628Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:41:13.077Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:41:13.078Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|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-03-25T04:41:13.078Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:41:13.079Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:41:13.079Z||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-03-25T04:41:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:41:22.626Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:41:22.627Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:42:13.077Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:42:13.078Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|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-03-25T04:42:13.078Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:42:13.079Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:42:13.079Z||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-03-25T04:42:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:42:22.627Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:42:22.627Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:43:13.077Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:43:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:43:13.079Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|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-03-25T04:43:13.079Z||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-03-25T04:43:13.080Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:43:13.080Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:43:22.626Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:43:22.629Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:44:13.077Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:44:13.077Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|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-03-25T04:44:13.078Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:44:13.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:44:13.079Z||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-03-25T04:44:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:44:22.633Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:44:22.633Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:45:13.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:45:13.077Z||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-03-25T04:45:13.078Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:45:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:45:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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-03-25T04:45:13.080Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:45:22.624Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:45:22.630Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:46:13.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:46:13.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:46:13.078Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:46:13.079Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:46:13.080Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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-03-25T04:46:13.080Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:46:22.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:46:22.624Z|87d1ea1f-1621-402b-88c8-14c95feaff1d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:47:13.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:47:13.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:47:13.078Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:47:13.079Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:47:13.079Z||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-03-25T04:47:13.079Z||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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:47:22.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:47:22.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:48:13.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:48:13.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:48:13.078Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eSIVNCaRsbf7yGyR) ... 2022-03-25T04:48:13.079Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:48:13.079Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|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-03-25T04:48:13.079Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|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 eSIVNCaRsbf7yGyR) ... 2022-03-25T04:48:22.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:48:22.622Z|ae0f5cb3-8494-478a-94c9-745971e56bc4|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK