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-09T16:36:28.919Z||main|||||INFO|500||The following profiles are active: basic 2022-03-09T16:36:41.987Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-09T16:36:41.987Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-09T16:36:42.111Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-09T16:36:46.612Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-09T16:36:47.203Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-09T16:36:47.738Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-09T16:36:48.101Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-09T16:36:48.216Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-09T16:36:48.439Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-09T16:36:48.983Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-09T16:36:50.672Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-09T16:36:53.436Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-09T16:36:53.502Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-09T16:36:54.203Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-09T16:36:54.351Z||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-09T16:36:55.888Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-09T16:36:56.993Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-09T16:36:57.011Z||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$$fa32a587.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-09T16:36:57.012Z||main|||||WARN|500||The sdc end point is not alive 2022-03-09T16:37:00.564Z||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-09T16:37:03.969Z||main|||||WARN|500||--- 2022-03-09T16:37:03.969Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-09T16:37:03.969Z||main|||||WARN|500||--- 2022-03-09T16:37:04.376Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-09T16:37:09.676Z||main|||||INFO|500||Started Application in 44.551 seconds (JVM running for 47.28) 2022-03-09T16:37:09.693Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-09T16:37:09.696Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-09T16:37:09.710Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-09T16:37:09.737Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-09T16:37:09.788Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 601a3b51-3928-4d4a-9683-b5f62d42e8f1 url= /sdc/v1/artifactTypes 2022-03-09T16:37:09.789Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-09T16:37:10.078Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-09T16:37:10.103Z||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-09T16:37:10.126Z||scheduling-1|||||DEBUG|500||create keys 2022-03-09T16:37:10.135Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-09T16:37:10.193Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:37:10.215Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= bed82ac8-fdfd-49be-8714-d0e7b725eb31 url= /sdc/v1/registerForDistribution 2022-03-09T16:37:10.476Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= bed82ac8-fdfd-49be-8714-d0e7b725eb31 url= /sdc/v1/registerForDistribution 2022-03-09T16:37:10.477Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-09T16:37:10.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:37:10.487Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:37:10.495Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-09T16:37:10.498Z||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-09T16:37:10.498Z||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-09T16:37:10.499Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:37:10.499Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:37:20.823Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:37:20.849Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:38:10.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:38:10.485Z||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-09T16:38:10.486Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:38:10.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:38:10.488Z||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-09T16:38:10.489Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:38:20.058Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:38:20.057Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:39:10.485Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:39:10.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:39:10.488Z||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-09T16:39:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:39:10.495Z||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-09T16:39:10.495Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:39:20.084Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:39:20.084Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:40:10.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:40:10.486Z||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-09T16:40:10.486Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:40:10.488Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:40:10.489Z||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-09T16:40:10.489Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:40:20.155Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:40:20.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:41:10.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:41:10.486Z||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-09T16:41:10.486Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:41:10.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:41:10.488Z||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-09T16:41:10.489Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:41:20.066Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:41:20.069Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:42:10.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:42:10.485Z||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-09T16:42:10.486Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:42:10.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:42:10.488Z||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-09T16:42:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:42:20.044Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:42:20.049Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:43:10.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:43:10.485Z||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-09T16:43:10.486Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:43:10.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:43:10.488Z||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-09T16:43:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:43:20.044Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:43:20.044Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:44:10.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:44:10.486Z||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-09T16:44:10.486Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:44:10.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:44:10.489Z||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-09T16:44:10.489Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:44:20.031Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:44:20.037Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:45:10.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:45:10.485Z||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-09T16:45:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:45:10.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:45:10.487Z||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-09T16:45:10.487Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:45:20.039Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:45:20.039Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:46:10.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:46:10.485Z||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-09T16:46:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:46:10.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:46:10.488Z||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-09T16:46:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:46:20.036Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:46:20.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:46:29.715Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-09T16:47:10.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:47:10.485Z||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-09T16:47:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:47:10.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:47:10.488Z||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-09T16:47:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:47:20.045Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:47:20.052Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:48:10.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:48:10.485Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:48:10.485Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K43c35yzV7Hv9miq) ... 2022-03-09T16:48:10.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:48:10.488Z||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-09T16:48:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:48:20.040Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:48:20.042Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:49:10.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:49:10.485Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:49:10.485Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K43c35yzV7Hv9miq) ... 2022-03-09T16:49:10.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:49:10.487Z||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-09T16:49:10.487Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:49:20.031Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:49:20.032Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:50:10.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:50:10.485Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:50:10.485Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K43c35yzV7Hv9miq) ... 2022-03-09T16:50:10.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:50:10.488Z||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-09T16:50:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:50:20.035Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:50:20.035Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:51:10.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:51:10.485Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T16:51:10.485Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K43c35yzV7Hv9miq) ... 2022-03-09T16:51:10.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:51:10.488Z||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-09T16:51:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:51:20.034Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:51:20.035Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:52:10.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:52:10.485Z||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-09T16:52:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:52:10.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:52:10.489Z||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-09T16:52:10.489Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:52:20.032Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:52:20.038Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:53:10.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:53:10.485Z||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-09T16:53:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:53:10.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:53:10.487Z||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-09T16:53:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:53:20.043Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:53:20.043Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:54:10.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:54:10.485Z||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-09T16:54:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:54:10.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:54:10.487Z||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-09T16:54:10.487Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:54:20.038Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:54:20.042Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:55:10.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:55:10.485Z||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-09T16:55:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:55:10.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:55:10.487Z||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-09T16:55:10.487Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:55:20.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:55:20.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:56:10.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:56:10.485Z||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-09T16:56:10.486Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:56:10.487Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:56:10.487Z||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-09T16:56:10.487Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:56:20.048Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:56:20.048Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:57:10.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:57:10.485Z||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-09T16:57:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:57:10.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:57:10.487Z||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-09T16:57:10.487Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:57:20.038Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:57:20.038Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:58:10.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:58:10.486Z||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-09T16:58:10.486Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:58:10.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:58:10.488Z||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-09T16:58:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:58:20.060Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:58:20.066Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:59:10.485Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:59:10.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T16:59:10.488Z||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-09T16:59:10.488Z||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-09T16:59:10.489Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:59:10.489Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T16:59:20.038Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T16:59:20.040Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:00:10.485Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:00:10.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:00:10.486Z||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-09T17:00:10.487Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:00:10.488Z||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-09T17:00:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:00:20.042Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:00:20.043Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:01:10.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:01:10.485Z||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-09T17:01:10.486Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:01:10.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:01:10.488Z||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-09T17:01:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:01:20.036Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:01:20.045Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:02:10.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:02:10.485Z||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-09T17:02:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:02:10.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:02:10.487Z||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-09T17:02:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:02:20.035Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:02:20.036Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:03:10.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:03:10.485Z||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-09T17:03:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:03:10.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:03:10.487Z||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-09T17:03:10.487Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:03:20.042Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:03:20.047Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:04:10.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:04:10.485Z||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-09T17:04:10.486Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:04:10.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:04:10.488Z||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-09T17:04:10.489Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:04:20.029Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:04:20.029Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:05:10.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:05:10.485Z||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-09T17:05:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:05:10.487Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:05:10.488Z||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-09T17:05:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:05:20.028Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:05:20.030Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:06:10.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:06:10.485Z||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-09T17:06:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:06:10.487Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:06:10.488Z||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-09T17:06:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:06:20.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:06:20.035Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:07:10.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:07:10.485Z||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-09T17:07:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:07:10.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:07:10.487Z||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-09T17:07:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:07:20.043Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:07:20.044Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:08:10.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:08:10.485Z||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-09T17:08:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:08:10.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:08:10.487Z||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-09T17:08:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:08:20.042Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:08:20.042Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:09:10.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:09:10.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:09:10.487Z||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-09T17:09:10.487Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:09:10.488Z||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-09T17:09:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:09:20.034Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:09:20.034Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:10:10.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:10:10.486Z||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-09T17:10:10.486Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:10:10.487Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:10:10.488Z||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-09T17:10:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:10:10.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:10:11.120Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:10:11.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"68d9ce09-2cf6-4693-8eff-99e981be0d06","serviceName":"vFW 2022-03-09 17-06-49","serviceVersion":"1.0","serviceUUID":"d1e1d02d-1a9d-42ec-9a42-f1463695a319","serviceDescription":"catalog service description","serviceInvariantUUID":"2cd191c4-e131-4fd7-b822-49cf4a88e6e9","resources":[{"resourceInstanceName":"vFW 2c54b5c1-863e 0","resourceName":"vFW 2c54b5c1-863e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4b68d2d7-2e48-44fb-8900-4553788cd8b4","resourceInvariantUUID":"ec186afe-f7c1-4bb8-a7bf-c9d46b7d6245","resourceCustomizationUUID":"3c040420-6d98-4d53-b699-b276749bb44b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vf-license-model.xml","artifactChecksum":"MTk3YTBkNjdmOTEyMmQ1NjI0NmE4YjUwYTY1MDgxYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a4bbf59f-5392-4c38-8d97-3d3fb1f38b71","artifactVersion":"1"},{"artifactName":"vfw2c54b5c1863e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vfw2c54b5c1863e0_modules.json","artifactChecksum":"Y2EyM2UzMjQxZDg4NDI3NDBmYWFiYjliYjkxMTAzNzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"26868c3c-09a7-4abd-8eed-ad661aed54ee","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ef6e486a-8698-4c04-906a-7f3a562621a3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vendor-license-model.xml","artifactChecksum":"YzBkNWJkY2RkYjAyMGZhMzQwOGJjOGJlM2M0ZDljZjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"560b4bee-8bd9-446d-9149-30423fa42c96","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5a8709bd-6b80-47cb-a4f9-3a723bd703a2","artifactVersion":"2","generatedFromUUID":"ef6e486a-8698-4c04-906a-7f3a562621a3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220309170649-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-template.yml","artifactChecksum":"ZTFkMmMxZWUyYjY0ZDQ5MjQzYzBkZDM0ZmVlNTBiMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"38220f4b-e4e0-42f8-b8e1-92e8a2459734","artifactVersion":"1"},{"artifactName":"service-Vfw20220309170649-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar","artifactChecksum":"MWMwYjMwNDZiZTQwYWEwNTQ5OTQyZmE0NWJkODg3YTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0070c06c-e59b-4c31-ac1a-db8b102921aa","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T17:10:11.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "aai-ml", "timestamp": 1646845756543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.145Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:10:11.154Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:10:11.166Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:10:11.167Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "policy-id", "timestamp": 1646845755950, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "cds", "timestamp": 1646845757495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "aai-ml", "timestamp": 1646845756543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vfw2c54b5c1863e0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "policy-id", "timestamp": 1646845755950, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vfw2c54b5c1863e0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "cds", "timestamp": 1646845757495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vfw2c54b5c1863e0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.186Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "ves-openapi-manager", "timestamp": 1646845761582, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.187Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "aai-ml", "timestamp": 1646845756543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "policy-id", "timestamp": 1646845755950, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T17:10:11.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "cds", "timestamp": 1646845757495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.191Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "ves-openapi-manager", "timestamp": 1646845761582, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vfw2c54b5c1863e0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "aai-ml", "timestamp": 1646845756543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "policy-id", "timestamp": 1646845755950, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "cds", "timestamp": 1646845757495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "ves-openapi-manager", "timestamp": 1646845761582, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "aai-ml", "timestamp": 1646845756543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "policy-id", "timestamp": 1646845755950, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "cds", "timestamp": 1646845757495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.202Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.203Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "multicloud-k8s-id", "timestamp": 1646845764112, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.203Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.204Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "ves-openapi-manager", "timestamp": 1646845761582, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.205Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "dcae-sch", "timestamp": 1646845764774, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.206Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.207Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "aai-ml", "timestamp": 1646845756543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.207Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.208Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.208Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "policy-id", "timestamp": 1646845755950, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.209Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.209Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "clamp", "timestamp": 1646845765330, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.210Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.210Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.211Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "cds", "timestamp": 1646845757495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.211Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "multicloud-k8s-id", "timestamp": 1646845764112, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vfw2c54b5c1863e0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:10:11.212Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "ves-openapi-manager", "timestamp": 1646845761582, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.214Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "dcae-sch", "timestamp": 1646845764774, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vfw2c54b5c1863e0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "aai-ml", "timestamp": 1646845756543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:10:11.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "policy-id", "timestamp": 1646845755950, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:10:11.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "clamp", "timestamp": 1646845765330, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vfw2c54b5c1863e0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:10:11.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "cds", "timestamp": 1646845757495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:10:11.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "multicloud-k8s-id", "timestamp": 1646845764112, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T17:10:11.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "ves-openapi-manager", "timestamp": 1646845761582, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "dcae-sch", "timestamp": 1646845764774, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "clamp", "timestamp": 1646845765330, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "multicloud-k8s-id", "timestamp": 1646845764112, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "cds", "timestamp": 1646845768273, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:10:11.229Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:10:11.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "ves-openapi-manager", "timestamp": 1646845761582, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "aai-ml", "timestamp": 1646845768936, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:10:11.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:10:11.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "policy-id", "timestamp": 1646845768855, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:10:11.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:10:11.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "dcae-sch", "timestamp": 1646845764774, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "clamp", "timestamp": 1646845765330, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "multicloud-k8s-id", "timestamp": 1646845764112, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T17:10:11.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "cds", "timestamp": 1646845769293, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-03-09T17:10:11.266Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-03-09T17:10:11.271Z||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-09T17:10:11.271Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:10:11.283Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:10:11.284Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09T17:10:11.439Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 68d9ce09-2cf6-4693-8eff-99e981be0d06 2022-03-09T17:10:11.465Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68d9ce09-2cf6-4693-8eff-99e981be0d06 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-09T17:10:11.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "policy-id", "timestamp": 1646845769866, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:10:11.490Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:10:11.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "dcae-sch", "timestamp": 1646845764774, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "clamp", "timestamp": 1646845765330, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "multicloud-k8s-id", "timestamp": 1646845764112, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.491Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "policy-id", "timestamp": 1646845770871, "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-09T17:10:11.507Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68d9ce09-2cf6-4693-8eff-99e981be0d06 2022-03-09T17:10:11.508Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68d9ce09-2cf6-4693-8eff-99e981be0d06 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-09T17:10:11.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "dcae-sch", "timestamp": 1646845764774, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "clamp", "timestamp": 1646845765330, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "multicloud-k8s-id", "timestamp": 1646845764112, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:10:11.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "dcae-sch", "timestamp": 1646845764774, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "clamp", "timestamp": 1646845765330, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:10:11.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "multicloud-k8s-id", "timestamp": 1646845772051, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vfw2c54b5c1863e0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:10:11.518Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:10:11.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "cds", "timestamp": 1646845772495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "multicloud-k8s-id", "timestamp": 1646845773301, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:10:11.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:10:11.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "cds", "timestamp": 1646845772495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/basic_onboard_xhqjxn0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "multicloud-k8s-id", "timestamp": 1646845774503, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:10:11.520Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:10:11.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "cds", "timestamp": 1646845772495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845775300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "multicloud-k8s-id", "timestamp": 1646845775591, "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-09T17:10:11.526Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68d9ce09-2cf6-4693-8eff-99e981be0d06 2022-03-09T17:10:11.526Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68d9ce09-2cf6-4693-8eff-99e981be0d06 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-09T17:10:11.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "policy-id", "timestamp": 1646845775950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "cds", "timestamp": 1646845772495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845775300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vfw2c54b5c1863e0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.541Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "multicloud-k8s-id", "timestamp": 1646845776595, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vfw2c54b5c1863e0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:10:11.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:10:11.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "policy-id", "timestamp": 1646845775950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/basic_onboard_xhqjxn0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "cds", "timestamp": 1646845772495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845775300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "policy-id", "timestamp": 1646845775950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T17:10:11.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "cds", "timestamp": 1646845772495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845775300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "policy-id", "timestamp": 1646845775950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "cds", "timestamp": 1646845772495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:10:11.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845775300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "policy-id", "timestamp": 1646845775950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845775300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "cds", "timestamp": 1646845780574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:10:11.546Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:10:11.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "policy-id", "timestamp": 1646845775950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845775300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:10:11.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "cds", "timestamp": 1646845781580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-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-09T17:10:11.565Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a076c469-4c0c-40cb-bd9b-6f58cb77b85e 2022-03-09T17:10:11.566Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a076c469-4c0c-40cb-bd9b-6f58cb77b85e 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-09T17:10:11.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "policy-id", "timestamp": 1646845775950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:10:11.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "ves-openapi-manager", "timestamp": 1646845781582, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845783258, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:10:11.576Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:10:11.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "ves-openapi-manager", "timestamp": 1646845781582, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/basic_onboard_xhqjxn0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "policy-id", "timestamp": 1646845783930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:10:11.577Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:10:11.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "ves-openapi-manager", "timestamp": 1646845781582, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "policy-id", "timestamp": 1646845784934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:10:11.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:10:11.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "multicloud-k8s-id", "timestamp": 1646845784112, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "ves-openapi-manager", "timestamp": 1646845781582, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "dcae-sch", "timestamp": 1646845784775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "policy-id", "timestamp": 1646845785937, "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-09T17:10:11.588Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a076c469-4c0c-40cb-bd9b-6f58cb77b85e 2022-03-09T17:10:11.588Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a076c469-4c0c-40cb-bd9b-6f58cb77b85e 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-09T17:10:11.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "multicloud-k8s-id", "timestamp": 1646845784112, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/basic_onboard_xhqjxn0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:10:11.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "ves-openapi-manager", "timestamp": 1646845781582, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "aai-ml", "timestamp": 1646845787016, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:10:11.602Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:10:11.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "dcae-sch", "timestamp": 1646845784775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/basic_onboard_xhqjxn0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "multicloud-k8s-id", "timestamp": 1646845784112, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T17:10:11.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "ves-openapi-manager", "timestamp": 1646845781582, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "aai-ml", "timestamp": 1646845788022, "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-09T17:10:11.614Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 68d9ce09-2cf6-4693-8eff-99e981be0d06 2022-03-09T17:10:11.614Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68d9ce09-2cf6-4693-8eff-99e981be0d06 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-09T17:10:11.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "clamp", "timestamp": 1646845787775, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:10:11.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:10:11.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "dcae-sch", "timestamp": 1646845784775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "multicloud-k8s-id", "timestamp": 1646845784112, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "ves-openapi-manager", "timestamp": 1646845781582, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "dcae-sch", "timestamp": 1646845784775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "clamp", "timestamp": 1646845788852, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:10:11.636Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:10:11.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845789365, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:10:11.636Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:10:11.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "multicloud-k8s-id", "timestamp": 1646845784112, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-09T17:10:11.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "aai-ml", "timestamp": 1646845789026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "dcae-sch", "timestamp": 1646845784775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "clamp", "timestamp": 1646845789858, "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-09T17:10:11.644Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 68d9ce09-2cf6-4693-8eff-99e981be0d06 2022-03-09T17:10:11.644Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68d9ce09-2cf6-4693-8eff-99e981be0d06 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-09T17:10:11.653Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845790372, "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-09T17:10:11.659Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 68d9ce09-2cf6-4693-8eff-99e981be0d06 2022-03-09T17:10:11.660Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68d9ce09-2cf6-4693-8eff-99e981be0d06 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-09T17:10:11.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "multicloud-k8s-id", "timestamp": 1646845784112, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "aai-ml", "timestamp": 1646845789026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/basic_onboard_xhqjxn0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "dcae-sch", "timestamp": 1646845784775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845775300, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "multicloud-k8s-id", "timestamp": 1646845784112, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:10:11.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "aai-ml", "timestamp": 1646845789026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "dcae-sch", "timestamp": 1646845784775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845775300, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/basic_onboard_xhqjxn0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "aai-ml", "timestamp": 1646845789026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "multicloud-k8s-id", "timestamp": 1646845792589, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/basic_onboard_xhqjxn0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:10:11.676Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:10:11.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845775300, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "aai-ml", "timestamp": 1646845789026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845775300, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "multicloud-k8s-id", "timestamp": 1646845793945, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:10:11.678Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:10:11.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "aai-ml", "timestamp": 1646845789026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845775300, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "aai-ml", "timestamp": 1646845789026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:10:11.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "multicloud-k8s-id", "timestamp": 1646845795439, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:10:11.682Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:10:11.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "clamp", "timestamp": 1646845795330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845775300, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "multicloud-k8s-id", "timestamp": 1646845796463, "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-09T17:10:11.689Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a076c469-4c0c-40cb-bd9b-6f58cb77b85e 2022-03-09T17:10:11.690Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a076c469-4c0c-40cb-bd9b-6f58cb77b85e 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-09T17:10:11.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "aai-ml", "timestamp": 1646845797151, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:10:11.698Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:10:11.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "clamp", "timestamp": 1646845795330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/basic_onboard_xhqjxn0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:10:11.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845775300, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:10:11.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "multicloud-k8s-id", "timestamp": 1646845797474, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/basic_onboard_xhqjxn0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:10:11.701Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:10:11.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "clamp", "timestamp": 1646845795330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845798708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:10:11.703Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:10:11.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "clamp", "timestamp": 1646845795330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "clamp", "timestamp": 1646845795330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "clamp", "timestamp": 1646845795330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:11.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845801515, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:10:11.708Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:10:11.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "clamp", "timestamp": 1646845795330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:10:11.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:10:11.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646845802519, "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-09T17:10:11.716Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a076c469-4c0c-40cb-bd9b-6f58cb77b85e 2022-03-09T17:10:11.716Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a076c469-4c0c-40cb-bd9b-6f58cb77b85e 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-09T17:10:11.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "aai-ml", "timestamp": 1646845806312, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:10:11.729Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:10:11.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "aai-ml", "timestamp": 1646845807317, "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-09T17:10:11.735Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a076c469-4c0c-40cb-bd9b-6f58cb77b85e 2022-03-09T17:10:11.735Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a076c469-4c0c-40cb-bd9b-6f58cb77b85e 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-09T17:10:11.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "clamp", "timestamp": 1646845808772, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:10:11.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:10:11.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:10:11.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "clamp", "timestamp": 1646845809796, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:10:11.745Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:10:12.175Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:10:12.175Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:10:12.177Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:10:12.178Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vfw2c54b5c1863e0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:10:12.278Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:10:12.279Z||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-09T17:10:12.279Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:10:12.290Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:10:12.291Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:10:13.178Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:10:13.179Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:10:13.181Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:10:13.181Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T17:10:13.282Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:10:13.283Z||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-09T17:10:13.283Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:10:13.295Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:10:13.296Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:10:14.182Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:10:14.183Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:10:14.185Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:10:14.185Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:14.286Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:10:14.287Z||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-09T17:10:14.287Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:10:14.299Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:10:14.300Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:10:15.186Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:10:15.187Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:10:15.191Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:10:15.191Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T17:10:15.291Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:10:15.292Z||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-09T17:10:15.292Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:10:15.305Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:10:15.305Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:10:16.191Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:10:16.192Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:10:16.195Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:10:16.195Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:10:16.296Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:10:16.297Z||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-09T17:10:16.297Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:10:16.311Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:10:16.311Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:10:17.196Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:10:17.197Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:10:17.199Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:10:17.199Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:10:17.300Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T17:10:17.301Z||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-09T17:10:17.301Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:10:17.323Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:10:17.324Z||pool-9-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:10:18.201Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "serviceName": "vFW 2022-03-09 17-06-49", "serviceVersion": "1.0", "serviceUUID": "d1e1d02d-1a9d-42ec-9a42-f1463695a319", "serviceDescription": "catalog service description", "serviceInvariantUUID": "2cd191c4-e131-4fd7-b822-49cf4a88e6e9", "resources": [ { "resourceInstanceName": "vFW 2c54b5c1-863e 0", "resourceCustomizationUUID": "3c040420-6d98-4d53-b699-b276749bb44b", "resourceName": "vFW 2c54b5c1-863e", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4b68d2d7-2e48-44fb-8900-4553788cd8b4", "resourceInvariantUUID": "ec186afe-f7c1-4bb8-a7bf-c9d46b7d6245", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw2c54b5c1863e0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vfw2c54b5c1863e0_modules.json", "artifactChecksum": "Y2EyM2UzMjQxZDg4NDI3NDBmYWFiYjliYjkxMTAzNzQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "26868c3c-09a7-4abd-8eed-ad661aed54ee", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ef6e486a-8698-4c04-906a-7f3a562621a3", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5a8709bd-6b80-47cb-a4f9-3a723bd703a2", "generatedFromUUID": "ef6e486a-8698-4c04-906a-7f3a562621a3" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5a8709bd-6b80-47cb-a4f9-3a723bd703a2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220309170649-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar", "artifactChecksum": "MWMwYjMwNDZiZTQwYWEwNTQ5OTQyZmE0NWJkODg3YTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0070c06c-e59b-4c31-ac1a-db8b102921aa" } ], "workloadContext": "Production" } 2022-03-09T17:10:18.202Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T17:10:18.203Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d1e1d02d-1a9d-42ec-9a42-f1463695a319 ASDC 2022-03-09T17:10:18.331Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:68d9ce09-2cf6-4693-8eff-99e981be0d06 ServiceName:vFW 2022-03-09 17-06-49 ServiceVersion:1.0 ServiceUUID:d1e1d02d-1a9d-42ec-9a42-f1463695a319 ServiceInvariantUUID:2cd191c4-e131-4fd7-b822-49cf4a88e6e9 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220309170649-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar ArtifactUUID:0070c06c-e59b-4c31-ac1a-db8b102921aa ArtifactChecksum:MWMwYjMwNDZiZTQwYWEwNTQ5OTQyZmE0NWJkODg3YTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 2c54b5c1-863e 0 ResourceCustomizationUUID:3c040420-6d98-4d53-b699-b276749bb44b ResourceInvariantUUID:ec186afe-f7c1-4bb8-a7bf-c9d46b7d6245 ResourceName:vFW 2c54b5c1-863e ResourceType:VF ResourceUUID:4b68d2d7-2e48-44fb-8900-4553788cd8b4 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw2c54b5c1863e0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vfw2c54b5c1863e0_modules.json ArtifactUUID:26868c3c-09a7-4abd-8eed-ad661aed54ee ArtifactChecksum:Y2EyM2UzMjQxZDg4NDI3NDBmYWFiYjliYjkxMTAzNzQ= 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/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.yaml ArtifactUUID:ef6e486a-8698-4c04-906a-7f3a562621a3 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/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.env ArtifactUUID:5a8709bd-6b80-47cb-a4f9-3a723bd703a2 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/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.env ArtifactUUID:5a8709bd-6b80-47cb-a4f9-3a723bd703a2 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T17:10:18.334Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d1e1d02d-1a9d-42ec-9a42-f1463695a319 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-09T17:10:18.385Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:10:18.387Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-09T17:10:18.389Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-09T17:10:18.389Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0070c06c-e59b-4c31-ac1a-db8b102921aa from URL: /sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar 2022-03-09T17:10:18.390Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-09T17:10:18.391Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar 2022-03-09T17:10:18.517Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-09T17:10:18.538Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar 0070c06c-e59b-4c31-ac1a-db8b102921aa 98900 2022-03-09T17:10:18.540Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar ASDC sendASDCNotification 2022-03-09T17:10:18.541Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar 2022-03-09T17:10:18.542Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:10:18.543Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:10:18.546Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:10:18.546Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845818538, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:10:18.646Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:10:18.647Z||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-09T17:10:18.647Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:10:18.662Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:10:18.662Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:10:19.547Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:10:19.548Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-09T17:10:19.548Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 0070c06c-e59b-4c31-ac1a-db8b102921aa, URL: /sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar to file: /app/ASDC/1/service-Vfw20220309170649-csar.csar 2022-03-09T17:10:19.549Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220309170649-csar.csar 2022-03-09T17:10:19.644Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220309170649-csar.csar 2022-03-09T17:10:19.645Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220309170649-csar.csar 2022-03-09T17:10:20.437Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3757498176866188439/Definitions/service-Vfw20220309170649-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-03-09T17:10:23.377Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T17:10:23.382Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-09T17:10:23.382Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220309170649-csar.csar 2022-03-09T17:10:23.382Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-09T17:10:23.382Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|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-Vfw20220309170649-csar.csar 2022-03-09T17:10:23.382Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|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-Vfw20220309170649-csar.csar 2022-03-09T17:10:23.383Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|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-Vfw20220309170649-csar.csar 2022-03-09T17:10:23.383Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|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-Vfw20220309170649-csar.csar 2022-03-09T17:10:23.383Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|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-Vfw20220309170649-csar.csar 2022-03-09T17:10:23.383Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|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-Vfw20220309170649-csar.csar 2022-03-09T17:10:23.383Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|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-Vfw20220309170649-csar.csar 2022-03-09T17:10:23.383Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|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-Vfw20220309170649-csar.csar 2022-03-09T17:10:23.383Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|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-Vfw20220309170649-csar.csar 2022-03-09T17:10:23.383Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|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-Vfw20220309170649-csar.csar 2022-03-09T17:10:23.384Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|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-Vfw20220309170649-csar.csar 2022-03-09T17:10:23.384Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2c54b5c1-863e 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-Vfw20220309170649-csar.csar 2022-03-09T17:10:23.384Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|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-Vfw20220309170649-csar.csar 2022-03-09T17:10:23.384Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-09T17:10:23.391Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:23.393Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 17-06-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:10:23.397Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vFW 2c54b5c1-863e 0 is matching search criteria 2022-03-09T17:10:23.397Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-09T17:10:23.399Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2c54b5c1-863e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:10:23.401Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:23.401Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 17-06-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:10:23.401Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vFW 2c54b5c1-863e 0 is matching search criteria 2022-03-09T17:10:23.401Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-09T17:10:23.401Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2c54b5c1-863e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:10:23.402Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:23.402Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 17-06-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:10:23.405Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:23.406Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vFW 2c54b5c1-863e 0 is not matching search criteria 2022-03-09T17:10:23.406Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:10:23.406Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T17:10:23.406Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T17:10:23.406Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:10:23.406Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:10:23.407Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T17:10:23.407Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:10:23.407Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T17:10:23.407Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T17:10:23.407Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:10:23.407Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T17:10:23.408Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T17:10:23.408Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T17:10:23.408Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T17:10:23.408Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:10:23.408Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T17:10:23.408Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:23.409Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 17-06-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:10:23.410Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:23.410Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vFW 2c54b5c1-863e 0 is matching search criteria 2022-03-09T17:10:23.410Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2c54b5c1-863e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:10:23.411Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:23.411Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vFW 2c54b5c1-863e 0 is matching search criteria 2022-03-09T17:10:23.411Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2c54b5c1-863e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:10:23.411Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:23.411Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vFW 2c54b5c1-863e 0 is matching search criteria 2022-03-09T17:10:23.411Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2c54b5c1-863e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:10:23.412Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:23.412Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vFW 2c54b5c1-863e 0 is not matching search criteria 2022-03-09T17:10:23.412Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:10:23.412Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-09T17:10:23.412Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:10:23.413Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T17:10:23.413Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T17:10:23.413Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:10:23.413Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T17:10:23.413Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T17:10:23.413Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T17:10:23.413Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T17:10:23.414Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:10:23.414Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e8ee42b2-a1a5-4733-90c7-209b27981b77 2022-03-09T17:10:23.414Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:23.414Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vFW 2c54b5c1-863e 0 is not matching search criteria 2022-03-09T17:10:23.414Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:10:23.415Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T17:10:23.415Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T17:10:23.415Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:10:23.415Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:10:23.415Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T17:10:23.415Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:10:23.416Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-09T17:10:23.416Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T17:10:23.416Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T17:10:23.416Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T17:10:23.416Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:10:23.416Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c7bbbf30-52a7-4ff9-a6e8-04d94f9664de 2022-03-09T17:10:23.416Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:23.417Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vFW 2c54b5c1-863e 0 is not matching search criteria 2022-03-09T17:10:23.417Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:10:23.417Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T17:10:23.417Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T17:10:23.417Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:10:23.418Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:10:23.418Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T17:10:23.418Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:10:23.418Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T17:10:23.418Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T17:10:23.418Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:10:23.419Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T17:10:23.419Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-09T17:10:23.419Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=52bcaf05-d8bc-40c5-b45d-71bf66771bb1 2022-03-09T17:10:23.419Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:23.419Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 17-06-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:10:23.419Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:23.420Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 17-06-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:10:23.420Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:23.420Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 17-06-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:10:23.420Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:23.420Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 17-06-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:10:23.421Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-09 17-06-49 Description:catalog service description Model UUID:d1e1d02d-1a9d-42ec-9a42-f1463695a319 Model Version:NULL Model InvariantUuid:2cd191c4-e131-4fd7-b822-49cf4a88e6e9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 2c54b5c1-863e Model UUID:676bd7f6-8f49-4013-a175-cc477f2d21d1 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:ec186afe-f7c1-4bb8-a7bf-c9d46b7d6245 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3c040420-6d98-4d53-b699-b276749bb44b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9e54b708-6b81-4789-a489-4f5187505cc7 ModelName:Vfw2c54b5c1863e..base_vfw..module-0 ModelUuid:4774f2df-b8ff-4799-9828-5a90aee820f8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e8ee42b2-a1a5-4733-90c7-209b27981b77 ModelInvariantUuid:ab7a99fb-cb4e-4ce1-b806-3cee3e75e115 ModelName:vFW 2c54b5c1-863e-nodes.vfwCvfc ModelUuid:b9b08849-b930-49b4-a7ee-285c3e5c2e02 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:ae97a720-2979-4d39-85d6-c7a58739a990 ModelInvariantUuid:11bbbd8f-2541-418c-b6ff-404532b181de ModelName:Vfw2c54b5c1863e.compute.nodes.heat.vfw ModelUuid:be2dda16-ee7b-4d48-a87e-58d9974e6881 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c7bbbf30-52a7-4ff9-a6e8-04d94f9664de ModelInvariantUuid:5c40bb5d-10f1-4554-9b42-624bc4f4319b ModelName:vFW 2c54b5c1-863e-nodes.vsnCvfc ModelUuid:a4e7735e-7f27-4953-8511-45cad99ad9ce ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:9ccf8f7a-dba3-47dc-883d-6780cba9adae ModelInvariantUuid:441cce0b-c62a-4067-9ce2-872c0f8883e7 ModelName:Vfw2c54b5c1863e.compute.nodes.heat.vsn ModelUuid:820b2972-45a6-418f-9071-ace66672c844 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:52bcaf05-d8bc-40c5-b45d-71bf66771bb1 ModelInvariantUuid:977e9c70-c557-4e33-b881-7854b7a2c4d7 ModelName:vFW 2c54b5c1-863e-nodes.vpgCvfc ModelUuid:1d0c640d-be09-4072-88ea-0b2c98aaa2aa ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:cdc503f3-dee0-4346-877c-a95714ebec2f ModelInvariantUuid:49636622-2dc9-44b1-a4b5-4b913c15f9ce ModelName:Vfw2c54b5c1863e.compute.nodes.heat.vpg ModelUuid:586f07cf-7673-446e-87bb-71e7cc813176 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-09T17:10:23.429Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 4b68d2d7-2e48-44fb-8900-4553788cd8b4 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-09T17:10:23.578Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||vFW 2c54b5c1-863e 0 2022-03-09T17:10:23.590Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4b68d2d7-2e48-44fb-8900-4553788cd8b4 2022-03-09T17:10:23.590Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 26868c3c-09a7-4abd-8eed-ad661aed54ee from URL: /sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vfw2c54b5c1863e0_modules.json 2022-03-09T17:10:23.590Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-09T17:10:23.591Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vfw2c54b5c1863e0_modules.json 2022-03-09T17:10:24.346Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-09T17:10:24.347Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vfw2c54b5c1863e0_modules.json 26868c3c-09a7-4abd-8eed-ad661aed54ee 785 2022-03-09T17:10:24.350Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vfw2c54b5c1863e0_modules.json ASDC sendASDCNotification 2022-03-09T17:10:24.350Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vfw2c54b5c1863e0_modules.json 2022-03-09T17:10:24.350Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:10:24.350Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:10:24.353Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:10:24.353Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845824350, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vfw2c54b5c1863e0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:10:24.453Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:10:24.454Z||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-09T17:10:24.454Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:10:24.466Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:10:24.466Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:10:25.355Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw2c54b5c1863e..base_vfw..module-0", "vfModuleModelInvariantUUID": "9e54b708-6b81-4789-a489-4f5187505cc7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4774f2df-b8ff-4799-9828-5a90aee820f8", "vfModuleModelCustomizationUUID": "7f872d2b-6540-432f-8de3-df68625b6082", "isBase": true, "artifacts": [ "ef6e486a-8698-4c04-906a-7f3a562621a3", "5a8709bd-6b80-47cb-a4f9-3a723bd703a2" ], "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-09T17:10:25.377Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw2c54b5c1863e..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4774f2df-b8ff-4799-9828-5a90aee820f8 VfModuleModelInvariantUUID:9e54b708-6b81-4789-a489-4f5187505cc7 VfModuleModelDescription:NULL Artifacts UUID List:{ ef6e486a-8698-4c04-906a-7f3a562621a3 , 5a8709bd-6b80-47cb-a4f9-3a723bd703a2 } 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-09T17:10:25.382Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw2c54b5c1863e..base_vfw..module-0", "vfModuleModelInvariantUUID": "9e54b708-6b81-4789-a489-4f5187505cc7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4774f2df-b8ff-4799-9828-5a90aee820f8", "vfModuleModelCustomizationUUID": "7f872d2b-6540-432f-8de3-df68625b6082", "isBase": true, "artifacts": [ "ef6e486a-8698-4c04-906a-7f3a562621a3", "5a8709bd-6b80-47cb-a4f9-3a723bd703a2" ], "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-09T17:10:25.383Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw2c54b5c1863e..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4774f2df-b8ff-4799-9828-5a90aee820f8 VfModuleModelInvariantUUID:9e54b708-6b81-4789-a489-4f5187505cc7 VfModuleModelDescription:NULL Artifacts UUID List:{ ef6e486a-8698-4c04-906a-7f3a562621a3 , 5a8709bd-6b80-47cb-a4f9-3a723bd703a2 } 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-09T17:10:25.383Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ef6e486a-8698-4c04-906a-7f3a562621a3 from URL: /sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.yaml 2022-03-09T17:10:25.384Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-09T17:10:25.384Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.yaml 2022-03-09T17:10:25.653Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-09T17:10:25.654Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.yaml ef6e486a-8698-4c04-906a-7f3a562621a3 20368 2022-03-09T17:10:25.654Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-09T17:10:25.654Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.yaml 2022-03-09T17:10:25.654Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:10:25.655Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:10:25.656Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:10:25.657Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845825654, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:10:25.757Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:10:25.758Z||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-09T17:10:25.758Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:10:25.769Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:10:25.770Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:10:26.657Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5a8709bd-6b80-47cb-a4f9-3a723bd703a2 from URL: /sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.env 2022-03-09T17:10:26.658Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-09T17:10:26.658Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.env 2022-03-09T17:10:27.147Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-09T17:10:27.148Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.env 5a8709bd-6b80-47cb-a4f9-3a723bd703a2 2098 2022-03-09T17:10:27.148Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-09T17:10:27.148Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.env 2022-03-09T17:10:27.149Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:10:27.149Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:10:27.153Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:10:27.153Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845827148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:10:27.253Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:10:27.256Z||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-09T17:10:27.257Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:10:27.275Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:10:27.276Z||pool-13-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:10:28.154Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: d1e1d02d-1a9d-42ec-9a42-f1463695a319 2022-03-09T17:10:28.162Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2c54b5c1-863e 0 4b68d2d7-2e48-44fb-8900-4553788cd8b4 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-09T17:10:28.232Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a15af0e, org.onap.sdc.toscaparser.api.parameters.Input@4f9a0739, org.onap.sdc.toscaparser.api.parameters.Input@79927572, org.onap.sdc.toscaparser.api.parameters.Input@760cab85, org.onap.sdc.toscaparser.api.parameters.Input@61761795] 2022-03-09T17:10:28.239Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:28.239Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 17-06-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:10:28.240Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-03-09T17:10:28.240Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 3c040420-6d98-4d53-b699-b276749bb44b 2022-03-09T17:10:28.240Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3c040420-6d98-4d53-b699-b276749bb44b matches Tosca VF Customization UUID: 3c040420-6d98-4d53-b699-b276749bb44b 2022-03-09T17:10:28.240Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 3c040420-6d98-4d53-b699-b276749bb44b 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-09T17:10:28.250Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:28.250Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 17-06-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:10:28.254Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 3c040420-6d98-4d53-b699-b276749bb44b: {\"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-09T17:10:28.254Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@402d87e8 2022-03-09T17:10:28.255Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:28.255Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 17-06-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:10:28.255Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7f872d2b-6540-432f-8de3-df68625b6082 2022-03-09T17:10:28.256Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7f872d2b-6540-432f-8de3-df68625b6082 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-09T17:10:28.263Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:28.263Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vFW 2c54b5c1-863e 0 is matching search criteria 2022-03-09T17:10:28.263Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2c54b5c1-863e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:10:28.264Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:28.264Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vFW 2c54b5c1-863e 0 is matching search criteria 2022-03-09T17:10:28.265Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2c54b5c1-863e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:10:28.265Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:28.265Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vFW 2c54b5c1-863e 0 is not matching search criteria 2022-03-09T17:10:28.265Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:10:28.265Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-09T17:10:28.266Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:10:28.266Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T17:10:28.266Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T17:10:28.266Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:10:28.266Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T17:10:28.266Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T17:10:28.266Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T17:10:28.267Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T17:10:28.267Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:10:28.267Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e8ee42b2-a1a5-4733-90c7-209b27981b77 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-09T17:10:28.275Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:28.275Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vFW 2c54b5c1-863e 0 is matching search criteria 2022-03-09T17:10:28.275Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2c54b5c1-863e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:10:28.276Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:28.276Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vFW 2c54b5c1-863e 0 is not matching search criteria 2022-03-09T17:10:28.276Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:10:28.276Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T17:10:28.276Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T17:10:28.276Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:10:28.277Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:10:28.277Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T17:10:28.277Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:10:28.277Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-09T17:10:28.277Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T17:10:28.277Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T17:10:28.278Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T17:10:28.278Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:10:28.278Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c7bbbf30-52a7-4ff9-a6e8-04d94f9664de 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-09T17:10:28.280Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:28.281Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vFW 2c54b5c1-863e 0 is matching search criteria 2022-03-09T17:10:28.281Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2c54b5c1-863e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:10:28.285Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:28.285Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vFW 2c54b5c1-863e 0 is not matching search criteria 2022-03-09T17:10:28.286Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T17:10:28.286Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T17:10:28.286Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T17:10:28.286Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:10:28.286Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T17:10:28.286Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T17:10:28.287Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T17:10:28.287Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T17:10:28.287Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T17:10:28.287Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T17:10:28.287Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T17:10:28.288Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-09T17:10:28.288Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=52bcaf05-d8bc-40c5-b45d-71bf66771bb1 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-09T17:10:28.290Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:28.291Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vFW 2c54b5c1-863e 0 is matching search criteria 2022-03-09T17:10:28.291Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2c54b5c1-863e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:10:28.292Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:28.292Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Node template vFW 2c54b5c1-863e 0 is matching search criteria 2022-03-09T17:10:28.292Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 2c54b5c1-863e 0] matching following query criteria: sdcType=VF, customizationUUID=3c040420-6d98-4d53-b699-b276749bb44b 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-09T17:10:28.295Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:28.295Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 17-06-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:10:28.296Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid d1e1d02d-1a9d-42ec-9a42-f1463695a319: vFW 2c54b5c1-863e 2022-03-09T17:10:28.296Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:28.297Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 17-06-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:10:28.297Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:28.297Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 17-06-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:10:28.297Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:28.298Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 17-06-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:10:28.298Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:28.298Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 17-06-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:10:28.299Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:10:28.299Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-09 17-06-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:10:28.299Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-03-09 17-06-49 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-09T17:10:28.598Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2c54b5c1-863e 4b68d2d7-2e48-44fb-8900-4553788cd8b4 1 ASDC deployResourceStructure 2022-03-09T17:10:28.598Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vfw2c54b5c1863e0_modules.json ASDC sendASDCNotification 2022-03-09T17:10:28.599Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vfw2c54b5c1863e0_modules.json 2022-03-09T17:10:28.599Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:10:28.600Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:10:28.602Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:10:28.602Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845828598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vfw2c54b5c1863e0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:10:28.703Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:10:28.704Z||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-09T17:10:28.704Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:10:28.721Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:10:28.722Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:10:29.603Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-09T17:10:29.604Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.yaml 2022-03-09T17:10:29.604Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:10:29.604Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:10:29.607Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:10:29.607Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845829603, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:10:29.707Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:10:29.708Z||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-09T17:10:29.708Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:10:29.723Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:10:29.726Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:10:30.608Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-09T17:10:30.609Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.env 2022-03-09T17:10:30.609Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:10:30.610Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:10:30.612Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:10:30.613Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845830608, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-09T17:10:30.713Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:10:30.714Z||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-09T17:10:30.714Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:10:30.727Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:10:30.728Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:10:31.615Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar ASDC sendASDCNotification 2022-03-09T17:10:31.615Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar 2022-03-09T17:10:31.615Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:10:31.616Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:10:31.618Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:10:31.618Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845831615, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:10:31.719Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T17:10:31.722Z||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-09T17:10:31.722Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:10:31.735Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:10:31.743Z||pool-17-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:10:32.620Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68d9ce09-2cf6-4693-8eff-99e981be0d06 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09T17:10:32.648Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68d9ce09-2cf6-4693-8eff-99e981be0d06 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09T17:10:32.654Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:10:32.654Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:10:32.654Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T17:10:32.655Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T17:10:32.655Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:10:32.655Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:10:32.656Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:10:32.656Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:10:32.656Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:10:32.656Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:10:32.657Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|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-09T17:10:32.663Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T17:11:02.664Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 68d9ce09-2cf6-4693-8eff-99e981be0d06 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-09T17:11:02.676Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 68d9ce09-2cf6-4693-8eff-99e981be0d06 and serviceModelVersionId: d1e1d02d-1a9d-42ec-9a42-f1463695a319 2022-03-09T17:11:02.676Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2cd191c4-e131-4fd7-b822-49cf4a88e6e9 2022-03-09T17:11:10.487Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:11:10.488Z||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-09T17:11:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:11:10.613Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:11:10.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:11:10.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "clamp", "timestamp": 1646845810800, "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-09T17:11:10.623Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a076c469-4c0c-40cb-bd9b-6f58cb77b85e 2022-03-09T17:11:10.624Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a076c469-4c0c-40cb-bd9b-6f58cb77b85e 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-09T17:11:18.138Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2cd191c4-e131-4fd7-b822-49cf4a88e6e9/model-vers/model-ver/d1e1d02d-1a9d-42ec-9a42-f1463695a319?depth=0 2022-03-09T17:11:18.314Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T17:11:18.807Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|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/2cd191c4-e131-4fd7-b822-49cf4a88e6e9/model-vers/model-ver/d1e1d02d-1a9d-42ec-9a42-f1463695a319?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-09T17:11:18.812Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cd191c4-e131-4fd7-b822-49cf4a88e6e9/model-vers/model-ver/d1e1d02d-1a9d-42ec-9a42-f1463695a319?depth=0|INFO|500||Invoke 2022-03-09T17:11:18.943Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cd191c4-e131-4fd7-b822-49cf4a88e6e9/model-vers/model-ver/d1e1d02d-1a9d-42ec-9a42-f1463695a319?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T17:11:19.144Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cd191c4-e131-4fd7-b822-49cf4a88e6e9/model-vers/model-ver/d1e1d02d-1a9d-42ec-9a42-f1463695a319?depth=0|INFO|500||InvokeReturn 2022-03-09T17:11:19.145Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|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/2cd191c4-e131-4fd7-b822-49cf4a88e6e9/model-vers/model-ver/d1e1d02d-1a9d-42ec-9a42-f1463695a319?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220309-17:11:18:691-78071], vertex-id=[377056], Content-Length=[0], Date=[Wed, 09 Mar 2022 17:11:18 GMT], Content-Type=[application/json]} 2022-03-09T17:11:19.146Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-03-09T17:11:19.149Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T17:11:19.149Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|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-09T17:11:19.155Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|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-09T17:11:19.156Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 68d9ce09-2cf6-4693-8eff-99e981be0d06 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T17:11:19.157Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T17:11:19.157Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:11:19.160Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:11:19.160Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845879156, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T17:11:19.260Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:11:19.261Z||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-09T17:11:19.261Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:11:19.275Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:11:19.275Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-09T17:11:20.181Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-09T17:11:20.182Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a076c469-4c0c-40cb-bd9b-6f58cb77b85e","serviceName":"basic_onboard_XhqjXN","serviceVersion":"1.0","serviceUUID":"24a49a83-c8a9-47af-9c8e-171c76d3f836","serviceDescription":"service","serviceInvariantUUID":"301730d3-c849-489a-ba4e-640616f75c3b","resources":[{"resourceInstanceName":"basic_onboard_XhqjXN 0","resourceName":"basic_onboard_XhqjXN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b211fd57-d9cd-406d-8fb2-21c94ad90fe3","resourceInvariantUUID":"0967d682-2f68-40e9-bb84-e8d333ab3404","resourceCustomizationUUID":"153775cf-ba54-445a-9746-4b85355ac298","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/vf-license-model.xml","artifactChecksum":"ZmI1MDdiMGNkMWMxMzIzYjkzODU3NjBlOTE5NDY4NWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48128ec4-c5ea-4279-b5c0-9c00cd4fd1c1","artifactVersion":"1"},{"artifactName":"basic_onboard_xhqjxn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/basic_onboard_xhqjxn0_modules.json","artifactChecksum":"MjAxNTU3Yzk5ODFhNWM1MmJkZWM5ZDQzYzg0OTRjNTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"23766a5f-8975-431b-a99c-f72ace9f5b44","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b31c060c-1167-4e82-8cd2-9583bfbb7097","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c67f192b-960e-4bdd-8a38-70d77902fe40","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"51f2e3c4-4685-4678-82f2-5776497d185b","artifactVersion":"2","generatedFromUUID":"b31c060c-1167-4e82-8cd2-9583bfbb7097"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXhqjxn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-template.yml","artifactChecksum":"ZTkyMjNmYWZmNjczMWEyZTJiOTQxMDlhNGRhODA5ZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b06d4ae7-2b94-42ca-8493-4cef7d6b7fc1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXhqjxn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar","artifactChecksum":"NmFmMGQ0ZTRlNDc3MTEwM2U1YjAwZmMxZTEwMjIyMzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"032bea97-a270-4a2a-a316-165feaf9a761","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T17:11:20.183Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:11:20.183Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:11:20.186Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:11:20.186Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:11:20.287Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:11:20.288Z||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-09T17:11:20.288Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:11:20.317Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:11:20.318Z||pool-19-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:11:21.187Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:11:21.189Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:11:21.191Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:11:21.191Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/basic_onboard_xhqjxn0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:11:21.292Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:11:21.293Z||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-09T17:11:21.293Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:11:21.316Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:11:21.317Z||pool-20-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:11:22.192Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:11:22.193Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:11:22.196Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:11:22.196Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T17:11:22.296Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:11:22.298Z||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-09T17:11:22.298Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:11:22.323Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:11:22.324Z||pool-21-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:11:23.197Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:11:23.198Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:11:23.201Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:11:23.201Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:11:23.302Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T17:11:23.303Z||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-09T17:11:23.303Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:11:23.319Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:11:23.320Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:11:24.202Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:11:24.203Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:11:24.206Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:11:24.206Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-09T17:11:24.306Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:11:24.307Z||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-09T17:11:24.307Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:11:24.322Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:11:24.323Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:11:25.207Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:11:25.208Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:11:25.210Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:11:25.210Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:11:25.311Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:11:25.315Z||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-09T17:11:25.315Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:11:25.327Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:11:25.327Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:11:26.211Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:11:26.212Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:11:26.214Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:11:26.214Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:11:26.314Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:11:26.316Z||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-09T17:11:26.316Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:11:26.328Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:11:26.329Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:11:27.217Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "serviceName": "basic_onboard_XhqjXN", "serviceVersion": "1.0", "serviceUUID": "24a49a83-c8a9-47af-9c8e-171c76d3f836", "serviceDescription": "service", "serviceInvariantUUID": "301730d3-c849-489a-ba4e-640616f75c3b", "resources": [ { "resourceInstanceName": "basic_onboard_XhqjXN 0", "resourceCustomizationUUID": "153775cf-ba54-445a-9746-4b85355ac298", "resourceName": "basic_onboard_XhqjXN", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b211fd57-d9cd-406d-8fb2-21c94ad90fe3", "resourceInvariantUUID": "0967d682-2f68-40e9-bb84-e8d333ab3404", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_xhqjxn0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/basic_onboard_xhqjxn0_modules.json", "artifactChecksum": "MjAxNTU3Yzk5ODFhNWM1MmJkZWM5ZDQzYzg0OTRjNTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "23766a5f-8975-431b-a99c-f72ace9f5b44", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b31c060c-1167-4e82-8cd2-9583bfbb7097", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "51f2e3c4-4685-4678-82f2-5776497d185b", "generatedFromUUID": "b31c060c-1167-4e82-8cd2-9583bfbb7097" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "51f2e3c4-4685-4678-82f2-5776497d185b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardXhqjxn-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar", "artifactChecksum": "NmFmMGQ0ZTRlNDc3MTEwM2U1YjAwZmMxZTEwMjIyMzU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "032bea97-a270-4a2a-a316-165feaf9a761" } ], "workloadContext": "Production" } 2022-03-09T17:11:27.217Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T17:11:27.217Z|68d9ce09-2cf6-4693-8eff-99e981be0d06|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 24a49a83-c8a9-47af-9c8e-171c76d3f836 ASDC 2022-03-09T17:11:27.217Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:a076c469-4c0c-40cb-bd9b-6f58cb77b85e ServiceName:basic_onboard_XhqjXN ServiceVersion:1.0 ServiceUUID:24a49a83-c8a9-47af-9c8e-171c76d3f836 ServiceInvariantUUID:301730d3-c849-489a-ba4e-640616f75c3b ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardXhqjxn-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar ArtifactUUID:032bea97-a270-4a2a-a316-165feaf9a761 ArtifactChecksum:NmFmMGQ0ZTRlNDc3MTEwM2U1YjAwZmMxZTEwMjIyMzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_XhqjXN 0 ResourceCustomizationUUID:153775cf-ba54-445a-9746-4b85355ac298 ResourceInvariantUUID:0967d682-2f68-40e9-bb84-e8d333ab3404 ResourceName:basic_onboard_XhqjXN ResourceType:VF ResourceUUID:b211fd57-d9cd-406d-8fb2-21c94ad90fe3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_xhqjxn0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/basic_onboard_xhqjxn0_modules.json ArtifactUUID:23766a5f-8975-431b-a99c-f72ace9f5b44 ArtifactChecksum:MjAxNTU3Yzk5ODFhNWM1MmJkZWM5ZDQzYzg0OTRjNTg= 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/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.yaml ArtifactUUID:b31c060c-1167-4e82-8cd2-9583bfbb7097 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/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.env ArtifactUUID:51f2e3c4-4685-4678-82f2-5776497d185b 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/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.env ArtifactUUID:51f2e3c4-4685-4678-82f2-5776497d185b ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T17:11:27.218Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24a49a83-c8a9-47af-9c8e-171c76d3f836 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-09T17:11:27.254Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:11:27.255Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-09T17:11:27.255Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-09T17:11:27.255Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 032bea97-a270-4a2a-a316-165feaf9a761 from URL: /sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar 2022-03-09T17:11:27.255Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-09T17:11:27.256Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar 2022-03-09T17:11:27.641Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-09T17:11:27.647Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar 032bea97-a270-4a2a-a316-165feaf9a761 71562 2022-03-09T17:11:27.647Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar ASDC sendASDCNotification 2022-03-09T17:11:27.648Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar 2022-03-09T17:11:27.648Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:11:27.648Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:11:27.651Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:11:27.651Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845887647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:11:27.752Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:11:27.755Z||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-09T17:11:27.758Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:11:27.771Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:11:27.773Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:11:28.652Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:11:28.653Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-09T17:11:28.653Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 032bea97-a270-4a2a-a316-165feaf9a761, URL: /sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar to file: /app/ASDC/1/service-BasicOnboardXhqjxn-csar.csar 2022-03-09T17:11:28.654Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXhqjxn-csar.csar 2022-03-09T17:11:28.655Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXhqjxn-csar.csar 2022-03-09T17:11:28.655Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXhqjxn-csar.csar 2022-03-09T17:11:28.794Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP430729741395765583/Definitions/service-BasicOnboardXhqjxn-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-09T17:11:30.480Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T17:11:30.481Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-09T17:11:30.481Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXhqjxn-csar.csar 2022-03-09T17:11:30.481Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-09T17:11:30.482Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_XhqjXN 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-BasicOnboardXhqjxn-csar.csar 2022-03-09T17:11:30.482Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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-BasicOnboardXhqjxn-csar.csar 2022-03-09T17:11:30.482Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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-BasicOnboardXhqjxn-csar.csar 2022-03-09T17:11:30.482Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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-BasicOnboardXhqjxn-csar.csar 2022-03-09T17:11:30.482Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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-BasicOnboardXhqjxn-csar.csar 2022-03-09T17:11:30.482Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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-BasicOnboardXhqjxn-csar.csar 2022-03-09T17:11:30.483Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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-BasicOnboardXhqjxn-csar.csar 2022-03-09T17:11:30.483Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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-BasicOnboardXhqjxn-csar.csar 2022-03-09T17:11:30.483Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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-BasicOnboardXhqjxn-csar.csar 2022-03-09T17:11:30.483Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-09T17:11:30.483Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:11:30.484Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XhqjXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:11:30.484Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XhqjXN 0 is matching search criteria 2022-03-09T17:11:30.484Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-09T17:11:30.484Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_XhqjXN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:11:30.485Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:11:30.485Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XhqjXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:11:30.485Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XhqjXN 0 is matching search criteria 2022-03-09T17:11:30.485Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-09T17:11:30.486Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_XhqjXN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:11:30.486Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:11:30.486Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XhqjXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:11:30.487Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:11:30.487Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XhqjXN 0 is not matching search criteria 2022-03-09T17:11:30.487Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-09T17:11:30.487Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-09T17:11:30.488Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-09T17:11:30.488Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-09T17:11:30.488Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T17:11:30.489Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:11:30.489Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XhqjXN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:11:30.489Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:11:30.489Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XhqjXN 0 is matching search criteria 2022-03-09T17:11:30.490Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_XhqjXN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:11:30.490Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:11:30.490Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XhqjXN 0 is matching search criteria 2022-03-09T17:11:30.491Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_XhqjXN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:11:30.491Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:11:30.491Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XhqjXN 0 is matching search criteria 2022-03-09T17:11:30.491Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_XhqjXN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:11:30.492Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:11:30.492Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XhqjXN 0 is not matching search criteria 2022-03-09T17:11:30.492Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-09T17:11:30.492Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-09T17:11:30.492Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4e7e456c-e47b-4db5-b587-bdc5bd3fa2c6 2022-03-09T17:11:30.493Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:11:30.493Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XhqjXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:11:30.493Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:11:30.493Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XhqjXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:11:30.494Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:11:30.494Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XhqjXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:11:30.494Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:11:30.494Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XhqjXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:11:30.495Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_XhqjXN Description:service Model UUID:24a49a83-c8a9-47af-9c8e-171c76d3f836 Model Version:NULL Model InvariantUuid:301730d3-c849-489a-ba4e-640616f75c3b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_XhqjXN Model UUID:522cfb94-ffbe-4bd6-8f7a-a5aea4e0eb6e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0967d682-2f68-40e9-bb84-e8d333ab3404 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:153775cf-ba54-445a-9746-4b85355ac298 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:14814419-a14c-4157-b824-6e9d3cdc2790 ModelName:BasicOnboardXhqjxn..base_ubuntu18..module-0 ModelUuid:fe79fbc8-c383-46a7-ac78-a6600526bb2e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4e7e456c-e47b-4db5-b587-bdc5bd3fa2c6 ModelInvariantUuid:c7391c70-1584-48be-b2f0-22ed0131b6c2 ModelName:basic_onboard_XhqjXN-nodes.ubuntu18Cvfc ModelUuid:296d144d-99b4-476a-8bde-8a58ba5194ef ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:02cfd4e6-0373-44f2-99b0-f6a567c8f01b ModelInvariantUuid:82229b85-ba7d-46e6-be60-5619fee48e9a ModelName:BasicOnboardXhqjxn.compute.nodes.heat.ubuntu18 ModelUuid:e7b52a63-4438-45ea-92c5-cf8b6aa8c1ef 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-09T17:11:30.503Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: b211fd57-d9cd-406d-8fb2-21c94ad90fe3 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-09T17:11:30.507Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||basic_onboard_XhqjXN 0 2022-03-09T17:11:30.507Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b211fd57-d9cd-406d-8fb2-21c94ad90fe3 2022-03-09T17:11:30.507Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 23766a5f-8975-431b-a99c-f72ace9f5b44 from URL: /sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/basic_onboard_xhqjxn0_modules.json 2022-03-09T17:11:30.507Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-09T17:11:30.507Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/basic_onboard_xhqjxn0_modules.json 2022-03-09T17:11:30.660Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-09T17:11:30.660Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/basic_onboard_xhqjxn0_modules.json 23766a5f-8975-431b-a99c-f72ace9f5b44 798 2022-03-09T17:11:30.661Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/basic_onboard_xhqjxn0_modules.json ASDC sendASDCNotification 2022-03-09T17:11:30.661Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/basic_onboard_xhqjxn0_modules.json 2022-03-09T17:11:30.661Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:11:30.661Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:11:30.663Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:11:30.664Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845890661, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/basic_onboard_xhqjxn0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:11:30.764Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:11:30.765Z||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-09T17:11:30.765Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:11:30.777Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:11:30.778Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:11:31.665Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardXhqjxn..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "14814419-a14c-4157-b824-6e9d3cdc2790", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fe79fbc8-c383-46a7-ac78-a6600526bb2e", "vfModuleModelCustomizationUUID": "752da869-70e3-43ff-bd24-8b9a0f1b72f9", "isBase": true, "artifacts": [ "b31c060c-1167-4e82-8cd2-9583bfbb7097", "51f2e3c4-4685-4678-82f2-5776497d185b" ], "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-09T17:11:31.670Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardXhqjxn..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fe79fbc8-c383-46a7-ac78-a6600526bb2e VfModuleModelInvariantUUID:14814419-a14c-4157-b824-6e9d3cdc2790 VfModuleModelDescription:NULL Artifacts UUID List:{ b31c060c-1167-4e82-8cd2-9583bfbb7097 , 51f2e3c4-4685-4678-82f2-5776497d185b } 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-09T17:11:31.673Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardXhqjxn..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "14814419-a14c-4157-b824-6e9d3cdc2790", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fe79fbc8-c383-46a7-ac78-a6600526bb2e", "vfModuleModelCustomizationUUID": "752da869-70e3-43ff-bd24-8b9a0f1b72f9", "isBase": true, "artifacts": [ "b31c060c-1167-4e82-8cd2-9583bfbb7097", "51f2e3c4-4685-4678-82f2-5776497d185b" ], "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-09T17:11:31.673Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardXhqjxn..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fe79fbc8-c383-46a7-ac78-a6600526bb2e VfModuleModelInvariantUUID:14814419-a14c-4157-b824-6e9d3cdc2790 VfModuleModelDescription:NULL Artifacts UUID List:{ b31c060c-1167-4e82-8cd2-9583bfbb7097 , 51f2e3c4-4685-4678-82f2-5776497d185b } 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-09T17:11:31.673Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b31c060c-1167-4e82-8cd2-9583bfbb7097 from URL: /sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.yaml 2022-03-09T17:11:31.673Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-09T17:11:31.674Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.yaml 2022-03-09T17:11:31.769Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-09T17:11:31.770Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.yaml b31c060c-1167-4e82-8cd2-9583bfbb7097 5033 2022-03-09T17:11:31.770Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-09T17:11:31.770Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.yaml 2022-03-09T17:11:31.770Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:11:31.771Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:11:31.773Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:11:31.773Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845891770, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:11:31.873Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:11:31.874Z||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-09T17:11:31.875Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:11:31.903Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:11:31.904Z||pool-28-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:11:32.774Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 51f2e3c4-4685-4678-82f2-5776497d185b from URL: /sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.env 2022-03-09T17:11:32.774Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-09T17:11:32.775Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.env 2022-03-09T17:11:32.830Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-09T17:11:32.831Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.env 51f2e3c4-4685-4678-82f2-5776497d185b 909 2022-03-09T17:11:32.832Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-09T17:11:32.832Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.env 2022-03-09T17:11:32.832Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:11:32.833Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:11:32.835Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:11:32.835Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845892831, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:11:32.935Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:11:32.937Z||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-09T17:11:32.937Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:11:32.950Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:11:32.952Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:11:33.836Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 24a49a83-c8a9-47af-9c8e-171c76d3f836 2022-03-09T17:11:33.837Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_XhqjXN 0 b211fd57-d9cd-406d-8fb2-21c94ad90fe3 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-09T17:11:33.850Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36867509, org.onap.sdc.toscaparser.api.parameters.Input@28c0c083, org.onap.sdc.toscaparser.api.parameters.Input@572bc9ea, org.onap.sdc.toscaparser.api.parameters.Input@65129f56, org.onap.sdc.toscaparser.api.parameters.Input@603990c0] 2022-03-09T17:11:33.852Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:11:33.853Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XhqjXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:11:33.853Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-03-09T17:11:33.853Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 153775cf-ba54-445a-9746-4b85355ac298 2022-03-09T17:11:33.854Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 153775cf-ba54-445a-9746-4b85355ac298 matches Tosca VF Customization UUID: 153775cf-ba54-445a-9746-4b85355ac298 2022-03-09T17:11:33.854Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 153775cf-ba54-445a-9746-4b85355ac298 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-09T17:11:33.856Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:11:33.857Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XhqjXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:11:33.858Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 153775cf-ba54-445a-9746-4b85355ac298: {\"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-09T17:11:33.858Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36a7abbb 2022-03-09T17:11:33.858Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:11:33.859Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XhqjXN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:11:33.859Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 752da869-70e3-43ff-bd24-8b9a0f1b72f9 2022-03-09T17:11:33.860Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 752da869-70e3-43ff-bd24-8b9a0f1b72f9 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-09T17:11:33.862Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:11:33.862Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XhqjXN 0 is matching search criteria 2022-03-09T17:11:33.862Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_XhqjXN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:11:33.863Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:11:33.863Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XhqjXN 0 is matching search criteria 2022-03-09T17:11:33.863Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_XhqjXN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:11:33.864Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:11:33.864Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XhqjXN 0 is not matching search criteria 2022-03-09T17:11:33.864Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-09T17:11:33.864Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-09T17:11:33.865Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4e7e456c-e47b-4db5-b587-bdc5bd3fa2c6 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-09T17:11:33.866Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:11:33.867Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XhqjXN 0 is matching search criteria 2022-03-09T17:11:33.867Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_XhqjXN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:11:33.867Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:11:33.868Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_XhqjXN 0 is matching search criteria 2022-03-09T17:11:33.868Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_XhqjXN 0] matching following query criteria: sdcType=VF, customizationUUID=153775cf-ba54-445a-9746-4b85355ac298 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-09T17:11:33.869Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:11:33.870Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XhqjXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:11:33.870Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 24a49a83-c8a9-47af-9c8e-171c76d3f836: basic_onboard_XhqjXN 2022-03-09T17:11:33.870Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:11:33.871Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XhqjXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:11:33.871Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:11:33.871Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XhqjXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:11:33.871Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:11:33.872Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XhqjXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:11:33.872Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:11:33.872Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XhqjXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:11:33.873Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:11:33.873Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_XhqjXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:11:33.873Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_XhqjXN 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-09T17:11:33.958Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_XhqjXN b211fd57-d9cd-406d-8fb2-21c94ad90fe3 1 ASDC deployResourceStructure 2022-03-09T17:11:33.959Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/basic_onboard_xhqjxn0_modules.json ASDC sendASDCNotification 2022-03-09T17:11:33.960Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/basic_onboard_xhqjxn0_modules.json 2022-03-09T17:11:33.960Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:11:33.960Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:11:33.963Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:11:33.963Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845893959, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/basic_onboard_xhqjxn0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:11:34.063Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:11:34.065Z||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-09T17:11:34.065Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:11:34.079Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:11:34.080Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:11:34.964Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-09T17:11:34.966Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.yaml 2022-03-09T17:11:34.966Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:11:34.966Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:11:34.969Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:11:34.969Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845894964, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:11:35.069Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:11:35.071Z||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-09T17:11:35.071Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:11:35.083Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:11:35.084Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:11:35.970Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-09T17:11:35.971Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.env 2022-03-09T17:11:35.971Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:11:35.972Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:11:35.974Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:11:35.974Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845895970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-09T17:11:36.074Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:11:36.076Z||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-09T17:11:36.076Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:11:36.089Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:11:36.089Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:11:36.976Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar ASDC sendASDCNotification 2022-03-09T17:11:36.976Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar 2022-03-09T17:11:36.977Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:11:36.977Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:11:36.979Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:11:36.979Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845896975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:11:37.080Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:11:37.081Z||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-09T17:11:37.081Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:11:37.095Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:11:37.095Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:11:37.980Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a076c469-4c0c-40cb-bd9b-6f58cb77b85e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09T17:11:37.991Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a076c469-4c0c-40cb-bd9b-6f58cb77b85e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09T17:11:37.994Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:11:37.994Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:11:37.995Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T17:11:37.995Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T17:11:37.995Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:11:37.996Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:11:37.996Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:11:37.996Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:11:37.997Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:11:37.997Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:11:37.997Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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-09T17:11:38.003Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T17:12:08.004Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a076c469-4c0c-40cb-bd9b-6f58cb77b85e 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-09T17:12:08.009Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a076c469-4c0c-40cb-bd9b-6f58cb77b85e and serviceModelVersionId: 24a49a83-c8a9-47af-9c8e-171c76d3f836 2022-03-09T17:12:08.009Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 301730d3-c849-489a-ba4e-640616f75c3b 2022-03-09T17:12:08.010Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/301730d3-c849-489a-ba4e-640616f75c3b/model-vers/model-ver/24a49a83-c8a9-47af-9c8e-171c76d3f836?depth=0 2022-03-09T17:12:08.014Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T17:12:08.063Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/301730d3-c849-489a-ba4e-640616f75c3b/model-vers/model-ver/24a49a83-c8a9-47af-9c8e-171c76d3f836?depth=0|INFO|500||Invoke 2022-03-09T17:12:08.064Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/301730d3-c849-489a-ba4e-640616f75c3b/model-vers/model-ver/24a49a83-c8a9-47af-9c8e-171c76d3f836?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/301730d3-c849-489a-ba4e-640616f75c3b/model-vers/model-ver/24a49a83-c8a9-47af-9c8e-171c76d3f836?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a076c469-4c0c-40cb-bd9b-6f58cb77b85e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a3cdc0dc-047d-4363-9b25-bd3fdd227cfb], X-ECOMP-RequestID=[a076c469-4c0c-40cb-bd9b-6f58cb77b85e], X-TransactionId=[], X-ONAP-RequestID=[a076c469-4c0c-40cb-bd9b-6f58cb77b85e], Content-Type=[application/merge-patch+json]} 2022-03-09T17:12:08.089Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/301730d3-c849-489a-ba4e-640616f75c3b/model-vers/model-ver/24a49a83-c8a9-47af-9c8e-171c76d3f836?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T17:12:08.347Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/301730d3-c849-489a-ba4e-640616f75c3b/model-vers/model-ver/24a49a83-c8a9-47af-9c8e-171c76d3f836?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/301730d3-c849-489a-ba4e-640616f75c3b/model-vers/model-ver/24a49a83-c8a9-47af-9c8e-171c76d3f836?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220309-17:12:07:832-12557], vertex-id=[225392], Content-Length=[0], Date=[Wed, 09 Mar 2022 17:12:07 GMT], Content-Type=[application/json]} 2022-03-09T17:12:08.347Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/301730d3-c849-489a-ba4e-640616f75c3b/model-vers/model-ver/24a49a83-c8a9-47af-9c8e-171c76d3f836?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-09T17:12:08.348Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/301730d3-c849-489a-ba4e-640616f75c3b/model-vers/model-ver/24a49a83-c8a9-47af-9c8e-171c76d3f836?depth=0|INFO|500||InvokeReturn 2022-03-09T17:12:08.349Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T17:12:08.350Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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-09T17:12:08.363Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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-09T17:12:08.364Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a076c469-4c0c-40cb-bd9b-6f58cb77b85e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T17:12:08.364Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T17:12:08.364Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:12:08.366Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:12:08.367Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845928364, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T17:12:08.467Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:12:08.468Z||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-09T17:12:08.468Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:12:08.488Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:12:08.489Z||pool-34-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-09T17:12:09.379Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:12:09.379Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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-09T17:12:09.380Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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 K43c35yzV7Hv9miq) ... 2022-03-09T17:12:10.487Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:12:10.488Z||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-09T17:12:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:12:10.515Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:12:10.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:12:10.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:10.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:10.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:12:10.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vfw2c54b5c1863e0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:12:10.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:10.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:12:10.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T17:12:10.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:10.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:12:10.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:10.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:10.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:12:10.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T17:12:10.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:10.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:12:10.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:12:10.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:10.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:12:10.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:12:10.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:12:10.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:12:10.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845818538, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:12:10.521Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:12:10.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:12:10.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845824350, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vfw2c54b5c1863e0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:12:10.521Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:12:10.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:12:10.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845825654, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:12:10.522Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:12:10.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:12:10.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845827148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:12:10.522Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:12:10.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:12:10.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845828598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/vfw2c54b5c1863e0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:12:10.523Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:12:10.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:12:10.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845829603, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:12:10.523Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:12:10.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:12:10.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845830608, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/resourceInstances/vfw2c54b5c1863e0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-09T17:12:10.523Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:12:10.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:12:10.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845831615, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309170649/1.0/artifacts/service-Vfw20220309170649-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:12:10.524Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:12:18.931Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:12:18.932Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:12:18.933Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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-09T17:12:18.933Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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 K43c35yzV7Hv9miq) ... 2022-03-09T17:12:28.479Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:13:10.484Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:13:10.485Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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-09T17:13:10.485Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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 K43c35yzV7Hv9miq) ... 2022-03-09T17:13:10.487Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:13:10.487Z||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-09T17:13:10.487Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:13:11.011Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:13:11.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:13:11.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "68d9ce09-2cf6-4693-8eff-99e981be0d06", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845879156, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T17:13:11.014Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:13:11.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:13:11.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:13:11.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:13:11.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:13:11.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/basic_onboard_xhqjxn0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:13:11.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:13:11.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:13:11.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T17:13:11.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:13:11.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:13:11.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:13:11.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:13:11.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:13:11.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-09T17:13:11.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:13:11.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:13:11.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:13:11.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:13:11.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:13:11.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845810484, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:13:11.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T17:13:11.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:13:11.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845887647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:13:11.017Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:13:11.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:13:11.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845890661, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/basic_onboard_xhqjxn0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:13:11.018Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:13:11.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:13:11.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845891770, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:13:11.018Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:13:11.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:13:11.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845892831, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:13:11.019Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:13:11.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:13:11.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845893959, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/basic_onboard_xhqjxn0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:13:11.019Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:13:11.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:13:11.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845894964, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:13:11.020Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:13:11.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:13:11.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845895970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/resourceInstances/basic_onboard_xhqjxn0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-09T17:13:11.020Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:13:11.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:13:11.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845896975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhqjxn/1.0/artifacts/service-BasicOnboardXhqjxn-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:13:11.021Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:13:11.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T17:13:11.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a076c469-4c0c-40cb-bd9b-6f58cb77b85e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646845928364, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T17:13:11.021Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:13:20.038Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:14:10.484Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:14:10.485Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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-09T17:14:10.485Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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 K43c35yzV7Hv9miq) ... 2022-03-09T17:14:10.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:14:10.487Z||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-09T17:14:10.487Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:14:20.034Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:14:20.035Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:15:10.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:15:10.485Z||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-09T17:15:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:15:10.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:15:10.488Z||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-09T17:15:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:15:20.032Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:15:20.032Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:16:10.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:16:10.485Z||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-09T17:16:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:16:10.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:16:10.487Z||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-09T17:16:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:16:20.031Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:16:20.043Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:17:10.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:17:10.485Z||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-09T17:17:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:17:10.487Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:17:10.487Z||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-09T17:17:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:17:20.031Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:17:20.034Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:18:10.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:18:10.485Z||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-09T17:18:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:18:10.487Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:18:10.487Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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-09T17:18:10.487Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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 K43c35yzV7Hv9miq) ... 2022-03-09T17:18:20.032Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:18:20.032Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:19:10.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:19:10.486Z||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-09T17:19:10.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:19:10.487Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:19:10.488Z||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-09T17:19:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:19:20.038Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:19:20.043Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:20:10.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:20:10.486Z||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-09T17:20:10.486Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:20:10.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:20:10.488Z||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-09T17:20:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:20:20.033Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:20:20.032Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:21:10.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:21:10.487Z||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-09T17:21:10.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:21:10.487Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:21:10.487Z||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-09T17:21:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:21:20.040Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:21:20.050Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:22:10.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:22:10.485Z||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-09T17:22:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:22:10.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:22:10.487Z||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-09T17:22:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:22:10.701Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:22:10.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:22:10.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "cds", "timestamp": 1646846507494, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:22:10.707Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:22:10.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:22:10.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "ves-openapi-manager", "timestamp": 1646846501582, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:22:10.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:22:10.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:22:10.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "aai-ml", "timestamp": 1646846506543, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:22:10.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:22:10.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:22:10.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "dcae-sch", "timestamp": 1646846504774, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:22:10.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:22:10.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:22:10.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "multicloud-k8s-id", "timestamp": 1646846504112, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:22:10.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:22:10.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:22:10.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "ves-openapi-manager", "timestamp": 1646846501582, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:22:10.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:22:10.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:22:10.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "aai-ml", "timestamp": 1646846506543, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:22:10.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:22:10.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:22:10.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "cds", "timestamp": 1646846507494, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:22:10.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:22:10.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:22:10.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "dcae-sch", "timestamp": 1646846504774, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:22:10.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:22:10.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:22:10.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "multicloud-k8s-id", "timestamp": 1646846504112, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:22:10.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:22:10.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:22:10.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "cds", "timestamp": 1646846510968, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:22:10.720Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:22:10.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:22:10.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "aai-ml", "timestamp": 1646846511662, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:22:10.721Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:22:10.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:22:10.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "cds", "timestamp": 1646846511976, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-09T17:22:10.745Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0a99d0ea-e02f-475d-8b8f-b7318cd2cd78 2022-03-09T17:22:10.746Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a99d0ea-e02f-475d-8b8f-b7318cd2cd78 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-09T17:22:10.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:22:10.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "clamp", "timestamp": 1646846515330, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:22:10.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:22:10.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:22:10.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "policy-id", "timestamp": 1646846515950, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:22:10.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:22:10.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:22:10.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "clamp", "timestamp": 1646846515330, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:22:10.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:22:10.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:22:10.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "aai-ml", "timestamp": 1646846517762, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:22:10.761Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:22:10.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:22:10.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "policy-id", "timestamp": 1646846515950, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:22:10.762Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:22:10.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:22:10.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "aai-ml", "timestamp": 1646846518766, "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-09T17:22:10.770Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0a99d0ea-e02f-475d-8b8f-b7318cd2cd78 2022-03-09T17:22:10.770Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a99d0ea-e02f-475d-8b8f-b7318cd2cd78 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-09T17:22:10.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:22:10.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "policy-id", "timestamp": 1646846519123, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:22:10.789Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:22:10.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:22:10.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "policy-id", "timestamp": 1646846520128, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:22:10.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:22:10.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:22:10.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "policy-id", "timestamp": 1646846521132, "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-09T17:22:10.801Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a99d0ea-e02f-475d-8b8f-b7318cd2cd78 2022-03-09T17:22:10.802Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a99d0ea-e02f-475d-8b8f-b7318cd2cd78 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-09T17:22:10.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:22:10.813Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846525300, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:22:10.814Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:22:10.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:22:10.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846525300, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:22:10.815Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:22:10.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:22:10.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846528450, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:22:10.816Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:22:10.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:22:10.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "clamp", "timestamp": 1646846529909, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:22:10.817Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:22:11.115Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:22:11.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T17:22:11.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"0a99d0ea-e02f-475d-8b8f-b7318cd2cd78","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b69f714a-4e68-47cd-93e2-16d9888ef95a","serviceDescription":"service","serviceInvariantUUID":"53ac2f7f-7095-49f7-9e69-b4871977d473","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"579c6153-bfb1-42f4-a1cd-119212846d18","resourceInvariantUUID":"1838e25d-34b2-45d7-9af6-964262f49020","resourceCustomizationUUID":"06a89b25-bfc0-4c75-bc0c-6695520026f1","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":"ZDU1YjFlYzkzOTEyMjgzNDNkZGM1NGQzMGI5NDQyMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"15096c28-840f-4e9d-a87a-cf906e4bba83","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGNiZGRhMzhhYzM3YmIwOGI3MzQ0M2U3NGNiYzZmMjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ca94202e-31ab-46f8-ad5a-efb0e67d3016","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T17:22:11.123Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:22:11.124Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:22:11.129Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:22:11.130Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846530484, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:22:11.230Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:22:11.238Z||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-09T17:22:11.238Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:22:11.268Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:22:11.269Z||pool-35-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:22:12.130Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:22:12.131Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:22:12.134Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:22:12.134Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846530484, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:22:12.238Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-03-09T17:22:12.239Z||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-09T17:22:12.239Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:22:12.254Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:22:12.255Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:22:13.136Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "b69f714a-4e68-47cd-93e2-16d9888ef95a", "serviceDescription": "service", "serviceInvariantUUID": "53ac2f7f-7095-49f7-9e69-b4871977d473", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "06a89b25-bfc0-4c75-bc0c-6695520026f1", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "579c6153-bfb1-42f4-a1cd-119212846d18", "resourceInvariantUUID": "1838e25d-34b2-45d7-9af6-964262f49020", "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": "ZGNiZGRhMzhhYzM3YmIwOGI3MzQ0M2U3NGNiYzZmMjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ca94202e-31ab-46f8-ad5a-efb0e67d3016" } ], "workloadContext": "Production" } 2022-03-09T17:22:13.136Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T17:22:13.136Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b69f714a-4e68-47cd-93e2-16d9888ef95a ASDC 2022-03-09T17:22:13.137Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:0a99d0ea-e02f-475d-8b8f-b7318cd2cd78 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:b69f714a-4e68-47cd-93e2-16d9888ef95a ServiceInvariantUUID:53ac2f7f-7095-49f7-9e69-b4871977d473 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:ca94202e-31ab-46f8-ad5a-efb0e67d3016 ArtifactChecksum:ZGNiZGRhMzhhYzM3YmIwOGI3MzQ0M2U3NGNiYzZmMjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:06a89b25-bfc0-4c75-bc0c-6695520026f1 ResourceInvariantUUID:1838e25d-34b2-45d7-9af6-964262f49020 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:579c6153-bfb1-42f4-a1cd-119212846d18 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-09T17:22:13.138Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b69f714a-4e68-47cd-93e2-16d9888ef95a 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-09T17:22:13.181Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:22:13.183Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-09T17:22:13.184Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-09T17:22:13.184Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ca94202e-31ab-46f8-ad5a-efb0e67d3016 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-09T17:22:13.184Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-09T17:22:13.185Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-09T17:22:13.364Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-09T17:22:13.367Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ca94202e-31ab-46f8-ad5a-efb0e67d3016 52493 2022-03-09T17:22:13.368Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-09T17:22:13.368Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-09T17:22:13.368Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:22:13.369Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:22:13.376Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:22:13.376Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846533368, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:22:13.473Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-09T17:22:13.475Z||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-09T17:22:13.475Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:22:13.486Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:22:13.487Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:22:14.379Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:22:14.380Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-09T17:22:14.381Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ca94202e-31ab-46f8-ad5a-efb0e67d3016, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-09T17:22:14.381Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-09T17:22:14.381Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-09T17:22:14.382Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-09T17:22:14.590Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2733604319674099045/Definitions/service-BasicNetwork-template.yml 2022-03-09T17:22:15.542Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T17:22:15.543Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-09T17:22:15.543Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-09T17:22:15.543Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-09T17:22:15.543Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-09T17:22:15.543Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-09T17:22:15.543Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-09T17:22:15.543Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-09T17:22:15.543Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-09T17:22:15.543Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-09T17:22:15.543Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-09T17:22:15.543Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-09T17:22:15.543Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-09T17:22:15.547Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:22:15.548Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:22:15.548Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-09T17:22:15.548Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-09T17:22:15.549Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:22:15.549Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:22:15.550Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:22:15.550Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-09T17:22:15.550Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-09T17:22:15.550Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:22:15.551Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:22:15.551Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:22:15.551Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:22:15.551Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:22:15.552Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:22:15.552Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:22:15.552Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:22:15.553Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:22:15.553Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:22:15.553Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:22:15.553Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:b69f714a-4e68-47cd-93e2-16d9888ef95a Model Version:NULL Model InvariantUuid:53ac2f7f-7095-49f7-9e69-b4871977d473 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:1838e25d-34b2-45d7-9af6-964262f49020 Model UUID:231526e2-752f-4661-8d75-d176f16e9b51 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:06a89b25-bfc0-4c75-bc0c-6695520026f1 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-09T17:22:15.561Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 579c6153-bfb1-42f4-a1cd-119212846d18 2022-03-09T17:22:15.561Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500||No resources found for Service: b69f714a-4e68-47cd-93e2-16d9888ef95a 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-09T17:22:15.571Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500|| 2022-03-09T17:22:15.571Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-09T17:22:15.573Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||No resources found for Service: b69f714a-4e68-47cd-93e2-16d9888ef95a 2022-03-09T17:22:15.574Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b69f714a-4e68-47cd-93e2-16d9888ef95a 2022-03-09T17:22:15.574Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-09T17:22:15.574Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-09T17:22:15.581Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ba05d5b, org.onap.sdc.toscaparser.api.parameters.Input@22eede21, org.onap.sdc.toscaparser.api.parameters.Input@7e4ccc04, org.onap.sdc.toscaparser.api.parameters.Input@187f6837, org.onap.sdc.toscaparser.api.parameters.Input@311ca4e6] 2022-03-09T17:22:15.583Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:22:15.583Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:22:15.584Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:22:15.584Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:22:15.584Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b69f714a-4e68-47cd-93e2-16d9888ef95a: Generic NeutronNet 2022-03-09T17:22:15.585Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:22:15.585Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:22:15.585Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:22:15.585Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_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-09T17:22:15.639Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:22:15.639Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:22:15.640Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:22:15.640Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:22:15.640Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:22:15.640Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:22:15.640Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||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-09T17:22:15.695Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-09T17:22:15.695Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-09T17:22:15.695Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-09T17:22:15.696Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:22:15.696Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:22:15.698Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:22:15.698Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846535695, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:22:15.798Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:22:15.799Z||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-09T17:22:15.799Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:22:15.811Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:22:15.812Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:22:16.700Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a99d0ea-e02f-475d-8b8f-b7318cd2cd78 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09T17:22:16.716Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a99d0ea-e02f-475d-8b8f-b7318cd2cd78 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09T17:22:16.725Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:22:16.726Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:22:16.726Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:22:16.727Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:22:46.727Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a99d0ea-e02f-475d-8b8f-b7318cd2cd78 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09T17:22:46.743Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a99d0ea-e02f-475d-8b8f-b7318cd2cd78 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09T17:22:46.747Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:22:46.748Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:22:46.748Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:22:46.748Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:23:10.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:23:10.488Z||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-09T17:23:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:23:10.514Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:23:10.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:23:10.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846530571, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:23:10.517Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:23:16.748Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a99d0ea-e02f-475d-8b8f-b7318cd2cd78 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09T17:23:16.764Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a99d0ea-e02f-475d-8b8f-b7318cd2cd78 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09T17:23:16.768Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:23:16.768Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:23:16.768Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:23:16.768Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:23:46.769Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a99d0ea-e02f-475d-8b8f-b7318cd2cd78 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09T17:23:46.778Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a99d0ea-e02f-475d-8b8f-b7318cd2cd78 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09T17:23:46.781Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:23:46.782Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:23:46.782Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:23:46.782Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:24:10.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:24:10.488Z||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-09T17:24:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:24:10.514Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:24:10.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:24:10.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846530484, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:24:10.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:24:10.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:24:10.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846531581, "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-09T17:24:10.525Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0a99d0ea-e02f-475d-8b8f-b7318cd2cd78 2022-03-09T17:24:10.525Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a99d0ea-e02f-475d-8b8f-b7318cd2cd78 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-09T17:24:10.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:24:10.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846530484, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:24:10.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:24:10.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:24:10.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "clamp", "timestamp": 1646846531910, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:24:10.534Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:24:10.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:24:10.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "clamp", "timestamp": 1646846532915, "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-09T17:24:10.540Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0a99d0ea-e02f-475d-8b8f-b7318cd2cd78 2022-03-09T17:24:10.540Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a99d0ea-e02f-475d-8b8f-b7318cd2cd78 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-09T17:24:10.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:24:10.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846533368, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:24:10.550Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:24:10.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:24:10.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846535695, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:24:10.550Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:24:16.783Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a99d0ea-e02f-475d-8b8f-b7318cd2cd78 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09T17:24:16.796Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a99d0ea-e02f-475d-8b8f-b7318cd2cd78 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09T17:24:16.800Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:24:16.800Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:24:16.801Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T17:24:16.801Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T17:24:16.801Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:24:16.801Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:24:16.802Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:24:16.802Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:24:16.802Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:24:16.802Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:24:16.803Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||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-09T17:24:16.808Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T17:24:46.808Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0a99d0ea-e02f-475d-8b8f-b7318cd2cd78 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-09T17:24:46.815Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0a99d0ea-e02f-475d-8b8f-b7318cd2cd78 and serviceModelVersionId: b69f714a-4e68-47cd-93e2-16d9888ef95a 2022-03-09T17:24:46.815Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53ac2f7f-7095-49f7-9e69-b4871977d473 2022-03-09T17:24:46.816Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53ac2f7f-7095-49f7-9e69-b4871977d473/model-vers/model-ver/b69f714a-4e68-47cd-93e2-16d9888ef95a?depth=0 2022-03-09T17:24:46.823Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T17:24:46.896Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53ac2f7f-7095-49f7-9e69-b4871977d473/model-vers/model-ver/b69f714a-4e68-47cd-93e2-16d9888ef95a?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-09T17:24:46.899Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53ac2f7f-7095-49f7-9e69-b4871977d473/model-vers/model-ver/b69f714a-4e68-47cd-93e2-16d9888ef95a?depth=0|INFO|500||Invoke 2022-03-09T17:24:46.940Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53ac2f7f-7095-49f7-9e69-b4871977d473/model-vers/model-ver/b69f714a-4e68-47cd-93e2-16d9888ef95a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T17:24:47.110Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53ac2f7f-7095-49f7-9e69-b4871977d473/model-vers/model-ver/b69f714a-4e68-47cd-93e2-16d9888ef95a?depth=0|INFO|500||InvokeReturn 2022-03-09T17:24:47.112Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53ac2f7f-7095-49f7-9e69-b4871977d473/model-vers/model-ver/b69f714a-4e68-47cd-93e2-16d9888ef95a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220309-17:24:46:646-90237], vertex-id=[200912], Content-Length=[0], Date=[Wed, 09 Mar 2022 17:24:46 GMT], Content-Type=[application/json]} 2022-03-09T17:24:47.112Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-03-09T17:24:47.113Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T17:24:47.113Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||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-09T17:24:47.118Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-09T17:24:47.118Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0a99d0ea-e02f-475d-8b8f-b7318cd2cd78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T17:24:47.118Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T17:24:47.119Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:24:47.121Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:24:47.121Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846687118, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T17:24:47.224Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-03-09T17:24:47.225Z||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-09T17:24:47.225Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:24:47.253Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:24:47.254Z||pool-39-thread-1|||||INFO|500||cambria reply ok (30 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-09T17:24:48.132Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:24:48.132Z||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-09T17:24:48.133Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:24:52.507Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:24:52.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-09T17:24:52.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd","serviceName":"Demo_pNF_1MCBYkIki47G4VG4nFi3","serviceVersion":"1.0","serviceUUID":"d2893a0b-0b25-4de3-b4e7-3b1d473a8342","serviceDescription":"catalog service description","serviceInvariantUUID":"986d4afd-7cde-4748-aac6-b8867d7311fa","resources":[{"resourceInstanceName":"pNF cdf48d92-8d77 0","resourceName":"pNF cdf48d92-8d77","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"675d7534-dd97-47d3-8163-b1c7a70f329e","resourceInvariantUUID":"199e6dce-ac67-4ab5-9841-c36da964a70a","resourceCustomizationUUID":"577e5863-1555-4ba2-ac18-48a56756c980","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/vf-license-model.xml","artifactChecksum":"Yjk3MjM4NDJhZmVhZDE1ZmMwYWNmZmE1MzdlMjE1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6caad6ac-4289-40f5-8151-f713ee0bf342","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/pNF.csar","artifactChecksum":"NTkzNTdhN2RkMmYzN2ZkMmMyZTEwZWYxZDdhNDIyZjU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3f13f740-dd02-4fcf-8beb-6d498f2e15de","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e31b0087-552b-4d6c-9b6f-911e54ba1fc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/vendor-license-model.xml","artifactChecksum":"N2FjZTc0MTdkNGIyN2Y3NGM5NWJkMDY5MjhiNTgxMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3fca716f-f1f8-4be1-80db-8d3c108256ac","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bc802465-1e15-4dbf-a02b-f0678dc41c77","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e0986f10-3b13-42e3-9ca6-7ee0d264b917","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf1mcbykiki47g4vg4nfi3-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-template.yml","artifactChecksum":"M2MxNWFhMjM4Yzk3NDdkOGE5ZTgyZWRkMTk1YmY3MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f89ac927-5713-42df-a5a9-bb3b1bace1c4","artifactVersion":"1"},{"artifactName":"service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar","artifactChecksum":"MTQ4N2I5OTc2NjQ1MTVlMDYyNWYyMjFhNTkwZDBiNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ea6273d-9a90-413c-9043-789b1ddcc02f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T17:24:52.512Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:24:52.513Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:24:52.514Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:24:52.515Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:24:52.615Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:24:52.616Z||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-09T17:24:52.616Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:24:52.626Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:24:52.627Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:24:53.515Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:24:53.516Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:24:53.520Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:24:53.520Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:24:53.619Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:24:53.621Z||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-09T17:24:53.621Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:24:53.634Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:24:53.634Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:24:54.520Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:24:54.521Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:24:54.526Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:24:54.526Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:24:54.627Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:24:54.628Z||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-09T17:24:54.628Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:24:54.639Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:24:54.640Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:24:55.527Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:24:55.529Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:24:55.531Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:24:55.531Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:24:55.631Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:24:55.633Z||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-09T17:24:55.633Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:24:55.648Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:24:55.654Z||pool-43-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:24:56.532Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:24:56.534Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:24:56.537Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:24:56.537Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:24:56.640Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-03-09T17:24:56.641Z||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-09T17:24:56.641Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:24:56.656Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:24:56.656Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:24:57.540Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:24:57.540Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:24:57.549Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:24:57.550Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:24:57.647Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-09T17:24:57.648Z||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-09T17:24:57.648Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:24:57.661Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:24:57.661Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:24:58.550Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:24:58.552Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:24:58.554Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:24:58.554Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:24:58.656Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-09T17:24:58.657Z||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-09T17:24:58.657Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:24:58.669Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:24:58.670Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:24:59.555Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:24:59.556Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:24:59.558Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:24:59.558Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:24:59.658Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:24:59.659Z||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-09T17:24:59.659Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:24:59.676Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:24:59.677Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:25:00.559Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "serviceName": "Demo_pNF_1MCBYkIki47G4VG4nFi3", "serviceVersion": "1.0", "serviceUUID": "d2893a0b-0b25-4de3-b4e7-3b1d473a8342", "serviceDescription": "catalog service description", "serviceInvariantUUID": "986d4afd-7cde-4748-aac6-b8867d7311fa", "resources": [ { "resourceInstanceName": "pNF cdf48d92-8d77 0", "resourceCustomizationUUID": "577e5863-1555-4ba2-ac18-48a56756c980", "resourceName": "pNF cdf48d92-8d77", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "675d7534-dd97-47d3-8163-b1c7a70f329e", "resourceInvariantUUID": "199e6dce-ac67-4ab5-9841-c36da964a70a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar", "artifactChecksum": "MTQ4N2I5OTc2NjQ1MTVlMDYyNWYyMjFhNTkwZDBiNGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2ea6273d-9a90-413c-9043-789b1ddcc02f" } ], "workloadContext": "Production" } 2022-03-09T17:25:00.560Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T17:25:00.561Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d2893a0b-0b25-4de3-b4e7-3b1d473a8342 ASDC 2022-03-09T17:25:00.561Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd ServiceName:Demo_pNF_1MCBYkIki47G4VG4nFi3 ServiceVersion:1.0 ServiceUUID:d2893a0b-0b25-4de3-b4e7-3b1d473a8342 ServiceInvariantUUID:986d4afd-7cde-4748-aac6-b8867d7311fa ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar ArtifactUUID:2ea6273d-9a90-413c-9043-789b1ddcc02f ArtifactChecksum:MTQ4N2I5OTc2NjQ1MTVlMDYyNWYyMjFhNTkwZDBiNGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF cdf48d92-8d77 0 ResourceCustomizationUUID:577e5863-1555-4ba2-ac18-48a56756c980 ResourceInvariantUUID:199e6dce-ac67-4ab5-9841-c36da964a70a ResourceName:pNF cdf48d92-8d77 ResourceType:PNF ResourceUUID:675d7534-dd97-47d3-8163-b1c7a70f329e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-09T17:25:00.562Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2893a0b-0b25-4de3-b4e7-3b1d473a8342 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-09T17:25:00.591Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:25:00.592Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-09T17:25:00.592Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-09T17:25:00.592Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2ea6273d-9a90-413c-9043-789b1ddcc02f from URL: /sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar 2022-03-09T17:25:00.593Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T17:25:00.593Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar 2022-03-09T17:25:00.848Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T17:25:00.851Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar 2ea6273d-9a90-413c-9043-789b1ddcc02f 82626 2022-03-09T17:25:00.852Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar ASDC sendASDCNotification 2022-03-09T17:25:00.852Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar 2022-03-09T17:25:00.852Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:25:00.853Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:25:00.855Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:25:00.855Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846700852, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:25:00.955Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:25:00.956Z||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-09T17:25:00.957Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:25:00.975Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:25:00.976Z||pool-48-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:25:01.856Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:25:01.857Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-09T17:25:01.857Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2ea6273d-9a90-413c-9043-789b1ddcc02f, URL: /sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar to file: /app/ASDC/1/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar 2022-03-09T17:25:01.858Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar 2022-03-09T17:25:01.858Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar 2022-03-09T17:25:01.858Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar 2022-03-09T17:25:02.013Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP670934531688667975/Definitions/service-DemoPnf1mcbykiki47g4vg4nfi3-template.yml 2022-03-09T17:25:02.896Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T17:25:02.897Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-09T17:25:02.897Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar 2022-03-09T17:25:02.897Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-09T17:25:02.898Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||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-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar 2022-03-09T17:25:02.898Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar 2022-03-09T17:25:02.898Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||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-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar 2022-03-09T17:25:02.899Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar 2022-03-09T17:25:02.899Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar 2022-03-09T17:25:02.899Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cdf48d92-8d77 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-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar 2022-03-09T17:25:02.900Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar 2022-03-09T17:25:02.900Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-09T17:25:02.900Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:25:02.901Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1MCBYkIki47G4VG4nFi3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:25:02.901Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Node template pNF cdf48d92-8d77 0 is matching search criteria 2022-03-09T17:25:02.901Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-09T17:25:02.902Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF cdf48d92-8d77 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:25:02.902Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:25:02.902Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1MCBYkIki47G4VG4nFi3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:25:02.903Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Node template pNF cdf48d92-8d77 0 is matching search criteria 2022-03-09T17:25:02.903Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-09T17:25:02.903Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF cdf48d92-8d77 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:25:02.904Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:25:02.904Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1MCBYkIki47G4VG4nFi3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:25:02.905Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:25:02.905Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1MCBYkIki47G4VG4nFi3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:25:02.905Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:25:02.905Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1MCBYkIki47G4VG4nFi3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:25:02.905Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:25:02.905Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1MCBYkIki47G4VG4nFi3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:25:02.905Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:25:02.906Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1MCBYkIki47G4VG4nFi3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:25:02.906Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_1MCBYkIki47G4VG4nFi3 Description:catalog service description Model UUID:d2893a0b-0b25-4de3-b4e7-3b1d473a8342 Model Version:NULL Model InvariantUuid:986d4afd-7cde-4748-aac6-b8867d7311fa 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-09T17:25:02.911Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 675d7534-dd97-47d3-8163-b1c7a70f329e 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-09T17:25:02.914Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||pNF cdf48d92-8d77 0 2022-03-09T17:25:02.914Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 675d7534-dd97-47d3-8163-b1c7a70f329e 2022-03-09T17:25:02.914Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||No resources found for Service: d2893a0b-0b25-4de3-b4e7-3b1d473a8342 2022-03-09T17:25:02.914Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d2893a0b-0b25-4de3-b4e7-3b1d473a8342 2022-03-09T17:25:02.914Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF cdf48d92-8d77 0 675d7534-dd97-47d3-8163-b1c7a70f329e 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-09T17:25:02.919Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79d7d694, org.onap.sdc.toscaparser.api.parameters.Input@17952924, org.onap.sdc.toscaparser.api.parameters.Input@7c50ec51, org.onap.sdc.toscaparser.api.parameters.Input@7bfae63a, org.onap.sdc.toscaparser.api.parameters.Input@3cdefca7] 2022-03-09T17:25:02.919Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:25:02.919Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1MCBYkIki47G4VG4nFi3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:25:02.919Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d2893a0b-0b25-4de3-b4e7-3b1d473a8342: pNF cdf48d92-8d77 2022-03-09T17:25:02.920Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||Processing PNF resource: 675d7534-dd97-47d3-8163-b1c7a70f329e 2022-03-09T17:25:02.920Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:25:02.920Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_1MCBYkIki47G4VG4nFi3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:25:02.920Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||Resource customization UUID: 577e5863-1555-4ba2-ac18-48a56756c980 is the same as notified resource customizationUUID: 577e5863-1555-4ba2-ac18-48a56756c980 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-09T17:25:02.966Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF cdf48d92-8d77 675d7534-dd97-47d3-8163-b1c7a70f329e 0 ASDC deployResourceStructure 2022-03-09T17:25:02.966Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar ASDC sendASDCNotification 2022-03-09T17:25:02.966Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar 2022-03-09T17:25:02.966Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:25:02.966Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:25:02.968Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:25:02.968Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846702966, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:25:03.069Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:25:03.069Z||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-09T17:25:03.070Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:25:03.083Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:25:03.084Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:25:03.969Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09T17:25:03.979Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09T17:25:03.981Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:25:03.982Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:25:03.982Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:25:10.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:25:10.488Z||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-09T17:25:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:25:10.502Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:25:10.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "ves-openapi-manager", "timestamp": 1646846601582, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "cds", "timestamp": 1646846597494, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "aai-ml", "timestamp": 1646846596543, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "policy-id", "timestamp": 1646846595950, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "ves-openapi-manager", "timestamp": 1646846601582, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "cds", "timestamp": 1646846597494, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "aai-ml", "timestamp": 1646846596543, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "policy-id", "timestamp": 1646846595950, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "ves-openapi-manager", "timestamp": 1646846601582, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "aai-ml", "timestamp": 1646846596543, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "cds", "timestamp": 1646846597494, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "policy-id", "timestamp": 1646846595950, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "multicloud-k8s-id", "timestamp": 1646846604112, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "dcae-sch", "timestamp": 1646846604774, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "clamp", "timestamp": 1646846605330, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "ves-openapi-manager", "timestamp": 1646846601582, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "aai-ml", "timestamp": 1646846596543, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "cds", "timestamp": 1646846597494, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "policy-id", "timestamp": 1646846595950, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "multicloud-k8s-id", "timestamp": 1646846604112, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "dcae-sch", "timestamp": 1646846604774, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "clamp", "timestamp": 1646846605330, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "aai-ml", "timestamp": 1646846596543, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "ves-openapi-manager", "timestamp": 1646846601582, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "cds", "timestamp": 1646846597494, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "policy-id", "timestamp": 1646846595950, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "multicloud-k8s-id", "timestamp": 1646846604112, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "dcae-sch", "timestamp": 1646846604774, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "clamp", "timestamp": 1646846605330, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "aai-ml", "timestamp": 1646846596543, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "ves-openapi-manager", "timestamp": 1646846601582, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-09T17:25:10.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "cds", "timestamp": 1646846597494, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "policy-id", "timestamp": 1646846595950, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "multicloud-k8s-id", "timestamp": 1646846604112, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "dcae-sch", "timestamp": 1646846604774, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "clamp", "timestamp": 1646846605330, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "aai-ml", "timestamp": 1646846596543, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "ves-openapi-manager", "timestamp": 1646846601582, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "cds", "timestamp": 1646846597494, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "policy-id", "timestamp": 1646846595950, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "multicloud-k8s-id", "timestamp": 1646846604112, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "dcae-sch", "timestamp": 1646846604774, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "clamp", "timestamp": 1646846605330, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "aai-ml", "timestamp": 1646846596543, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:25:10.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "ves-openapi-manager", "timestamp": 1646846601582, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "cds", "timestamp": 1646846597494, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:25:10.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "policy-id", "timestamp": 1646846595950, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:25:10.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "multicloud-k8s-id", "timestamp": 1646846604112, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "dcae-sch", "timestamp": 1646846604774, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "clamp", "timestamp": 1646846605330, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "multicloud-k8s-id", "timestamp": 1646846604112, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "aai-ml", "timestamp": 1646846611771, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:25:10.541Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:25:10.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "cds", "timestamp": 1646846611173, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:25:10.541Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:25:10.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "policy-id", "timestamp": 1646846611788, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:25:10.542Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:25:10.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "ves-openapi-manager", "timestamp": 1646846611369, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:25:10.542Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:25:10.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "dcae-sch", "timestamp": 1646846604774, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "clamp", "timestamp": 1646846605330, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "multicloud-k8s-id", "timestamp": 1646846604112, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:25:10.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "cds", "timestamp": 1646846612181, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-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-09T17:25:10.551Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd 2022-03-09T17:25:10.551Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd 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-09T17:25:10.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "policy-id", "timestamp": 1646846612793, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:25:10.561Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:25:10.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "dcae-sch", "timestamp": 1646846604774, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "ves-openapi-manager", "timestamp": 1646846612531, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:25:10.562Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:25:10.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "clamp", "timestamp": 1646846605330, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:25:10.562Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "policy-id", "timestamp": 1646846613797, "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-09T17:25:10.568Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd 2022-03-09T17:25:10.568Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd 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-09T17:25:10.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "ves-openapi-manager", "timestamp": 1646846613536, "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-09T17:25:10.586Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd 2022-03-09T17:25:10.586Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd 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-09T17:25:10.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846615301, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846615301, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846615301, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "aai-ml", "timestamp": 1646846618363, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:25:10.599Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:25:10.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846615301, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.599Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "aai-ml", "timestamp": 1646846619368, "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-09T17:25:10.603Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd 2022-03-09T17:25:10.604Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd 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-09T17:25:10.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846615301, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846615301, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846615301, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846615301, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:25:10.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "clamp", "timestamp": 1646846623931, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:25:10.612Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:25:10.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846624364, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:25:10.612Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:25:10.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "clamp", "timestamp": 1646846625936, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:25:10.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:25:10.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846626549, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:25:10.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:25:10.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "clamp", "timestamp": 1646846626941, "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-09T17:25:10.617Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd 2022-03-09T17:25:10.618Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd 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-09T17:25:10.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.624Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846627555, "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-09T17:25:10.629Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd 2022-03-09T17:25:10.629Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd 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-09T17:25:10.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "cds", "timestamp": 1646846627494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.637Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "dcae-sch", "timestamp": 1646846624774, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.637Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "aai-ml", "timestamp": 1646846626543, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.637Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.638Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "cds", "timestamp": 1646846627494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.638Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.638Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "dcae-sch", "timestamp": 1646846624774, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.638Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.638Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "aai-ml", "timestamp": 1646846626543, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.639Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.639Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "clamp", "timestamp": 1646846635330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.639Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.639Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "policy-id", "timestamp": 1646846635950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.639Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.639Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "cds", "timestamp": 1646846627494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.639Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "dcae-sch", "timestamp": 1646846624774, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.640Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "aai-ml", "timestamp": 1646846626543, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.640Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "clamp", "timestamp": 1646846635330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:25:10.640Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "policy-id", "timestamp": 1646846635950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.641Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "aai-ml", "timestamp": 1646846626543, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.641Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "dcae-sch", "timestamp": 1646846624774, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.641Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "cds", "timestamp": 1646846627494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "clamp", "timestamp": 1646846635330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "policy-id", "timestamp": 1646846635950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T17:25:10.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "aai-ml", "timestamp": 1646846626543, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "dcae-sch", "timestamp": 1646846624774, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "cds", "timestamp": 1646846627494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "clamp", "timestamp": 1646846635330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "policy-id", "timestamp": 1646846635950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "aai-ml", "timestamp": 1646846626543, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "cds", "timestamp": 1646846627494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "dcae-sch", "timestamp": 1646846624774, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "clamp", "timestamp": 1646846635330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "policy-id", "timestamp": 1646846635950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "aai-ml", "timestamp": 1646846626543, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:25:10.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "dcae-sch", "timestamp": 1646846624774, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "cds", "timestamp": 1646846627494, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:25:10.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "clamp", "timestamp": 1646846635330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "policy-id", "timestamp": 1646846635950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "clamp", "timestamp": 1646846635330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:25:10.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "policy-id", "timestamp": 1646846635950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:25:10.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "ves-openapi-manager", "timestamp": 1646846641582, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "cds", "timestamp": 1646846642350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:25:10.651Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:25:10.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "aai-ml", "timestamp": 1646846643050, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:25:10.651Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:25:10.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "ves-openapi-manager", "timestamp": 1646846641582, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "cds", "timestamp": 1646846643358, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-09T17:25:10.663Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7b2fe1f3-a55a-49f7-8d94-19adf18842cc 2022-03-09T17:25:10.664Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b2fe1f3-a55a-49f7-8d94-19adf18842cc 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-09T17:25:10.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "policy-id", "timestamp": 1646846643918, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:25:10.672Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:25:10.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "ves-openapi-manager", "timestamp": 1646846641582, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.672Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "policy-id", "timestamp": 1646846644921, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:25:10.673Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:25:10.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "multicloud-k8s-id", "timestamp": 1646846644112, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "ves-openapi-manager", "timestamp": 1646846641582, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846645300, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "policy-id", "timestamp": 1646846645926, "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-09T17:25:10.681Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b2fe1f3-a55a-49f7-8d94-19adf18842cc 2022-03-09T17:25:10.682Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b2fe1f3-a55a-49f7-8d94-19adf18842cc 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-09T17:25:10.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "multicloud-k8s-id", "timestamp": 1646846644112, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:25:10.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "ves-openapi-manager", "timestamp": 1646846641582, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846645300, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "multicloud-k8s-id", "timestamp": 1646846644112, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T17:25:10.696Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "ves-openapi-manager", "timestamp": 1646846641582, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846645300, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "multicloud-k8s-id", "timestamp": 1646846644112, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "ves-openapi-manager", "timestamp": 1646846641582, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846645300, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "multicloud-k8s-id", "timestamp": 1646846644112, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-09T17:25:10.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846645300, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:25:10.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:25:10.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:25:10.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "clamp", "timestamp": 1646846649934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:25:10.705Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:25:33.984Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09T17:25:34.006Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09T17:25:34.029Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:25:34.030Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:25:34.030Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T17:25:34.031Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T17:25:34.031Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:25:34.031Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:25:34.032Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:25:34.032Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:25:34.033Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:25:34.033Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:25:34.033Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:25:34.034Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-09T17:25:34.044Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T17:26:04.045Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd 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-09T17:26:04.051Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd and serviceModelVersionId: d2893a0b-0b25-4de3-b4e7-3b1d473a8342 2022-03-09T17:26:04.052Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 986d4afd-7cde-4748-aac6-b8867d7311fa 2022-03-09T17:26:04.053Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/986d4afd-7cde-4748-aac6-b8867d7311fa/model-vers/model-ver/d2893a0b-0b25-4de3-b4e7-3b1d473a8342?depth=0 2022-03-09T17:26:04.058Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T17:26:04.106Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/986d4afd-7cde-4748-aac6-b8867d7311fa/model-vers/model-ver/d2893a0b-0b25-4de3-b4e7-3b1d473a8342?depth=0|INFO|500||Invoke 2022-03-09T17:26:04.106Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/986d4afd-7cde-4748-aac6-b8867d7311fa/model-vers/model-ver/d2893a0b-0b25-4de3-b4e7-3b1d473a8342?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/986d4afd-7cde-4748-aac6-b8867d7311fa/model-vers/model-ver/d2893a0b-0b25-4de3-b4e7-3b1d473a8342?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[875b53aa-632b-4609-8545-294b737f1302], X-ECOMP-RequestID=[5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd], X-TransactionId=[], X-ONAP-RequestID=[5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd], Content-Type=[application/merge-patch+json]} 2022-03-09T17:26:04.129Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/986d4afd-7cde-4748-aac6-b8867d7311fa/model-vers/model-ver/d2893a0b-0b25-4de3-b4e7-3b1d473a8342?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T17:26:04.346Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/986d4afd-7cde-4748-aac6-b8867d7311fa/model-vers/model-ver/d2893a0b-0b25-4de3-b4e7-3b1d473a8342?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/986d4afd-7cde-4748-aac6-b8867d7311fa/model-vers/model-ver/d2893a0b-0b25-4de3-b4e7-3b1d473a8342?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220309-17:26:03:830-20780], vertex-id=[225344], Content-Length=[0], Date=[Wed, 09 Mar 2022 17:26:03 GMT], Content-Type=[application/json]} 2022-03-09T17:26:04.347Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/986d4afd-7cde-4748-aac6-b8867d7311fa/model-vers/model-ver/d2893a0b-0b25-4de3-b4e7-3b1d473a8342?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-09T17:26:04.348Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/986d4afd-7cde-4748-aac6-b8867d7311fa/model-vers/model-ver/d2893a0b-0b25-4de3-b4e7-3b1d473a8342?depth=0|INFO|500||InvokeReturn 2022-03-09T17:26:04.349Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T17:26:04.350Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T17:26:04.355Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-09T17:26:04.356Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T17:26:04.356Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T17:26:04.357Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:26:04.360Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:26:04.360Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846764356, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T17:26:04.460Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:26:04.461Z||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-09T17:26:04.461Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:26:04.475Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:26:04.475Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-09T17:26:05.374Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-09T17:26:05.375Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"7b2fe1f3-a55a-49f7-8d94-19adf18842cc","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8d27b521-99b3-403e-be57-9d7f21f05738","serviceDescription":"service","serviceInvariantUUID":"e4a88310-8152-4e29-9242-8a5ff22e0ac5","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e8317698-cb22-483d-a812-edd9ce99c706","resourceInvariantUUID":"9eaf7028-1d86-4a06-a1ac-beced3912eb5","resourceCustomizationUUID":"af48e366-da08-48e4-942c-cb05992eb95e","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":"M2I5YjY2NjA0YjdjNWVhNmNiNjZmNTQzOTZiNGYwM2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19e9efe5-00b7-4437-8066-17acbc7e4ba7","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":"N2JkMTBlNTY5MjNjNzFkZWQxNGRhOWYzZDdiYWZmNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ed8cea7f-3213-4224-b147-f29e531a1ce4","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":"010ad8fd-d59b-41ed-ba94-9dc05dc659b4","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":"2cd1a9e0-e375-4631-9f93-000613e0c53e","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":"f1b7dfa7-3403-43ca-b0ae-e4b1ecb92cfe","artifactVersion":"2","generatedFromUUID":"010ad8fd-d59b-41ed-ba94-9dc05dc659b4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NjRkZDExNTllYmRmZTBhODFjYmFhZDk4MTM0YzkzY2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7f3b25a-f5c7-43ed-ba9a-6619eceb9838","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzViYmIzOTI2M2FhYmY3OGNiNWFiZTA4ZjJhNmU4MTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0888ee70-49e1-4455-9aa1-27bcf5c7796f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T17:26:05.375Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:26:05.375Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:26:05.379Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:26:05.379Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:26:05.478Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:26:05.480Z||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-09T17:26:05.480Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:26:05.491Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:26:05.492Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:26:06.379Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:26:06.380Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:26:06.382Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:26:06.382Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:26:06.482Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:26:06.483Z||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-09T17:26:06.484Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:26:06.497Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:26:06.498Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:26:07.383Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:26:07.383Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:26:07.386Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:26:07.386Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T17:26:07.490Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-03-09T17:26:07.491Z||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-09T17:26:07.491Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:26:07.504Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:26:07.504Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:26:08.387Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:26:08.388Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:26:08.390Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:26:08.390Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:26:08.490Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:26:08.491Z||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-09T17:26:08.492Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:26:08.502Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:26:08.503Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:26:09.391Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:26:09.392Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:26:09.394Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:26:09.394Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-09T17:26:09.494Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:26:09.496Z||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-09T17:26:09.496Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:26:09.507Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:26:09.508Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:26:10.394Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:26:10.395Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:26:10.397Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:26:10.397Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:26:10.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:26:10.488Z||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-09T17:26:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:26:10.497Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:26:10.498Z||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-09T17:26:10.498Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:26:10.509Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:26:10.509Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:26:10.510Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:26:10.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:26:10.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "multicloud-k8s-id", "timestamp": 1646846644112, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:26:10.511Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:26:11.398Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:26:11.398Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:26:11.402Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:26:11.402Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:26:11.502Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:26:11.503Z||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-09T17:26:11.503Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:26:11.513Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:26:11.514Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:26:12.403Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "8d27b521-99b3-403e-be57-9d7f21f05738", "serviceDescription": "service", "serviceInvariantUUID": "e4a88310-8152-4e29-9242-8a5ff22e0ac5", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "af48e366-da08-48e4-942c-cb05992eb95e", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e8317698-cb22-483d-a812-edd9ce99c706", "resourceInvariantUUID": "9eaf7028-1d86-4a06-a1ac-beced3912eb5", "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": "N2JkMTBlNTY5MjNjNzFkZWQxNGRhOWYzZDdiYWZmNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ed8cea7f-3213-4224-b147-f29e531a1ce4", "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": "010ad8fd-d59b-41ed-ba94-9dc05dc659b4", "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": "f1b7dfa7-3403-43ca-b0ae-e4b1ecb92cfe", "generatedFromUUID": "010ad8fd-d59b-41ed-ba94-9dc05dc659b4" }, "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": "f1b7dfa7-3403-43ca-b0ae-e4b1ecb92cfe", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NzViYmIzOTI2M2FhYmY3OGNiNWFiZTA4ZjJhNmU4MTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0888ee70-49e1-4455-9aa1-27bcf5c7796f" } ], "workloadContext": "Production" } 2022-03-09T17:26:12.404Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T17:26:12.404Z|5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8d27b521-99b3-403e-be57-9d7f21f05738 ASDC 2022-03-09T17:26:12.404Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:7b2fe1f3-a55a-49f7-8d94-19adf18842cc ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:8d27b521-99b3-403e-be57-9d7f21f05738 ServiceInvariantUUID:e4a88310-8152-4e29-9242-8a5ff22e0ac5 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:0888ee70-49e1-4455-9aa1-27bcf5c7796f ArtifactChecksum:NzViYmIzOTI2M2FhYmY3OGNiNWFiZTA4ZjJhNmU4MTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:af48e366-da08-48e4-942c-cb05992eb95e ResourceInvariantUUID:9eaf7028-1d86-4a06-a1ac-beced3912eb5 ResourceName:basic_vm ResourceType:VF ResourceUUID:e8317698-cb22-483d-a812-edd9ce99c706 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:ed8cea7f-3213-4224-b147-f29e531a1ce4 ArtifactChecksum:N2JkMTBlNTY5MjNjNzFkZWQxNGRhOWYzZDdiYWZmNmM= 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:010ad8fd-d59b-41ed-ba94-9dc05dc659b4 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:f1b7dfa7-3403-43ca-b0ae-e4b1ecb92cfe 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:f1b7dfa7-3403-43ca-b0ae-e4b1ecb92cfe ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T17:26:12.405Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8d27b521-99b3-403e-be57-9d7f21f05738 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-09T17:26:12.437Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:26:12.438Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-09T17:26:12.438Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-09T17:26:12.438Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0888ee70-49e1-4455-9aa1-27bcf5c7796f from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-09T17:26:12.438Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T17:26:12.438Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-09T17:26:12.677Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T17:26:12.681Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 0888ee70-49e1-4455-9aa1-27bcf5c7796f 71040 2022-03-09T17:26:12.681Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||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-09T17:26:12.682Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||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-09T17:26:12.682Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:26:12.682Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:26:12.685Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:26:12.685Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846772681, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:26:12.785Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:26:12.786Z||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-09T17:26:12.786Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:26:12.798Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:26:12.798Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:26:13.686Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:26:13.687Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-09T17:26:13.687Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0888ee70-49e1-4455-9aa1-27bcf5c7796f, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-09T17:26:13.688Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-03-09T17:26:13.688Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-09T17:26:13.688Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-03-09T17:26:13.802Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11220560991039980505/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-09T17:26:15.526Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T17:26:15.526Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-09T17:26:15.526Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-09T17:26:15.527Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-09T17:26:15.527Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||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-09T17:26:15.527Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||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-09T17:26:15.527Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-09T17:26:15.527Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-09T17:26:15.527Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-09T17:26:15.527Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||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-09T17:26:15.528Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-09T17:26:15.528Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||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-09T17:26:15.528Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-09T17:26:15.528Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-09T17:26:15.528Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:26:15.529Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:26:15.529Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-09T17:26:15.529Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-09T17:26:15.529Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:26:15.530Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:26:15.530Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:26:15.530Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-09T17:26:15.530Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-09T17:26:15.530Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:26:15.531Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:26:15.531Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:26:15.531Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:26:15.531Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-09T17:26:15.532Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-09T17:26:15.532Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-09T17:26:15.532Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-09T17:26:15.532Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-09T17:26:15.532Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T17:26:15.532Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:26:15.533Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:26:15.533Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:26:15.533Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-09T17:26:15.533Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:26:15.534Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:26:15.534Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-09T17:26:15.534Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:26:15.534Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:26:15.535Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-09T17:26:15.535Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:26:15.535Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:26:15.535Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-09T17:26:15.536Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-09T17:26:15.536Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-09T17:26:15.536Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=98827759-5682-4ca0-90cb-1ffeee487d24 2022-03-09T17:26:15.536Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:26:15.536Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:26:15.537Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:26:15.537Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:26:15.537Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:26:15.537Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:26:15.537Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:26:15.538Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:26:15.538Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:8d27b521-99b3-403e-be57-9d7f21f05738 Model Version:NULL Model InvariantUuid:e4a88310-8152-4e29-9242-8a5ff22e0ac5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:d37e6dc7-315c-4ea9-9d6b-7d5d5c244d0b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9eaf7028-1d86-4a06-a1ac-beced3912eb5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:af48e366-da08-48e4-942c-cb05992eb95e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:efe76704-be3d-4cbc-9bbe-32b5d4cafb12 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:03df8756-fcf4-4720-aceb-3a4b0d3d24ab ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:98827759-5682-4ca0-90cb-1ffeee487d24 ModelInvariantUuid:ec3146c5-0210-4e81-8921-a529a575e769 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:2587d25c-88a1-40d8-9ddc-debde164e07f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:d876c5ef-008f-4eff-9dd1-4624d359004e ModelInvariantUuid:88a997c2-6fd8-45b7-ab03-1ddc29081faa ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:7cda48f2-abfc-45e2-a3cf-f575b88fe9d2 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-09T17:26:15.550Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: e8317698-cb22-483d-a812-edd9ce99c706 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-09T17:26:15.555Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||basic_vm 0 2022-03-09T17:26:15.556Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e8317698-cb22-483d-a812-edd9ce99c706 2022-03-09T17:26:15.556Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ed8cea7f-3213-4224-b147-f29e531a1ce4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-09T17:26:15.556Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T17:26:15.557Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||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-09T17:26:15.610Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T17:26:15.611Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ed8cea7f-3213-4224-b147-f29e531a1ce4 787 2022-03-09T17:26:15.611Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||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-09T17:26:15.612Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||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-09T17:26:15.612Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:26:15.612Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:26:15.615Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:26:15.615Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846775611, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:26:15.715Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:26:15.716Z||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-09T17:26:15.716Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:26:15.727Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:26:15.728Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:26:16.617Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "efe76704-be3d-4cbc-9bbe-32b5d4cafb12", "vfModuleModelVersion": "1", "vfModuleModelUUID": "03df8756-fcf4-4720-aceb-3a4b0d3d24ab", "vfModuleModelCustomizationUUID": "325b6ee6-04bf-482a-9437-43e0fafaf508", "isBase": true, "artifacts": [ "010ad8fd-d59b-41ed-ba94-9dc05dc659b4", "f1b7dfa7-3403-43ca-b0ae-e4b1ecb92cfe" ], "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-09T17:26:16.625Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:03df8756-fcf4-4720-aceb-3a4b0d3d24ab VfModuleModelInvariantUUID:efe76704-be3d-4cbc-9bbe-32b5d4cafb12 VfModuleModelDescription:NULL Artifacts UUID List:{ 010ad8fd-d59b-41ed-ba94-9dc05dc659b4 , f1b7dfa7-3403-43ca-b0ae-e4b1ecb92cfe } 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-09T17:26:16.629Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "efe76704-be3d-4cbc-9bbe-32b5d4cafb12", "vfModuleModelVersion": "1", "vfModuleModelUUID": "03df8756-fcf4-4720-aceb-3a4b0d3d24ab", "vfModuleModelCustomizationUUID": "325b6ee6-04bf-482a-9437-43e0fafaf508", "isBase": true, "artifacts": [ "010ad8fd-d59b-41ed-ba94-9dc05dc659b4", "f1b7dfa7-3403-43ca-b0ae-e4b1ecb92cfe" ], "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-09T17:26:16.629Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:03df8756-fcf4-4720-aceb-3a4b0d3d24ab VfModuleModelInvariantUUID:efe76704-be3d-4cbc-9bbe-32b5d4cafb12 VfModuleModelDescription:NULL Artifacts UUID List:{ 010ad8fd-d59b-41ed-ba94-9dc05dc659b4 , f1b7dfa7-3403-43ca-b0ae-e4b1ecb92cfe } 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-09T17:26:16.629Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 010ad8fd-d59b-41ed-ba94-9dc05dc659b4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-09T17:26:16.629Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T17:26:16.629Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||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-09T17:26:16.677Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T17:26:16.677Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 010ad8fd-d59b-41ed-ba94-9dc05dc659b4 5033 2022-03-09T17:26:16.678Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||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-09T17:26:16.678Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||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-09T17:26:16.678Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:26:16.678Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:26:16.680Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:26:16.681Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846776678, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:26:16.780Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:26:16.781Z||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-09T17:26:16.782Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:26:16.794Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:26:16.795Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:26:17.681Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f1b7dfa7-3403-43ca-b0ae-e4b1ecb92cfe from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-09T17:26:17.682Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T17:26:17.682Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||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-09T17:26:17.732Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T17:26:17.732Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env f1b7dfa7-3403-43ca-b0ae-e4b1ecb92cfe 903 2022-03-09T17:26:17.733Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||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-09T17:26:17.733Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||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-09T17:26:17.733Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:26:17.734Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:26:17.736Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:26:17.737Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846777733, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:26:17.836Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:26:17.837Z||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-09T17:26:17.838Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:26:17.858Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:26:17.859Z||pool-61-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:26:18.737Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8d27b521-99b3-403e-be57-9d7f21f05738 2022-03-09T17:26:18.738Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e8317698-cb22-483d-a812-edd9ce99c706 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-09T17:26:18.751Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11050b6f, org.onap.sdc.toscaparser.api.parameters.Input@12522dcc, org.onap.sdc.toscaparser.api.parameters.Input@3a2c253a, org.onap.sdc.toscaparser.api.parameters.Input@29654e59, org.onap.sdc.toscaparser.api.parameters.Input@10827669] 2022-03-09T17:26:18.753Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:26:18.753Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:26:18.753Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-03-09T17:26:18.753Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= af48e366-da08-48e4-942c-cb05992eb95e 2022-03-09T17:26:18.753Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: af48e366-da08-48e4-942c-cb05992eb95e matches Tosca VF Customization UUID: af48e366-da08-48e4-942c-cb05992eb95e 2022-03-09T17:26:18.753Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: af48e366-da08-48e4-942c-cb05992eb95e 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-09T17:26:18.757Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:26:18.757Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:26:18.758Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id af48e366-da08-48e4-942c-cb05992eb95e: {\"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-09T17:26:18.758Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4bf76f83 2022-03-09T17:26:18.758Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:26:18.759Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:26:18.759Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 325b6ee6-04bf-482a-9437-43e0fafaf508 2022-03-09T17:26:18.759Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 325b6ee6-04bf-482a-9437-43e0fafaf508 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-09T17:26:18.762Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:26:18.762Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-09T17:26:18.763Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:26:18.763Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:26:18.763Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-09T17:26:18.763Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:26:18.764Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:26:18.764Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-09T17:26:18.764Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-09T17:26:18.764Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-09T17:26:18.764Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=98827759-5682-4ca0-90cb-1ffeee487d24 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-09T17:26:18.767Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:26:18.767Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-09T17:26:18.767Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:26:18.768Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:26:18.768Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-09T17:26:18.768Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=af48e366-da08-48e4-942c-cb05992eb95e 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-09T17:26:18.770Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:26:18.770Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:26:18.770Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8d27b521-99b3-403e-be57-9d7f21f05738: basic_vm 2022-03-09T17:26:18.770Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:26:18.770Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:26:18.771Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:26:18.771Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:26:18.771Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:26:18.771Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:26:18.772Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:26:18.772Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:26:18.772Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:26:18.772Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:26:18.772Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||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-09T17:26:18.848Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e8317698-cb22-483d-a812-edd9ce99c706 1 ASDC deployResourceStructure 2022-03-09T17:26:18.848Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||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-09T17:26:18.848Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||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-09T17:26:18.849Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:26:18.849Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:26:18.851Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:26:18.851Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846778848, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:26:18.952Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:26:18.952Z||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-09T17:26:18.953Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:26:18.964Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:26:18.964Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:26:19.853Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||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-09T17:26:19.853Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||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-09T17:26:19.853Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:26:19.854Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:26:19.856Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:26:19.856Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846779853, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:26:19.956Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:26:19.958Z||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-09T17:26:19.958Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:26:19.980Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:26:19.981Z||pool-63-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:26:20.858Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||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-09T17:26:20.858Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||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-09T17:26:20.858Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:26:20.858Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:26:20.861Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:26:20.862Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846780857, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-09T17:26:20.962Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:26:20.963Z||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-09T17:26:20.963Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:26:20.993Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:26:20.994Z||pool-64-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:26:21.864Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||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-09T17:26:21.864Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||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-09T17:26:21.864Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:26:21.865Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:26:21.872Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:26:21.872Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846781864, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:26:21.967Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-03-09T17:26:21.968Z||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-09T17:26:21.968Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:26:21.997Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:26:21.998Z||pool-65-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:26:22.873Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b2fe1f3-a55a-49f7-8d94-19adf18842cc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09T17:26:22.885Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b2fe1f3-a55a-49f7-8d94-19adf18842cc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09T17:26:22.888Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:26:22.888Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:26:22.888Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:26:52.888Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b2fe1f3-a55a-49f7-8d94-19adf18842cc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09T17:26:52.905Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b2fe1f3-a55a-49f7-8d94-19adf18842cc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09T17:26:52.910Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:26:52.911Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T17:26:52.911Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T17:27:10.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:27:10.488Z||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-09T17:27:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:27:10.507Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:27:10.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846645300, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.560Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "multicloud-k8s-id", "timestamp": 1646846644112, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:27:10.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846645300, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:27:10.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "clamp", "timestamp": 1646846651941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:27:10.562Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "multicloud-k8s-id", "timestamp": 1646846651953, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:10.562Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "aai-ml", "timestamp": 1646846652757, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:27:10.562Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846653170, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:10.563Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "clamp", "timestamp": 1646846652944, "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-09T17:27:10.570Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7b2fe1f3-a55a-49f7-8d94-19adf18842cc 2022-03-09T17:27:10.571Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b2fe1f3-a55a-49f7-8d94-19adf18842cc 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-09T17:27:10.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "aai-ml", "timestamp": 1646846653762, "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-09T17:27:10.584Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7b2fe1f3-a55a-49f7-8d94-19adf18842cc 2022-03-09T17:27:10.584Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b2fe1f3-a55a-49f7-8d94-19adf18842cc 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-09T17:27:10.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.593Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "multicloud-k8s-id", "timestamp": 1646846653261, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:10.594Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "multicloud-k8s-id", "timestamp": 1646846654468, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:10.595Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846655742, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:27:10.596Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "multicloud-k8s-id", "timestamp": 1646846655525, "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-09T17:27:10.601Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b2fe1f3-a55a-49f7-8d94-19adf18842cc 2022-03-09T17:27:10.602Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b2fe1f3-a55a-49f7-8d94-19adf18842cc 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-09T17:27:10.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846656746, "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-09T17:27:10.617Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7b2fe1f3-a55a-49f7-8d94-19adf18842cc 2022-03-09T17:27:10.617Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b2fe1f3-a55a-49f7-8d94-19adf18842cc 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-09T17:27:10.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "multicloud-k8s-id", "timestamp": 1646846656529, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:27:10.626Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "aai-ml", "timestamp": 1646846656543, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "policy-id", "timestamp": 1646846655950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.628Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "aai-ml", "timestamp": 1646846656543, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.629Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "policy-id", "timestamp": 1646846655950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.629Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "cds", "timestamp": 1646846657494, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.630Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.631Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "aai-ml", "timestamp": 1646846656543, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.631Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.631Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.631Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "policy-id", "timestamp": 1646846655950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.631Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "cds", "timestamp": 1646846657494, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.632Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "aai-ml", "timestamp": 1646846656543, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.633Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.633Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.633Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "policy-id", "timestamp": 1646846655950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T17:27:10.633Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.634Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.634Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "cds", "timestamp": 1646846657494, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.634Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.634Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "aai-ml", "timestamp": 1646846656543, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.635Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "policy-id", "timestamp": 1646846655950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.636Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "cds", "timestamp": 1646846657494, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.636Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "aai-ml", "timestamp": 1646846656543, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.637Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.638Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "policy-id", "timestamp": 1646846655950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.638Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.638Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "cds", "timestamp": 1646846657494, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.639Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.639Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "ves-openapi-manager", "timestamp": 1646846661582, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.640Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "aai-ml", "timestamp": 1646846656543, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.640Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "policy-id", "timestamp": 1646846655950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.641Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "cds", "timestamp": 1646846657494, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "ves-openapi-manager", "timestamp": 1646846661582, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "aai-ml", "timestamp": 1646846656543, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:27:10.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "policy-id", "timestamp": 1646846655950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:27:10.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "cds", "timestamp": 1646846657494, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "ves-openapi-manager", "timestamp": 1646846661582, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "multicloud-k8s-id", "timestamp": 1646846664112, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "cds", "timestamp": 1646846657494, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:27:10.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "ves-openapi-manager", "timestamp": 1646846661582, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "dcae-sch", "timestamp": 1646846664774, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2022-03-09T17:27:10.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "clamp", "timestamp": 1646846665330, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "multicloud-k8s-id", "timestamp": 1646846664112, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "policy-id", "timestamp": 1646846666284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:10.650Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "aai-ml", "timestamp": 1646846666674, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:10.651Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "ves-openapi-manager", "timestamp": 1646846661582, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "dcae-sch", "timestamp": 1646846664774, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "cds", "timestamp": 1646846666547, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:10.653Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "clamp", "timestamp": 1646846665330, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "multicloud-k8s-id", "timestamp": 1646846664112, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:27:10.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "policy-id", "timestamp": 1646846667288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:27:10.655Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "ves-openapi-manager", "timestamp": 1646846661582, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "dcae-sch", "timestamp": 1646846664774, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "clamp", "timestamp": 1646846665330, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:27:10.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "cds", "timestamp": 1646846667555, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-09T17:27:10.670Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 069d39ea-2c9a-4b75-86e1-114e1c007909 2022-03-09T17:27:10.670Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 069d39ea-2c9a-4b75-86e1-114e1c007909 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-09T17:27:10.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "multicloud-k8s-id", "timestamp": 1646846664112, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T17:27:10.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "policy-id", "timestamp": 1646846668291, "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-09T17:27:10.685Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 069d39ea-2c9a-4b75-86e1-114e1c007909 2022-03-09T17:27:10.685Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 069d39ea-2c9a-4b75-86e1-114e1c007909 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-09T17:27:10.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "ves-openapi-manager", "timestamp": 1646846661582, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.696Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "dcae-sch", "timestamp": 1646846664774, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "clamp", "timestamp": 1646846665330, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "multicloud-k8s-id", "timestamp": 1646846664112, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "ves-openapi-manager", "timestamp": 1646846661582, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "dcae-sch", "timestamp": 1646846664774, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "clamp", "timestamp": 1646846665330, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "multicloud-k8s-id", "timestamp": 1646846664112, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-09T17:27:10.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "dcae-sch", "timestamp": 1646846664774, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "clamp", "timestamp": 1646846665330, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "multicloud-k8s-id", "timestamp": 1646846664112, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.707Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "dcae-sch", "timestamp": 1646846664774, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "clamp", "timestamp": 1646846665330, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "multicloud-k8s-id", "timestamp": 1646846664112, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:27:10.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "dcae-sch", "timestamp": 1646846664774, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "clamp", "timestamp": 1646846665330, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:27:10.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "multicloud-k8s-id", "timestamp": 1646846672939, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:10.715Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "cds", "timestamp": 1646846672495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "cds", "timestamp": 1646846672495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "multicloud-k8s-id", "timestamp": 1646846674444, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:10.718Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "dcae-sch", "timestamp": 1646846674959, "artifactURL": "/sdc/v1/catalog/services/0f38f7e7-237d-4d0d-8d7f-1b0f6b19c082/resourceInstances/basicclamp0/artifacts/81f807b1-3f39-492c-866c-3a1e1ec07a29", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:10.719Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "cds", "timestamp": 1646846672495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846675301, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "multicloud-k8s-id", "timestamp": 1646846675740, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:10.721Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "aai-ml", "timestamp": 1646846676458, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:27:10.721Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "policy-id", "timestamp": 1646846675950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "cds", "timestamp": 1646846672495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846675301, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.723Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "dcae-sch", "timestamp": 1646846676269, "artifactURL": "/sdc/v1/catalog/services/0f38f7e7-237d-4d0d-8d7f-1b0f6b19c082/resourceInstances/basicclamp0/artifacts/81f807b1-3f39-492c-866c-3a1e1ec07a29", "status": "DEPLOY_OK" } 2022-03-09T17:27:10.724Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "aai-ml", "timestamp": 1646846677461, "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-09T17:27:10.730Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 069d39ea-2c9a-4b75-86e1-114e1c007909 2022-03-09T17:27:10.731Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 069d39ea-2c9a-4b75-86e1-114e1c007909 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-09T17:27:10.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "multicloud-k8s-id", "timestamp": 1646846676769, "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-09T17:27:10.746Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 069d39ea-2c9a-4b75-86e1-114e1c007909 2022-03-09T17:27:10.747Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 069d39ea-2c9a-4b75-86e1-114e1c007909 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-09T17:27:10.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "policy-id", "timestamp": 1646846675950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "cds", "timestamp": 1646846672495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846675301, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "dcae-sch", "timestamp": 1646846677275, "artifactURL": "/sdc/v1/catalog/services/0f38f7e7-237d-4d0d-8d7f-1b0f6b19c082/resourceInstances/basicclamp0/artifacts/81f807b1-3f39-492c-866c-3a1e1ec07a29", "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-09T17:27:10.760Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 069d39ea-2c9a-4b75-86e1-114e1c007909 2022-03-09T17:27:10.760Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 069d39ea-2c9a-4b75-86e1-114e1c007909 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-09T17:27:10.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.768Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "multicloud-k8s-id", "timestamp": 1646846677773, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:27:10.769Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.769Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "policy-id", "timestamp": 1646846675950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.769Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.769Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "cds", "timestamp": 1646846672495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.770Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.770Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846675301, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.770Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.770Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "clamp", "timestamp": 1646846678938, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:10.770Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "policy-id", "timestamp": 1646846675950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.771Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "cds", "timestamp": 1646846672495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846675301, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "clamp", "timestamp": 1646846679942, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:10.773Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "policy-id", "timestamp": 1646846675950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-09T17:27:10.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "cds", "timestamp": 1646846672495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846675301, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "policy-id", "timestamp": 1646846675950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "cds", "timestamp": 1646846672495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:27:10.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846675301, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "policy-id", "timestamp": 1646846675950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "ves-openapi-manager", "timestamp": 1646846681582, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.777Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846675301, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:27:10.777Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "cds", "timestamp": 1646846682468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:10.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "policy-id", "timestamp": 1646846675950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "ves-openapi-manager", "timestamp": 1646846681582, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "cds", "timestamp": 1646846683475, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-09T17:27:10.791Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 03b609bd-b828-47eb-9424-9d35bba0b715 2022-03-09T17:27:10.791Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03b609bd-b828-47eb-9424-9d35bba0b715 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-09T17:27:10.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "clamp", "timestamp": 1646846684017, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:27:10.800Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846684385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:10.801Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "policy-id", "timestamp": 1646846675950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:27:10.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "ves-openapi-manager", "timestamp": 1646846681582, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "clamp", "timestamp": 1646846685020, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:27:10.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "multicloud-k8s-id", "timestamp": 1646846684116, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "ves-openapi-manager", "timestamp": 1646846681582, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.804Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "policy-id", "timestamp": 1646846685797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:10.805Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "dcae-sch", "timestamp": 1646846684774, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.806Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "clamp", "timestamp": 1646846686024, "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-09T17:27:10.818Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 069d39ea-2c9a-4b75-86e1-114e1c007909 2022-03-09T17:27:10.819Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 069d39ea-2c9a-4b75-86e1-114e1c007909 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-09T17:27:10.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "multicloud-k8s-id", "timestamp": 1646846684116, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-09T17:27:10.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "ves-openapi-manager", "timestamp": 1646846681582, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "policy-id", "timestamp": 1646846686802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:27:10.836Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846686993, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:27:10.837Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a99d0ea-e02f-475d-8b8f-b7318cd2cd78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846687118, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T17:27:10.837Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "dcae-sch", "timestamp": 1646846684774, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "aai-ml", "timestamp": 1646846686543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "multicloud-k8s-id", "timestamp": 1646846684116, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-09T17:27:10.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "ves-openapi-manager", "timestamp": 1646846681582, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846687999, "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-09T17:27:10.845Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 069d39ea-2c9a-4b75-86e1-114e1c007909 2022-03-09T17:27:10.846Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 069d39ea-2c9a-4b75-86e1-114e1c007909 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-09T17:27:10.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "policy-id", "timestamp": 1646846687805, "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-09T17:27:10.866Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 03b609bd-b828-47eb-9424-9d35bba0b715 2022-03-09T17:27:10.866Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03b609bd-b828-47eb-9424-9d35bba0b715 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-09T17:27:10.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "dcae-sch", "timestamp": 1646846684774, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "aai-ml", "timestamp": 1646846686543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "multicloud-k8s-id", "timestamp": 1646846684116, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:27:10.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "cds", "timestamp": 1646846687496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "ves-openapi-manager", "timestamp": 1646846681582, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846675301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "dcae-sch", "timestamp": 1646846684774, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "aai-ml", "timestamp": 1646846686543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "multicloud-k8s-id", "timestamp": 1646846684116, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-09T17:27:10.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "cds", "timestamp": 1646846687496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "ves-openapi-manager", "timestamp": 1646846681582, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846675301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "dcae-sch", "timestamp": 1646846684774, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "aai-ml", "timestamp": 1646846686543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "multicloud-k8s-id", "timestamp": 1646846684116, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "cds", "timestamp": 1646846687496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "ves-openapi-manager", "timestamp": 1646846681582, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846675301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "dcae-sch", "timestamp": 1646846684774, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "aai-ml", "timestamp": 1646846686543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "multicloud-k8s-id", "timestamp": 1646846684116, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-09T17:27:10.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "cds", "timestamp": 1646846687496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "ves-openapi-manager", "timestamp": 1646846681582, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.890Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846675301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.890Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "dcae-sch", "timestamp": 1646846684774, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.891Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "aai-ml", "timestamp": 1646846686543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.891Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "multicloud-k8s-id", "timestamp": 1646846684116, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.892Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.892Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "cds", "timestamp": 1646846687496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.893Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "ves-openapi-manager", "timestamp": 1646846681582, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.893Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846675301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.894Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "dcae-sch", "timestamp": 1646846684774, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.895Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "aai-ml", "timestamp": 1646846686543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.895Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "multicloud-k8s-id", "timestamp": 1646846684116, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:27:10.896Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.896Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.897Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "cds", "timestamp": 1646846687496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.897Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.897Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "ves-openapi-manager", "timestamp": 1646846681582, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.897Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846675301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.898Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "dcae-sch", "timestamp": 1646846684774, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.898Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "aai-ml", "timestamp": 1646846686543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.899Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.899Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "multicloud-k8s-id", "timestamp": 1646846694064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:10.900Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "cds", "timestamp": 1646846687496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "ves-openapi-manager", "timestamp": 1646846681582, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.901Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846675301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.901Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "dcae-sch", "timestamp": 1646846684774, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.902Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "aai-ml", "timestamp": 1646846686543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:27:10.902Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.903Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "cds", "timestamp": 1646846687496, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:27:10.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "ves-openapi-manager", "timestamp": 1646846681582, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.905Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846675301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "dcae-sch", "timestamp": 1646846684774, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "multicloud-k8s-id", "timestamp": 1646846695544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:10.907Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "clamp", "timestamp": 1646846695330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.907Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "aai-ml", "timestamp": 1646846696752, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:10.908Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "policy-id", "timestamp": 1646846695950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "ves-openapi-manager", "timestamp": 1646846681582, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846675301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:27:10.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "dcae-sch", "timestamp": 1646846684774, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "clamp", "timestamp": 1646846695330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/resourceInstances/pnfcdf48d928d770/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "multicloud-k8s-id", "timestamp": 1646846696967, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:10.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "policy-id", "timestamp": 1646846695950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "cds", "timestamp": 1646846697142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:10.913Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "ves-openapi-manager", "timestamp": 1646846681582, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "dcae-sch", "timestamp": 1646846684774, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "clamp", "timestamp": 1646846695330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846698356, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:10.915Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "policy-id", "timestamp": 1646846695950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T17:27:10.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "ves-openapi-manager", "timestamp": 1646846681582, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "multicloud-k8s-id", "timestamp": 1646846698340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:10.916Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "dcae-sch", "timestamp": 1646846684774, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "clamp", "timestamp": 1646846695330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:27:10.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:27:10.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "policy-id", "timestamp": 1646846695950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "multicloud-k8s-id", "timestamp": 1646846699412, "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-09T17:27:10.925Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 03b609bd-b828-47eb-9424-9d35bba0b715 2022-03-09T17:27:10.925Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03b609bd-b828-47eb-9424-9d35bba0b715 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-09T17:27:10.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "dcae-sch", "timestamp": 1646846684774, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "cds", "timestamp": 1646846699570, "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-09T17:27:10.946Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c3644f8b-63ed-43b7-9787-804ff84070be 2022-03-09T17:27:10.946Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3644f8b-63ed-43b7-9787-804ff84070be 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-09T17:27:10.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "clamp", "timestamp": 1646846695330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846700755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:27:10.954Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "policy-id", "timestamp": 1646846695950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846700852, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:10.955Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "multicloud-k8s-id", "timestamp": 1646846700416, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:27:10.955Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "dcae-sch", "timestamp": 1646846684774, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "clamp", "timestamp": 1646846695330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846701759, "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-09T17:27:10.960Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 03b609bd-b828-47eb-9424-9d35bba0b715 2022-03-09T17:27:10.960Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03b609bd-b828-47eb-9424-9d35bba0b715 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-09T17:27:10.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "policy-id", "timestamp": 1646846695950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "multicloud-k8s-id", "timestamp": 1646846684116, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "dcae-sch", "timestamp": 1646846684774, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "clamp", "timestamp": 1646846695330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "policy-id", "timestamp": 1646846695950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "ves-openapi-manager", "timestamp": 1646846701582, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846702966, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1mcbykiki47g4vg4nfi3/1.0/artifacts/service-DemoPnf1mcbykiki47g4vg4nfi3-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:27:10.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "multicloud-k8s-id", "timestamp": 1646846684116, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:27:10.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "clamp", "timestamp": 1646846695330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "policy-id", "timestamp": 1646846695950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:27:10.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "cds", "timestamp": 1646846702494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "ves-openapi-manager", "timestamp": 1646846701582, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "multicloud-k8s-id", "timestamp": 1646846684116, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T17:27:10.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "clamp", "timestamp": 1646846695330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:27:10.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "cds", "timestamp": 1646846702494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "policy-id", "timestamp": 1646846704702, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:10.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "ves-openapi-manager", "timestamp": 1646846701582, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "multicloud-k8s-id", "timestamp": 1646846684116, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "aai-ml", "timestamp": 1646846705661, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:27:10.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "cds", "timestamp": 1646846702494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "policy-id", "timestamp": 1646846705705, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:27:10.972Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:10.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "ves-openapi-manager", "timestamp": 1646846701582, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.972Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846705300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.972Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "dcae-sch", "timestamp": 1646846704774, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.972Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "multicloud-k8s-id", "timestamp": 1646846684116, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-09T17:27:10.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "aai-ml", "timestamp": 1646846706666, "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-09T17:27:10.979Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 03b609bd-b828-47eb-9424-9d35bba0b715 2022-03-09T17:27:10.979Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03b609bd-b828-47eb-9424-9d35bba0b715 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-09T17:27:10.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "cds", "timestamp": 1646846702494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "policy-id", "timestamp": 1646846706718, "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-09T17:27:10.991Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3644f8b-63ed-43b7-9787-804ff84070be 2022-03-09T17:27:10.992Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3644f8b-63ed-43b7-9787-804ff84070be 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-09T17:27:10.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "ves-openapi-manager", "timestamp": 1646846701582, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846705300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "dcae-sch", "timestamp": 1646846704774, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "multicloud-k8s-id", "timestamp": 1646846684116, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:10.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:10.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "aai-ml", "timestamp": 1646846686543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:10.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:11.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:11.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "cds", "timestamp": 1646846702494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:11.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:11.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:11.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "policy-id", "timestamp": 1646846695950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:11.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:11.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:11.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "ves-openapi-manager", "timestamp": 1646846701582, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:11.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:11.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:11.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846705300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:11.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:11.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:11.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "dcae-sch", "timestamp": 1646846704774, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:11.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:11.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:11.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "multicloud-k8s-id", "timestamp": 1646846684116, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:11.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:11.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:11.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "clamp", "timestamp": 1646846707942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:11.001Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:11.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:11.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "aai-ml", "timestamp": 1646846686543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:11.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:11.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:11.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "cds", "timestamp": 1646846702494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:11.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:11.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:11.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "policy-id", "timestamp": 1646846695950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:11.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:11.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:11.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "ves-openapi-manager", "timestamp": 1646846701582, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-09T17:27:11.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:11.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:11.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846705300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:11.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:11.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:11.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "dcae-sch", "timestamp": 1646846704774, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:11.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:11.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:11.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "multicloud-k8s-id", "timestamp": 1646846684116, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:27:11.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:11.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:11.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "aai-ml", "timestamp": 1646846686543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:11.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:11.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:11.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "cds", "timestamp": 1646846702494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:11.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:11.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:11.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "policy-id", "timestamp": 1646846695950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:11.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:11.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:11.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "ves-openapi-manager", "timestamp": 1646846701582, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:11.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:11.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:11.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846705300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:11.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:11.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:11.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "dcae-sch", "timestamp": 1646846704774, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:11.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:27:11.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:27:11.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "multicloud-k8s-id", "timestamp": 1646846709665, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:27:11.006Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:27:22.911Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b2fe1f3-a55a-49f7-8d94-19adf18842cc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09T17:27:22.921Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b2fe1f3-a55a-49f7-8d94-19adf18842cc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09T17:27:22.924Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:27:22.924Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:27:22.924Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T17:27:22.924Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T17:27:22.925Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:27:22.925Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:27:22.925Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:27:22.925Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:27:22.925Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:27:22.925Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:27:22.925Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-09T17:27:22.930Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T17:27:52.932Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7b2fe1f3-a55a-49f7-8d94-19adf18842cc 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-09T17:27:52.939Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7b2fe1f3-a55a-49f7-8d94-19adf18842cc and serviceModelVersionId: 8d27b521-99b3-403e-be57-9d7f21f05738 2022-03-09T17:27:52.939Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e4a88310-8152-4e29-9242-8a5ff22e0ac5 2022-03-09T17:27:52.940Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e4a88310-8152-4e29-9242-8a5ff22e0ac5/model-vers/model-ver/8d27b521-99b3-403e-be57-9d7f21f05738?depth=0 2022-03-09T17:27:52.945Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T17:27:52.996Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4a88310-8152-4e29-9242-8a5ff22e0ac5/model-vers/model-ver/8d27b521-99b3-403e-be57-9d7f21f05738?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-09T17:27:52.997Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4a88310-8152-4e29-9242-8a5ff22e0ac5/model-vers/model-ver/8d27b521-99b3-403e-be57-9d7f21f05738?depth=0|INFO|500||Invoke 2022-03-09T17:27:53.016Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4a88310-8152-4e29-9242-8a5ff22e0ac5/model-vers/model-ver/8d27b521-99b3-403e-be57-9d7f21f05738?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T17:27:53.591Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4a88310-8152-4e29-9242-8a5ff22e0ac5/model-vers/model-ver/8d27b521-99b3-403e-be57-9d7f21f05738?depth=0|INFO|500||InvokeReturn 2022-03-09T17:27:53.592Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4a88310-8152-4e29-9242-8a5ff22e0ac5/model-vers/model-ver/8d27b521-99b3-403e-be57-9d7f21f05738?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220309-17:27:52:712-73410], vertex-id=[233536], Content-Length=[0], Date=[Wed, 09 Mar 2022 17:27:52 GMT], Content-Type=[application/json]} 2022-03-09T17:27:53.592Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-03-09T17:27:53.593Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T17:27:53.593Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T17:27:53.599Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-09T17:27:53.599Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7b2fe1f3-a55a-49f7-8d94-19adf18842cc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T17:27:53.599Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T17:27:53.600Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:27:53.602Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:27:53.602Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846873599, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T17:27:53.703Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T17:27:53.704Z||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-09T17:27:53.704Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:27:53.722Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:27:53.723Z||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-09T17:27:54.616Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-09T17:27:54.616Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"069d39ea-2c9a-4b75-86e1-114e1c007909","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"0f38f7e7-237d-4d0d-8d7f-1b0f6b19c082","serviceDescription":"service","serviceInvariantUUID":"6e3fe874-6da0-4c53-8bea-ff77598ac5a4","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"134fe8ac-2e3d-45e4-9210-e13a86550f1b","resourceInvariantUUID":"5f71c97e-6428-4648-81ac-10db47924a09","resourceCustomizationUUID":"129f3d14-9bdc-4ff9-b00b-65b8260dd7d3","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":"81f807b1-3f39-492c-866c-3a1e1ec07a29","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":"MGM5NDBmZDgyY2U4NWM4MjM1MWUwYWJlMDcxZmY3YzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"393ef344-74e5-40a4-b536-2733f672c9ea","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":"OTNkN2M4NWQ2ODYxOWUwOTM0ZGVhNzI3ZmJmZDg2MWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"837306b6-18b0-4472-9ef4-a9ee0a884acf","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":"8dad1ae7-fb4e-4b0e-a3fd-ad07bc835598","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":"d407549b-844d-42a6-8fb3-ae95493a6eb4","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":"4a0cbe6e-4aeb-4a66-987d-3e3778e5777d","artifactVersion":"2","generatedFromUUID":"8dad1ae7-fb4e-4b0e-a3fd-ad07bc835598"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ODBlZWNhNGQzMzVhMTY5NTkxNWUwMjljYTBjZmIyZjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"efad7e4e-28cd-47eb-afe8-0686d8d05630","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MjgzZjJjZDYzNmFkZjgyZjk5MGYxM2ExOWJlYmJjZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ae7b09cb-536c-455f-b4ea-41b12994a69c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T17:27:54.617Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:27:54.617Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:27:54.619Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:27:54.620Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:54.720Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:27:54.721Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T17:27:54.721Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:27:54.734Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:27:54.734Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:27:55.620Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:27:55.621Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:27:55.623Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:27:55.623Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:55.723Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:27:55.724Z||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-09T17:27:55.724Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:27:55.738Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:27:55.741Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:27:56.624Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:27:56.624Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:27:56.626Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:27:56.627Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:27:56.727Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:27:56.728Z||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-09T17:27:56.728Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:27:56.740Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:27:56.741Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:27:57.627Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:27:57.628Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:27:57.631Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:27:57.631Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T17:27:57.731Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:27:57.732Z||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-09T17:27:57.732Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:27:57.748Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:27:57.756Z||pool-70-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:27:58.631Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:27:58.632Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:27:58.638Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:27:58.638Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:27:58.736Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-09T17:27:58.736Z||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-09T17:27:58.737Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:27:58.753Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:27:58.753Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:27:59.638Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:27:59.639Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:27:59.647Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:27:59.647Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-09T17:27:59.752Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-03-09T17:27:59.753Z||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-09T17:27:59.753Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:27:59.769Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:27:59.770Z||pool-72-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:28:00.648Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:28:00.648Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:00.650Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:00.650Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:00.751Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T17:28:00.752Z||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-09T17:28:00.752Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:28:00.765Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:00.765Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:28:01.652Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:28:01.656Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:01.658Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:01.658Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:28:01.758Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:28:01.760Z||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-09T17:28:01.760Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:28:01.771Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:01.772Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:28:02.660Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "0f38f7e7-237d-4d0d-8d7f-1b0f6b19c082", "serviceDescription": "service", "serviceInvariantUUID": "6e3fe874-6da0-4c53-8bea-ff77598ac5a4", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "129f3d14-9bdc-4ff9-b00b-65b8260dd7d3", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "134fe8ac-2e3d-45e4-9210-e13a86550f1b", "resourceInvariantUUID": "5f71c97e-6428-4648-81ac-10db47924a09", "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": "OTNkN2M4NWQ2ODYxOWUwOTM0ZGVhNzI3ZmJmZDg2MWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "837306b6-18b0-4472-9ef4-a9ee0a884acf", "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": "8dad1ae7-fb4e-4b0e-a3fd-ad07bc835598", "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": "4a0cbe6e-4aeb-4a66-987d-3e3778e5777d", "generatedFromUUID": "8dad1ae7-fb4e-4b0e-a3fd-ad07bc835598" }, "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": "4a0cbe6e-4aeb-4a66-987d-3e3778e5777d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "MjgzZjJjZDYzNmFkZjgyZjk5MGYxM2ExOWJlYmJjZmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ae7b09cb-536c-455f-b4ea-41b12994a69c" } ], "workloadContext": "Production" } 2022-03-09T17:28:02.661Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T17:28:02.661Z|7b2fe1f3-a55a-49f7-8d94-19adf18842cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0f38f7e7-237d-4d0d-8d7f-1b0f6b19c082 ASDC 2022-03-09T17:28:02.661Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:069d39ea-2c9a-4b75-86e1-114e1c007909 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:0f38f7e7-237d-4d0d-8d7f-1b0f6b19c082 ServiceInvariantUUID:6e3fe874-6da0-4c53-8bea-ff77598ac5a4 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:ae7b09cb-536c-455f-b4ea-41b12994a69c ArtifactChecksum:MjgzZjJjZDYzNmFkZjgyZjk5MGYxM2ExOWJlYmJjZmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:129f3d14-9bdc-4ff9-b00b-65b8260dd7d3 ResourceInvariantUUID:5f71c97e-6428-4648-81ac-10db47924a09 ResourceName:basicclamp ResourceType:VF ResourceUUID:134fe8ac-2e3d-45e4-9210-e13a86550f1b 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:837306b6-18b0-4472-9ef4-a9ee0a884acf ArtifactChecksum:OTNkN2M4NWQ2ODYxOWUwOTM0ZGVhNzI3ZmJmZDg2MWU= 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:8dad1ae7-fb4e-4b0e-a3fd-ad07bc835598 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:4a0cbe6e-4aeb-4a66-987d-3e3778e5777d 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:4a0cbe6e-4aeb-4a66-987d-3e3778e5777d ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T17:28:02.662Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0f38f7e7-237d-4d0d-8d7f-1b0f6b19c082 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-09T17:28:02.699Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:28:02.700Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-09T17:28:02.700Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-09T17:28:02.700Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ae7b09cb-536c-455f-b4ea-41b12994a69c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-09T17:28:02.700Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T17:28:02.700Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-09T17:28:03.266Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T17:28:03.272Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ae7b09cb-536c-455f-b4ea-41b12994a69c 73646 2022-03-09T17:28:03.272Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||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-09T17:28:03.272Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||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-09T17:28:03.273Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:28:03.273Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:03.275Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:03.275Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846883272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:28:03.375Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:28:03.376Z||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-09T17:28:03.376Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:28:03.389Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:03.390Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:28:04.275Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:28:04.277Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-09T17:28:04.277Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ae7b09cb-536c-455f-b4ea-41b12994a69c, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T17:28:04.277Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-03-09T17:28:04.277Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T17:28:04.278Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T17:28:04.398Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16048290157354674615/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-09T17:28:05.692Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T17:28:05.692Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-09T17:28:05.692Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T17:28:05.692Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-09T17:28:05.692Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||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-09T17:28:05.692Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||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-09T17:28:05.693Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T17:28:05.693Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T17:28:05.693Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T17:28:05.693Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||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-09T17:28:05.693Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||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-09T17:28:05.693Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T17:28:05.693Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T17:28:05.693Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-09T17:28:05.693Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:05.693Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:05.694Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T17:28:05.694Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-09T17:28:05.694Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:28:05.694Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:05.694Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:05.694Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T17:28:05.694Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-09T17:28:05.695Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:28:05.695Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:05.695Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:05.695Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:05.695Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-09T17:28:05.695Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-09T17:28:05.695Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-09T17:28:05.696Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-09T17:28:05.696Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-09T17:28:05.696Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T17:28:05.696Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:05.696Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:28:05.696Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:05.696Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T17:28:05.696Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:28:05.697Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:05.697Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T17:28:05.697Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:28:05.697Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:05.697Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T17:28:05.697Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:28:05.697Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:05.697Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-09T17:28:05.698Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-09T17:28:05.698Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-09T17:28:05.698Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=80399947-773b-4bb3-a347-242e872c2636 2022-03-09T17:28:05.698Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:05.698Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:05.698Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:05.698Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:05.698Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:05.699Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:05.699Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:05.699Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:05.699Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:0f38f7e7-237d-4d0d-8d7f-1b0f6b19c082 Model Version:NULL Model InvariantUuid:6e3fe874-6da0-4c53-8bea-ff77598ac5a4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:8f7b22ac-a8b2-4463-92c9-75c005868f79 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5f71c97e-6428-4648-81ac-10db47924a09 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:129f3d14-9bdc-4ff9-b00b-65b8260dd7d3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f14f5e82-5521-4ac9-8068-757b1031d913 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:5d844512-981f-4ae6-9ec4-00ee5cd8f3ca ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:80399947-773b-4bb3-a347-242e872c2636 ModelInvariantUuid:e6629604-1206-4323-9c92-0664a096e25f ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:4126396e-91aa-4b6a-a21e-84fc8de2255e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:f00168b8-fcb2-44b2-be0f-014b9c4b484d ModelInvariantUuid:4e0556cc-989e-48ec-a096-8c63346e6c04 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:91744216-1887-4774-9210-47679f837ada 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-09T17:28:05.706Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 134fe8ac-2e3d-45e4-9210-e13a86550f1b 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-09T17:28:05.709Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||basicclamp 0 2022-03-09T17:28:05.709Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 134fe8ac-2e3d-45e4-9210-e13a86550f1b 2022-03-09T17:28:05.710Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 837306b6-18b0-4472-9ef4-a9ee0a884acf from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-09T17:28:05.710Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T17:28:05.710Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||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-09T17:28:05.791Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T17:28:05.792Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 837306b6-18b0-4472-9ef4-a9ee0a884acf 790 2022-03-09T17:28:05.792Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||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-09T17:28:05.792Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||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-09T17:28:05.792Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:28:05.793Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:05.794Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:05.794Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846885792, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:28:05.895Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:28:05.896Z||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-09T17:28:05.896Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:28:05.910Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:05.910Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:28:06.795Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f14f5e82-5521-4ac9-8068-757b1031d913", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5d844512-981f-4ae6-9ec4-00ee5cd8f3ca", "vfModuleModelCustomizationUUID": "e47411a5-08df-4e49-a1be-4eb5531dd66d", "isBase": true, "artifacts": [ "8dad1ae7-fb4e-4b0e-a3fd-ad07bc835598", "4a0cbe6e-4aeb-4a66-987d-3e3778e5777d" ], "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-09T17:28:06.799Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5d844512-981f-4ae6-9ec4-00ee5cd8f3ca VfModuleModelInvariantUUID:f14f5e82-5521-4ac9-8068-757b1031d913 VfModuleModelDescription:NULL Artifacts UUID List:{ 8dad1ae7-fb4e-4b0e-a3fd-ad07bc835598 , 4a0cbe6e-4aeb-4a66-987d-3e3778e5777d } 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-09T17:28:06.802Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f14f5e82-5521-4ac9-8068-757b1031d913", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5d844512-981f-4ae6-9ec4-00ee5cd8f3ca", "vfModuleModelCustomizationUUID": "e47411a5-08df-4e49-a1be-4eb5531dd66d", "isBase": true, "artifacts": [ "8dad1ae7-fb4e-4b0e-a3fd-ad07bc835598", "4a0cbe6e-4aeb-4a66-987d-3e3778e5777d" ], "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-09T17:28:06.802Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5d844512-981f-4ae6-9ec4-00ee5cd8f3ca VfModuleModelInvariantUUID:f14f5e82-5521-4ac9-8068-757b1031d913 VfModuleModelDescription:NULL Artifacts UUID List:{ 8dad1ae7-fb4e-4b0e-a3fd-ad07bc835598 , 4a0cbe6e-4aeb-4a66-987d-3e3778e5777d } 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-09T17:28:06.802Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8dad1ae7-fb4e-4b0e-a3fd-ad07bc835598 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-09T17:28:06.802Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T17:28:06.803Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||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-09T17:28:07.068Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T17:28:07.068Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 8dad1ae7-fb4e-4b0e-a3fd-ad07bc835598 5033 2022-03-09T17:28:07.069Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||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-09T17:28:07.069Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||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-09T17:28:07.069Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:28:07.069Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:07.072Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:07.072Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846887069, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:28:07.172Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:28:07.172Z||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-09T17:28:07.173Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:28:07.186Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:07.187Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:28:08.073Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4a0cbe6e-4aeb-4a66-987d-3e3778e5777d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-09T17:28:08.074Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T17:28:08.074Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||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-09T17:28:08.377Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T17:28:08.378Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 4a0cbe6e-4aeb-4a66-987d-3e3778e5777d 909 2022-03-09T17:28:08.378Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||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-09T17:28:08.378Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||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-09T17:28:08.378Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:28:08.379Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:08.383Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:08.383Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846888378, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:28:08.481Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-09T17:28:08.482Z||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-09T17:28:08.482Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:28:08.495Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:08.496Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:28:09.384Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0f38f7e7-237d-4d0d-8d7f-1b0f6b19c082 2022-03-09T17:28:09.385Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 134fe8ac-2e3d-45e4-9210-e13a86550f1b 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-09T17:28:09.401Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77fe301e, org.onap.sdc.toscaparser.api.parameters.Input@3505ea29, org.onap.sdc.toscaparser.api.parameters.Input@5dc51f19, org.onap.sdc.toscaparser.api.parameters.Input@3d4b521b, org.onap.sdc.toscaparser.api.parameters.Input@3bb3fb6c] 2022-03-09T17:28:09.403Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:09.404Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:09.404Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-03-09T17:28:09.404Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 129f3d14-9bdc-4ff9-b00b-65b8260dd7d3 2022-03-09T17:28:09.404Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 129f3d14-9bdc-4ff9-b00b-65b8260dd7d3 matches Tosca VF Customization UUID: 129f3d14-9bdc-4ff9-b00b-65b8260dd7d3 2022-03-09T17:28:09.404Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 129f3d14-9bdc-4ff9-b00b-65b8260dd7d3 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-09T17:28:09.407Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:09.407Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:09.408Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 129f3d14-9bdc-4ff9-b00b-65b8260dd7d3: {\"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-09T17:28:09.408Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3389bf67 2022-03-09T17:28:09.408Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:09.408Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:28:09.409Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e47411a5-08df-4e49-a1be-4eb5531dd66d 2022-03-09T17:28:09.409Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e47411a5-08df-4e49-a1be-4eb5531dd66d 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-09T17:28:09.411Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:09.412Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T17:28:09.412Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:28:09.412Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:09.412Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T17:28:09.412Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:28:09.413Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:09.413Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-09T17:28:09.413Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-09T17:28:09.414Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-09T17:28:09.414Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=80399947-773b-4bb3-a347-242e872c2636 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-09T17:28:09.416Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:09.417Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T17:28:09.417Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:28:09.417Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:09.417Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T17:28:09.417Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=129f3d14-9bdc-4ff9-b00b-65b8260dd7d3 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-09T17:28:09.419Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:09.420Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:09.420Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0f38f7e7-237d-4d0d-8d7f-1b0f6b19c082: basicclamp 2022-03-09T17:28:09.420Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:09.421Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:09.421Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:09.421Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:09.422Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:09.422Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:09.422Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:09.423Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:09.423Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:09.423Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:09.424Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||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-09T17:28:09.517Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 134fe8ac-2e3d-45e4-9210-e13a86550f1b 1 ASDC deployResourceStructure 2022-03-09T17:28:09.518Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||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-09T17:28:09.518Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||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-09T17:28:09.518Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:28:09.519Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:09.521Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:09.522Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846889518, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:28:09.622Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:28:09.622Z||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-09T17:28:09.623Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:28:09.636Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:09.637Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:28:10.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:28:10.488Z||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-09T17:28:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:28:10.512Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:10.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "aai-ml", "timestamp": 1646846686543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "cds", "timestamp": 1646846702494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "policy-id", "timestamp": 1646846695950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.517Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "ves-openapi-manager", "timestamp": 1646846701582, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.517Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846705300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "dcae-sch", "timestamp": 1646846704774, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "clamp", "timestamp": 1646846710945, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:28:10.519Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:28:10.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "multicloud-k8s-id", "timestamp": 1646846710871, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:28:10.520Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:28:10.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "aai-ml", "timestamp": 1646846686543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "cds", "timestamp": 1646846702494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:28:10.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "policy-id", "timestamp": 1646846695950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.523Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||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-09T17:28:10.523Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||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-09T17:28:10.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.523Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:28:10.524Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:10.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846705300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "dcae-sch", "timestamp": 1646846704774, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "clamp", "timestamp": 1646846711950, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } 2022-03-09T17:28:10.527Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:10.527Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846890523, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T17:28:10.539Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 03b609bd-b828-47eb-9424-9d35bba0b715 2022-03-09T17:28:10.539Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03b609bd-b828-47eb-9424-9d35bba0b715 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-09T17:28:10.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "ves-openapi-manager", "timestamp": 1646846711766, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:28:10.551Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:28:10.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "aai-ml", "timestamp": 1646846686543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "multicloud-k8s-id", "timestamp": 1646846712060, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:28:10.551Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:28:10.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "policy-id", "timestamp": 1646846695950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846705300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:28:10.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "cds", "timestamp": 1646846712369, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:28:10.552Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:28:10.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "dcae-sch", "timestamp": 1646846704774, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "clamp", "timestamp": 1646846695330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "ves-openapi-manager", "timestamp": 1646846712797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:28:10.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:28:10.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "aai-ml", "timestamp": 1646846686543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "multicloud-k8s-id", "timestamp": 1646846713087, "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-09T17:28:10.557Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3644f8b-63ed-43b7-9787-804ff84070be 2022-03-09T17:28:10.557Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3644f8b-63ed-43b7-9787-804ff84070be 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-09T17:28:10.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "policy-id", "timestamp": 1646846695950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "dcae-sch", "timestamp": 1646846704774, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "clamp", "timestamp": 1646846695330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:28:10.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "cds", "timestamp": 1646846713613, "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-09T17:28:10.585Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2f3df327-5d8a-4229-9c19-68320abefa5f 2022-03-09T17:28:10.585Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f3df327-5d8a-4229-9c19-68320abefa5f 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-09T17:28:10.592Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.592Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846714362, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:28:10.592Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:28:10.592Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.592Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "ves-openapi-manager", "timestamp": 1646846713800, "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-09T17:28:10.596Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 2f3df327-5d8a-4229-9c19-68320abefa5f 2022-03-09T17:28:10.596Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f3df327-5d8a-4229-9c19-68320abefa5f 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-09T17:28:10.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "aai-ml", "timestamp": 1646846686543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:28:10.603Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "multicloud-k8s-id", "timestamp": 1646846714093, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:28:10.604Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:28:10.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "policy-id", "timestamp": 1646846695950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.604Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "clamp", "timestamp": 1646846695330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.604Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "aai-ml", "timestamp": 1646846715758, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:28:10.604Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:28:10.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "policy-id", "timestamp": 1646846695950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:28:10.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "clamp", "timestamp": 1646846695330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "multicloud-k8s-id", "timestamp": 1646846715097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.605Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846716989, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:28:10.605Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:28:10.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "policy-id", "timestamp": 1646846716852, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:28:10.606Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:28:10.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "clamp", "timestamp": 1646846695330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "multicloud-k8s-id", "timestamp": 1646846715097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846717994, "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-09T17:28:10.610Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c3644f8b-63ed-43b7-9787-804ff84070be 2022-03-09T17:28:10.610Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3644f8b-63ed-43b7-9787-804ff84070be 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-09T17:28:10.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "policy-id", "timestamp": 1646846717858, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:28:10.618Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:28:10.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "clamp", "timestamp": 1646846695330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.618Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "multicloud-k8s-id", "timestamp": 1646846715097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.618Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846705300, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.619Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "policy-id", "timestamp": 1646846718865, "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-09T17:28:10.623Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f3df327-5d8a-4229-9c19-68320abefa5f 2022-03-09T17:28:10.623Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f3df327-5d8a-4229-9c19-68320abefa5f 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-09T17:28:10.627Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:28:10.628Z||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-09T17:28:10.628Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:28:10.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "clamp", "timestamp": 1646846695330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.630Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.631Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "multicloud-k8s-id", "timestamp": 1646846715097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.631Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.631Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.631Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846705300, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.631Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.631Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.631Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "clamp", "timestamp": 1646846695330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:28:10.631Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.631Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.631Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "multicloud-k8s-id", "timestamp": 1646846715097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.632Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846705300, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.632Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "multicloud-k8s-id", "timestamp": 1646846715097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.632Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846705300, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.632Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "multicloud-k8s-id", "timestamp": 1646846715097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.633Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.633Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.633Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846705300, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.633Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.633Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.633Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "multicloud-k8s-id", "timestamp": 1646846715097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.633Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.633Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.633Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846705300, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.634Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.634Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.634Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "multicloud-k8s-id", "timestamp": 1646846715097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:28:10.634Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.634Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.634Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846705300, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.635Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846705300, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.635Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846705300, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:28:10.635Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846728488, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:28:10.636Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:28:10.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "aai-ml", "timestamp": 1646846728950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:28:10.636Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:28:10.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "clamp", "timestamp": 1646846728946, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:28:10.636Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:28:10.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "aai-ml", "timestamp": 1646846729954, "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-09T17:28:10.640Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c3644f8b-63ed-43b7-9787-804ff84070be 2022-03-09T17:28:10.641Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3644f8b-63ed-43b7-9787-804ff84070be and ComponentName AAI 2022-03-09T17:28:10.641Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:10.642Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-09T17:28:10.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846730660, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:28:10.648Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:28:10.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "aai-ml", "timestamp": 1646846730957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646846731665, "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-09T17:28:10.653Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2f3df327-5d8a-4229-9c19-68320abefa5f 2022-03-09T17:28:10.653Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f3df327-5d8a-4229-9c19-68320abefa5f 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-09T17:28:10.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "aai-ml", "timestamp": 1646846730957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "clamp", "timestamp": 1646846732958, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:28:10.660Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:28:10.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "aai-ml", "timestamp": 1646846730957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "clamp", "timestamp": 1646846733964, "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-09T17:28:10.665Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c3644f8b-63ed-43b7-9787-804ff84070be 2022-03-09T17:28:10.665Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3644f8b-63ed-43b7-9787-804ff84070be 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-09T17:28:10.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "aai-ml", "timestamp": 1646846730957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.673Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "clamp", "timestamp": 1646846695330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "aai-ml", "timestamp": 1646846730957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "clamp", "timestamp": 1646846695330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "aai-ml", "timestamp": 1646846730957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "clamp", "timestamp": 1646846695330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "aai-ml", "timestamp": 1646846730957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "clamp", "timestamp": 1646846695330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "aai-ml", "timestamp": 1646846730957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "clamp", "timestamp": 1646846695330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "aai-ml", "timestamp": 1646846730957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:28:10.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "clamp", "timestamp": 1646846695330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "aai-ml", "timestamp": 1646846740862, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:28:10.679Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:28:10.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "clamp", "timestamp": 1646846695330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "clamp", "timestamp": 1646846695330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "clamp", "timestamp": 1646846695330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:28:10.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "aai-ml", "timestamp": 1646846746580, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:28:10.681Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:28:10.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "aai-ml", "timestamp": 1646846747582, "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-09T17:28:10.687Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2f3df327-5d8a-4229-9c19-68320abefa5f 2022-03-09T17:28:10.688Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f3df327-5d8a-4229-9c19-68320abefa5f 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-09T17:28:10.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "clamp", "timestamp": 1646846754950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:28:10.697Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:28:10.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "clamp", "timestamp": 1646846757954, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:28:10.697Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:28:10.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "clamp", "timestamp": 1646846758957, "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-09T17:28:10.703Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2f3df327-5d8a-4229-9c19-68320abefa5f 2022-03-09T17:28:10.703Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f3df327-5d8a-4229-9c19-68320abefa5f 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-09T17:28:10.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b2bd4dc-030d-4b4d-8ec2-7c7b7f7796dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846764356, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T17:28:10.712Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:28:10.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:28:10.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T17:28:10.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:10.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:10.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:28:10.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-09T17:28:10.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:28:11.531Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||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-09T17:28:11.531Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||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-09T17:28:11.531Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:28:11.532Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:11.535Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:11.535Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846891531, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-09T17:28:11.635Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:28:11.636Z||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-09T17:28:11.636Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:28:11.650Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:11.651Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:28:12.537Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||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-09T17:28:12.537Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||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-09T17:28:12.537Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:28:12.538Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:12.541Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:12.541Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846892537, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:28:12.641Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:28:12.642Z||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-09T17:28:12.642Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:28:12.654Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:12.654Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:28:13.542Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 069d39ea-2c9a-4b75-86e1-114e1c007909 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09T17:28:13.555Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 069d39ea-2c9a-4b75-86e1-114e1c007909 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09T17:28:13.560Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:28:13.561Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:28:13.561Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T17:28:13.561Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T17:28:13.562Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:28:13.562Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:28:13.562Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:28:13.562Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:28:13.563Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:28:13.563Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:28:13.563Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:28:13.564Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-09T17:28:13.570Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T17:28:43.570Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 069d39ea-2c9a-4b75-86e1-114e1c007909 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-09T17:28:43.576Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 069d39ea-2c9a-4b75-86e1-114e1c007909 and serviceModelVersionId: 0f38f7e7-237d-4d0d-8d7f-1b0f6b19c082 2022-03-09T17:28:43.577Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e3fe874-6da0-4c53-8bea-ff77598ac5a4 2022-03-09T17:28:43.577Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e3fe874-6da0-4c53-8bea-ff77598ac5a4/model-vers/model-ver/0f38f7e7-237d-4d0d-8d7f-1b0f6b19c082?depth=0 2022-03-09T17:28:43.582Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T17:28:43.623Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e3fe874-6da0-4c53-8bea-ff77598ac5a4/model-vers/model-ver/0f38f7e7-237d-4d0d-8d7f-1b0f6b19c082?depth=0|INFO|500||Invoke 2022-03-09T17:28:43.623Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e3fe874-6da0-4c53-8bea-ff77598ac5a4/model-vers/model-ver/0f38f7e7-237d-4d0d-8d7f-1b0f6b19c082?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e3fe874-6da0-4c53-8bea-ff77598ac5a4/model-vers/model-ver/0f38f7e7-237d-4d0d-8d7f-1b0f6b19c082?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[069d39ea-2c9a-4b75-86e1-114e1c007909], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c42a90e2-b935-4243-a5ce-f77d083499de], X-ECOMP-RequestID=[069d39ea-2c9a-4b75-86e1-114e1c007909], X-TransactionId=[], X-ONAP-RequestID=[069d39ea-2c9a-4b75-86e1-114e1c007909], Content-Type=[application/merge-patch+json]} 2022-03-09T17:28:43.647Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e3fe874-6da0-4c53-8bea-ff77598ac5a4/model-vers/model-ver/0f38f7e7-237d-4d0d-8d7f-1b0f6b19c082?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T17:28:43.887Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e3fe874-6da0-4c53-8bea-ff77598ac5a4/model-vers/model-ver/0f38f7e7-237d-4d0d-8d7f-1b0f6b19c082?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/6e3fe874-6da0-4c53-8bea-ff77598ac5a4/model-vers/model-ver/0f38f7e7-237d-4d0d-8d7f-1b0f6b19c082?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220309-17:28:43:339-25333], vertex-id=[229392], Content-Length=[0], Date=[Wed, 09 Mar 2022 17:28:43 GMT], Content-Type=[application/json]} 2022-03-09T17:28:43.887Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e3fe874-6da0-4c53-8bea-ff77598ac5a4/model-vers/model-ver/0f38f7e7-237d-4d0d-8d7f-1b0f6b19c082?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-09T17:28:43.888Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e3fe874-6da0-4c53-8bea-ff77598ac5a4/model-vers/model-ver/0f38f7e7-237d-4d0d-8d7f-1b0f6b19c082?depth=0|INFO|500||InvokeReturn 2022-03-09T17:28:43.888Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T17:28:43.889Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T17:28:43.894Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-09T17:28:43.895Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 069d39ea-2c9a-4b75-86e1-114e1c007909 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T17:28:43.895Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T17:28:43.895Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:43.898Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:43.898Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846923895, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T17:28:43.998Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:28:43.999Z||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-09T17:28:43.999Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:28:44.013Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:44.013Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 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-09T17:28:44.911Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-09T17:28:44.911Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"03b609bd-b828-47eb-9424-9d35bba0b715","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"6b46b9cd-7412-4d17-a64d-3f42f7c1df6c","serviceDescription":"service","serviceInvariantUUID":"002cf22b-b1c2-4a74-9ca8-068db85b64e2","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7013204d-a122-4540-bf33-eb836184e2b8","resourceInvariantUUID":"933a3700-0f7d-464f-b759-75a4615abc64","resourceCustomizationUUID":"bb578e37-8dac-492e-884e-5c81472718a8","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":"OTI5ZjUzOWYxMWJhMjQyNWNiZWNmM2Y5YmQyYmFlOTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4255b45f-8278-40ca-9278-f67878cdd2be","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":"46e0e757-d3c9-4507-8223-b48e3df2b679","artifactVersion":"2","generatedFromUUID":"64d9ad4d-7e90-424e-8589-6bf4516bc52a"},{"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":"64d9ad4d-7e90-424e-8589-6bf4516bc52a","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":"ZDk0MWRjM2U5Yjg2ODI1NThlZjMwZGU4NWRkOTIzZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e83dd553-7a16-4d7b-9f27-fd7ce3df0661","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":"6e5896cd-a8c8-4074-bedb-11d5ed52c259","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":"3204d738-5233-4e04-83e1-d2416305788f","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":"6cfc4a45-41e0-4e58-9b58-b923e3ba4a08","artifactVersion":"2","generatedFromUUID":"6e5896cd-a8c8-4074-bedb-11d5ed52c259"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZWM4MmFkZGYxZTlhMGQ3Y2M3ZTRjODliNGEzMTZkNjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6f5a753b-2779-43be-bd4b-37245b636cdc","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NzAzNTRlZDk3ZmM2M2ZiNDRlNWZlOTQ3ZjU4NTM4NWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0800e10e-c4c2-42a2-a037-d05d78ae897e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T17:28:44.911Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:28:44.912Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:44.914Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:44.914Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:45.014Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:28:45.015Z||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-09T17:28:45.016Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:28:45.028Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:45.028Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:28:45.915Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:28:45.916Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:45.919Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:45.919Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-09T17:28:46.020Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:28:46.021Z||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-09T17:28:46.021Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:28:46.032Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:46.033Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:28:46.920Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:28:46.920Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:46.922Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:46.922Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-09T17:28:47.023Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:28:47.024Z||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-09T17:28:47.024Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:28:47.041Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:47.041Z||pool-86-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:28:47.923Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:28:47.924Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:47.925Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:47.926Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:28:48.026Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:28:48.027Z||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-09T17:28:48.027Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:28:48.038Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:48.039Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:28:48.927Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:28:48.928Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:48.930Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:48.930Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-09T17:28:49.030Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:28:49.032Z||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-09T17:28:49.032Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:28:49.044Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:49.044Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:28:49.931Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:28:49.932Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:49.935Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:49.935Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:50.035Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:28:50.036Z||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-09T17:28:50.036Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:28:50.049Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:50.050Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:28:50.935Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:28:50.936Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:50.938Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:50.938Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-09T17:28:51.039Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:28:51.039Z||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-09T17:28:51.039Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:28:51.051Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:51.051Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:28:51.939Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:28:51.941Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:51.944Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:51.944Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:28:52.044Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:28:52.045Z||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-09T17:28:52.045Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:28:52.057Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:52.058Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:28:52.948Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:28:52.948Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:52.952Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:52.952Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:28:53.052Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:28:53.053Z||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-09T17:28:53.053Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:28:53.065Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:53.066Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:28:53.954Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "6b46b9cd-7412-4d17-a64d-3f42f7c1df6c", "serviceDescription": "service", "serviceInvariantUUID": "002cf22b-b1c2-4a74-9ca8-068db85b64e2", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "bb578e37-8dac-492e-884e-5c81472718a8", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7013204d-a122-4540-bf33-eb836184e2b8", "resourceInvariantUUID": "933a3700-0f7d-464f-b759-75a4615abc64", "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": "46e0e757-d3c9-4507-8223-b48e3df2b679", "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": "64d9ad4d-7e90-424e-8589-6bf4516bc52a", "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": "ZDk0MWRjM2U5Yjg2ODI1NThlZjMwZGU4NWRkOTIzZGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e83dd553-7a16-4d7b-9f27-fd7ce3df0661", "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": "6e5896cd-a8c8-4074-bedb-11d5ed52c259", "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": "6cfc4a45-41e0-4e58-9b58-b923e3ba4a08", "generatedFromUUID": "6e5896cd-a8c8-4074-bedb-11d5ed52c259" }, "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": "6cfc4a45-41e0-4e58-9b58-b923e3ba4a08", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NzAzNTRlZDk3ZmM2M2ZiNDRlNWZlOTQ3ZjU4NTM4NWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0800e10e-c4c2-42a2-a037-d05d78ae897e" } ], "workloadContext": "Production" } 2022-03-09T17:28:53.954Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T17:28:53.955Z|069d39ea-2c9a-4b75-86e1-114e1c007909|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6b46b9cd-7412-4d17-a64d-3f42f7c1df6c ASDC 2022-03-09T17:28:53.956Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:03b609bd-b828-47eb-9424-9d35bba0b715 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:6b46b9cd-7412-4d17-a64d-3f42f7c1df6c ServiceInvariantUUID:002cf22b-b1c2-4a74-9ca8-068db85b64e2 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:0800e10e-c4c2-42a2-a037-d05d78ae897e ArtifactChecksum:NzAzNTRlZDk3ZmM2M2ZiNDRlNWZlOTQ3ZjU4NTM4NWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:bb578e37-8dac-492e-884e-5c81472718a8 ResourceInvariantUUID:933a3700-0f7d-464f-b759-75a4615abc64 ResourceName:basic_cnf ResourceType:VF ResourceUUID:7013204d-a122-4540-bf33-eb836184e2b8 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:46e0e757-d3c9-4507-8223-b48e3df2b679 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:64d9ad4d-7e90-424e-8589-6bf4516bc52a 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:e83dd553-7a16-4d7b-9f27-fd7ce3df0661 ArtifactChecksum:ZDk0MWRjM2U5Yjg2ODI1NThlZjMwZGU4NWRkOTIzZGU= 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:6e5896cd-a8c8-4074-bedb-11d5ed52c259 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:6cfc4a45-41e0-4e58-9b58-b923e3ba4a08 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:6cfc4a45-41e0-4e58-9b58-b923e3ba4a08 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T17:28:53.956Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6b46b9cd-7412-4d17-a64d-3f42f7c1df6c 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-09T17:28:53.989Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:28:53.989Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-09T17:28:53.990Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-09T17:28:53.990Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0800e10e-c4c2-42a2-a037-d05d78ae897e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-09T17:28:53.990Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T17:28:53.990Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-09T17:28:55.057Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T17:28:55.061Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 0800e10e-c4c2-42a2-a037-d05d78ae897e 68936 2022-03-09T17:28:55.062Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:28:55.062Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:28:55.062Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:28:55.063Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:55.065Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:55.065Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846935062, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:28:55.165Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:28:55.166Z||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-09T17:28:55.166Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:28:55.179Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:55.179Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:28:56.065Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:28:56.067Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-09T17:28:56.067Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0800e10e-c4c2-42a2-a037-d05d78ae897e, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-09T17:28:56.067Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-09T17:28:56.068Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-09T17:28:56.068Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-09T17:28:56.238Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12451115212771487170/Definitions/service-BasicCnf-template.yml 2022-03-09T17:28:57.608Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T17:28:57.609Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-09T17:28:57.609Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-09T17:28:57.609Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-09T17:28:57.609Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:28:57.609Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:28:57.609Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-09T17:28:57.610Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:28:57.610Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-09T17:28:57.610Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:57.610Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:57.610Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T17:28:57.610Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-09T17:28:57.610Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:28:57.610Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:57.611Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:57.611Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T17:28:57.611Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-09T17:28:57.611Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:28:57.611Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:57.611Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:57.612Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:57.612Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-09T17:28:57.612Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-09T17:28:57.612Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-09T17:28:57.612Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T17:28:57.612Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:57.612Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:28:57.612Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:57.613Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T17:28:57.613Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:28:57.613Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:57.613Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T17:28:57.613Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:28:57.613Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:57.614Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T17:28:57.614Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:28:57.614Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:57.614Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-09T17:28:57.614Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-09T17:28:57.615Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5b7f86ab-433a-4399-9d5e-53603a9b6e16 2022-03-09T17:28:57.615Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:57.615Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:57.615Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:57.616Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:57.616Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:57.616Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:57.616Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:28:57.616Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:28:57.616Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:6b46b9cd-7412-4d17-a64d-3f42f7c1df6c Model Version:NULL Model InvariantUuid:002cf22b-b1c2-4a74-9ca8-068db85b64e2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:f3856693-65e0-4d77-bdac-94ef91f1fe17 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:933a3700-0f7d-464f-b759-75a4615abc64 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bb578e37-8dac-492e-884e-5c81472718a8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:01c3415a-32df-4625-8676-39653ba1b422 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:0ceac0cd-8c2f-42ac-81cb-ee25f4c275f7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5b7f86ab-433a-4399-9d5e-53603a9b6e16 ModelInvariantUuid:59da277b-edf9-4b0f-a6dd-3522c4eee375 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:d9722879-5553-4c50-b40b-b0c88d624f10 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:aff54e88-e552-4ac1-8aa2-b1b1b967c253 ModelInvariantUuid:1404fa79-52c9-4f28-b4b2-cbb756fdacf8 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:92c2d5e4-c364-4bd4-86e0-21193545f917 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-09T17:28:57.621Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 7013204d-a122-4540-bf33-eb836184e2b8 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-09T17:28:57.624Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||basic_cnf 0 2022-03-09T17:28:57.624Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7013204d-a122-4540-bf33-eb836184e2b8 2022-03-09T17:28:57.624Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 46e0e757-d3c9-4507-8223-b48e3df2b679 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-09T17:28:57.624Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T17:28:57.625Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:28:57.888Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T17:28:57.889Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 46e0e757-d3c9-4507-8223-b48e3df2b679 12 2022-03-09T17:28:57.889Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:28:57.889Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:28:57.889Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:28:57.889Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:57.892Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:57.892Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846937889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:28:57.992Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:28:57.993Z||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-09T17:28:57.993Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:28:58.010Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:58.011Z||pool-94-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:28:58.895Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 64d9ad4d-7e90-424e-8589-6bf4516bc52a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-09T17:28:58.895Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T17:28:58.896Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:28:59.287Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T17:28:59.288Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 64d9ad4d-7e90-424e-8589-6bf4516bc52a 2688 2022-03-09T17:28:59.288Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:28:59.288Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:28:59.288Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:28:59.289Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:28:59.292Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:28:59.292Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846939288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-09T17:28:59.393Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T17:28:59.394Z||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-09T17:28:59.395Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:28:59.409Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:28:59.410Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:00.293Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e83dd553-7a16-4d7b-9f27-fd7ce3df0661 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-09T17:29:00.294Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T17:29:00.294Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:29:00.454Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T17:29:00.454Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json e83dd553-7a16-4d7b-9f27-fd7ce3df0661 828 2022-03-09T17:29:00.455Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:29:00.455Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:29:00.455Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:29:00.455Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:00.457Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:00.457Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846940455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:29:00.557Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:00.559Z||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-09T17:29:00.559Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:29:00.570Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:00.573Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:01.457Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "01c3415a-32df-4625-8676-39653ba1b422", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0ceac0cd-8c2f-42ac-81cb-ee25f4c275f7", "vfModuleModelCustomizationUUID": "b64ff268-3b24-4484-ab79-6276f3a2e95f", "isBase": true, "artifacts": [ "64d9ad4d-7e90-424e-8589-6bf4516bc52a", "6e5896cd-a8c8-4074-bedb-11d5ed52c259", "6cfc4a45-41e0-4e58-9b58-b923e3ba4a08" ], "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-09T17:29:01.461Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0ceac0cd-8c2f-42ac-81cb-ee25f4c275f7 VfModuleModelInvariantUUID:01c3415a-32df-4625-8676-39653ba1b422 VfModuleModelDescription:NULL Artifacts UUID List:{ 64d9ad4d-7e90-424e-8589-6bf4516bc52a , 6e5896cd-a8c8-4074-bedb-11d5ed52c259 , 6cfc4a45-41e0-4e58-9b58-b923e3ba4a08 } 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-09T17:29:01.462Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "01c3415a-32df-4625-8676-39653ba1b422", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0ceac0cd-8c2f-42ac-81cb-ee25f4c275f7", "vfModuleModelCustomizationUUID": "b64ff268-3b24-4484-ab79-6276f3a2e95f", "isBase": true, "artifacts": [ "64d9ad4d-7e90-424e-8589-6bf4516bc52a", "6e5896cd-a8c8-4074-bedb-11d5ed52c259", "6cfc4a45-41e0-4e58-9b58-b923e3ba4a08" ], "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-09T17:29:01.462Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0ceac0cd-8c2f-42ac-81cb-ee25f4c275f7 VfModuleModelInvariantUUID:01c3415a-32df-4625-8676-39653ba1b422 VfModuleModelDescription:NULL Artifacts UUID List:{ 64d9ad4d-7e90-424e-8589-6bf4516bc52a , 6e5896cd-a8c8-4074-bedb-11d5ed52c259 , 6cfc4a45-41e0-4e58-9b58-b923e3ba4a08 } 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-09T17:29:01.462Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6e5896cd-a8c8-4074-bedb-11d5ed52c259 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-09T17:29:01.462Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T17:29:01.463Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:29:01.754Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T17:29:01.755Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 6e5896cd-a8c8-4074-bedb-11d5ed52c259 1164 2022-03-09T17:29:01.755Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:29:01.755Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:29:01.755Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:29:01.755Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:01.758Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:01.758Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846941755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:29:01.862Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-03-09T17:29:01.863Z||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-09T17:29:01.863Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:29:01.876Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:01.876Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:02.759Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6cfc4a45-41e0-4e58-9b58-b923e3ba4a08 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-09T17:29:02.759Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T17:29:02.760Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:29:02.952Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T17:29:02.953Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 6cfc4a45-41e0-4e58-9b58-b923e3ba4a08 200 2022-03-09T17:29:02.953Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:29:02.954Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:29:02.954Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:29:02.954Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:02.958Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:02.958Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846942953, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:29:03.058Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:03.059Z||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-09T17:29:03.059Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:29:03.071Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:03.071Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:29:03.959Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6b46b9cd-7412-4d17-a64d-3f42f7c1df6c 2022-03-09T17:29:03.959Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7013204d-a122-4540-bf33-eb836184e2b8 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=? 2022-03-09T17:29:03.976Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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 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-09T17:29:03.982Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18d988bd, org.onap.sdc.toscaparser.api.parameters.Input@1255ef22, org.onap.sdc.toscaparser.api.parameters.Input@3a81d1f1, org.onap.sdc.toscaparser.api.parameters.Input@57e3f3c7, org.onap.sdc.toscaparser.api.parameters.Input@3ab05e6] 2022-03-09T17:29:03.983Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:03.983Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:03.983Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-03-09T17:29:03.983Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= bb578e37-8dac-492e-884e-5c81472718a8 2022-03-09T17:29:03.983Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bb578e37-8dac-492e-884e-5c81472718a8 matches Tosca VF Customization UUID: bb578e37-8dac-492e-884e-5c81472718a8 2022-03-09T17:29:03.983Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: bb578e37-8dac-492e-884e-5c81472718a8 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-09T17:29:03.985Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:03.985Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:03.986Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id bb578e37-8dac-492e-884e-5c81472718a8: {\"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-09T17:29:03.986Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@42b5216d 2022-03-09T17:29:03.986Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:03.986Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:29:03.986Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b64ff268-3b24-4484-ab79-6276f3a2e95f 2022-03-09T17:29:03.986Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b64ff268-3b24-4484-ab79-6276f3a2e95f 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-09T17:29:03.988Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:03.988Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T17:29:03.988Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:29:03.988Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:03.989Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T17:29:03.989Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:29:03.989Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:03.989Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-09T17:29:03.989Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-09T17:29:03.989Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5b7f86ab-433a-4399-9d5e-53603a9b6e16 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-09T17:29:03.991Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:03.991Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T17:29:03.991Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:29:03.991Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:03.991Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T17:29:03.992Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=bb578e37-8dac-492e-884e-5c81472718a8 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-09T17:29:03.993Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:03.993Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:03.993Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 6b46b9cd-7412-4d17-a64d-3f42f7c1df6c: basic_cnf 2022-03-09T17:29:03.994Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:03.994Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:03.994Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:03.994Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:03.994Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:03.994Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:03.994Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:03.995Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:03.995Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:03.995Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:03.995Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:29:04.055Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 7013204d-a122-4540-bf33-eb836184e2b8 1 ASDC deployResourceStructure 2022-03-09T17:29:04.056Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:29:04.057Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:29:04.057Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-09T17:29:04.057Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:04.059Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:04.059Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846944056, "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-09T17:29:04.159Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:04.161Z||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-09T17:29:04.161Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:29:04.172Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:04.172Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:05.060Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:29:05.061Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:29:05.061Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-09T17:29:05.061Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:05.064Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:05.064Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846945060, "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-09T17:29:05.164Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:29:05.166Z||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-09T17:29:05.166Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:29:05.180Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:05.180Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:29:06.065Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:29:06.065Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:29:06.065Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:29:06.066Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:06.068Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:06.068Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846946065, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:29:06.168Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:06.169Z||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-09T17:29:06.169Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:29:06.235Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:06.236Z||pool-101-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:07.069Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:29:07.070Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:29:07.070Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:29:07.070Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:07.072Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:07.073Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846947069, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:29:07.173Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:07.174Z||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-09T17:29:07.174Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:29:07.188Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:07.189Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:29:08.077Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:29:08.078Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:29:08.078Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:29:08.078Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:08.081Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:08.081Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846948077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-09T17:29:08.181Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:08.182Z||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-09T17:29:08.182Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:29:08.202Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:08.203Z||pool-103-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:09.082Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:29:09.083Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||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-09T17:29:09.083Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:29:09.083Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:09.087Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:09.087Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846949082, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:29:09.188Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:09.189Z||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-09T17:29:09.190Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:29:09.202Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:09.203Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:10.088Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03b609bd-b828-47eb-9424-9d35bba0b715 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09T17:29:10.101Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03b609bd-b828-47eb-9424-9d35bba0b715 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09T17:29:10.104Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:29:10.105Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:29:10.105Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T17:29:10.105Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T17:29:10.105Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:29:10.105Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:29:10.105Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:29:10.105Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:29:10.106Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:29:10.106Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:29:10.106Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-09T17:29:10.110Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T17:29:10.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:29:10.488Z||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-09T17:29:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:29:10.510Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:10.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:29:10.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:10.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:29:10.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:29:10.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:29:10.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:29:10.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:29:10.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846772681, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:29:10.513Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:29:10.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:29:10.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846775611, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:29:10.514Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:29:10.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:29:10.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846776678, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:29:10.514Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:29:10.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:29:10.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846777733, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:29:10.515Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:29:10.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:29:10.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846778848, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:29:10.515Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:29:10.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:29:10.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846779853, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:29:10.515Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:29:10.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:29:10.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846780857, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-09T17:29:10.516Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:29:10.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:29:10.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846781864, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:29:10.516Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:29:40.111Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 03b609bd-b828-47eb-9424-9d35bba0b715 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-09T17:29:40.120Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 03b609bd-b828-47eb-9424-9d35bba0b715 and serviceModelVersionId: 6b46b9cd-7412-4d17-a64d-3f42f7c1df6c 2022-03-09T17:29:40.120Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 002cf22b-b1c2-4a74-9ca8-068db85b64e2 2022-03-09T17:29:40.121Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/002cf22b-b1c2-4a74-9ca8-068db85b64e2/model-vers/model-ver/6b46b9cd-7412-4d17-a64d-3f42f7c1df6c?depth=0 2022-03-09T17:29:40.126Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T17:29:40.186Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/002cf22b-b1c2-4a74-9ca8-068db85b64e2/model-vers/model-ver/6b46b9cd-7412-4d17-a64d-3f42f7c1df6c?depth=0|INFO|500||Invoke 2022-03-09T17:29:40.186Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/002cf22b-b1c2-4a74-9ca8-068db85b64e2/model-vers/model-ver/6b46b9cd-7412-4d17-a64d-3f42f7c1df6c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/002cf22b-b1c2-4a74-9ca8-068db85b64e2/model-vers/model-ver/6b46b9cd-7412-4d17-a64d-3f42f7c1df6c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[03b609bd-b828-47eb-9424-9d35bba0b715], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[81d2fcc5-cc4d-4b61-a67b-b0e4d3a79c84], X-ECOMP-RequestID=[03b609bd-b828-47eb-9424-9d35bba0b715], X-TransactionId=[], X-ONAP-RequestID=[03b609bd-b828-47eb-9424-9d35bba0b715], Content-Type=[application/merge-patch+json]} 2022-03-09T17:29:40.208Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/002cf22b-b1c2-4a74-9ca8-068db85b64e2/model-vers/model-ver/6b46b9cd-7412-4d17-a64d-3f42f7c1df6c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T17:29:40.673Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/002cf22b-b1c2-4a74-9ca8-068db85b64e2/model-vers/model-ver/6b46b9cd-7412-4d17-a64d-3f42f7c1df6c?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/002cf22b-b1c2-4a74-9ca8-068db85b64e2/model-vers/model-ver/6b46b9cd-7412-4d17-a64d-3f42f7c1df6c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220309-17:29:39:897-10469], vertex-id=[487648], Content-Length=[0], Date=[Wed, 09 Mar 2022 17:29:39 GMT], Content-Type=[application/json]} 2022-03-09T17:29:40.673Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/002cf22b-b1c2-4a74-9ca8-068db85b64e2/model-vers/model-ver/6b46b9cd-7412-4d17-a64d-3f42f7c1df6c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-09T17:29:40.674Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/002cf22b-b1c2-4a74-9ca8-068db85b64e2/model-vers/model-ver/6b46b9cd-7412-4d17-a64d-3f42f7c1df6c?depth=0|INFO|500||InvokeReturn 2022-03-09T17:29:40.675Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T17:29:40.675Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T17:29:40.682Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-09T17:29:40.682Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 03b609bd-b828-47eb-9424-9d35bba0b715 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T17:29:40.683Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T17:29:40.683Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:40.686Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:40.686Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846980682, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T17:29:40.786Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:40.787Z||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-09T17:29:40.787Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:29:40.802Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:40.802Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-09T17:29:41.697Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-09T17:29:41.697Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c3644f8b-63ed-43b7-9787-804ff84070be","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"c099e62f-6ad0-42eb-9d52-ebfacca14df7","serviceDescription":"service","serviceInvariantUUID":"700bdd0e-5d10-496d-836e-000a0a3943a1","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"69f89039-b6a6-4483-a88d-d8f410e9680f","resourceInvariantUUID":"4f13b304-2fb3-4ccd-ba1a-7722a1579647","resourceCustomizationUUID":"86185a62-cc3c-42e7-b3e2-5d3ea8cff38e","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":"OTA2OWQ3OWVkMjgwZmM5NzczNTliMzhiMjVhNTUxZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"be80bab7-ff12-4d6e-9b81-e276cbabab2f","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":"Yzk3ZmM0OTlkZmQ2OGE2ZTgzYjUzMDkwYWMyYzA1OWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b33af4aa-0d86-40fd-a20c-1961b65d88c0","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":"a1cf131b-b05a-466d-bee8-9d9c98d5b066","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":"1e710b6c-c5f0-4ed9-a646-ba869ae6ae18","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":"86c314b4-3fde-4b55-a1ac-e10179582452","artifactVersion":"2","generatedFromUUID":"a1cf131b-b05a-466d-bee8-9d9c98d5b066"},{"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":"OWU3MzNmNTZhZDg3NTkyZWEwM2U2MjQwNTZlOTE5NGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1f2eacd9-8185-45d5-904e-7c81dfdb4a9b","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":"ZDFiMjExMzc1MjYxYmVmYjdhNWJkMDkwMDk2NmQyNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"967c1f8b-4f57-4fcf-ad4e-8c8aa3e05465","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTRlOWRjYWU3ZjQxNDA5YWZmNDNjOWQxMGNkYTQxZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c4a57d89-2299-4adb-9c0b-a5eaaf3ca78c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T17:29:41.697Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:29:41.697Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:41.699Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:41.699Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:41.799Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:41.800Z||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-09T17:29:41.800Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:29:41.817Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:41.818Z||pool-106-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":2,"count":1} 2022-03-09T17:29:42.700Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:29:42.700Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:42.702Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:42.702Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:29:42.802Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:42.803Z||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-09T17:29:42.803Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:29:42.815Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:42.816Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:43.703Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:29:43.703Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:43.705Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:43.705Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T17:29:43.805Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:43.806Z||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-09T17:29:43.806Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:29:43.819Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:43.820Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:29:44.706Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:29:44.706Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:44.708Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:44.708Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:44.808Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:44.809Z||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-09T17:29:44.809Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:29:44.822Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:44.822Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:45.709Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:29:45.709Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:45.712Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:45.712Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-09T17:29:45.812Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:45.813Z||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-09T17:29:45.813Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:29:45.824Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:45.824Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:46.713Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:29:46.713Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:46.715Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:46.715Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:46.815Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:29:46.816Z||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-09T17:29:46.817Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:29:46.833Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:46.834Z||pool-111-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:29:47.716Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:29:47.717Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:47.718Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:47.719Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:29:47.818Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:29:47.820Z||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-09T17:29:47.820Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:29:47.831Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:47.832Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:29:48.719Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:29:48.719Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:48.722Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:48.722Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:29:48.822Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:29:48.823Z||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-09T17:29:48.823Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:29:48.880Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:48.881Z||pool-113-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:49.722Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "c099e62f-6ad0-42eb-9d52-ebfacca14df7", "serviceDescription": "service", "serviceInvariantUUID": "700bdd0e-5d10-496d-836e-000a0a3943a1", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "86185a62-cc3c-42e7-b3e2-5d3ea8cff38e", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "69f89039-b6a6-4483-a88d-d8f410e9680f", "resourceInvariantUUID": "4f13b304-2fb3-4ccd-ba1a-7722a1579647", "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": "Yzk3ZmM0OTlkZmQ2OGE2ZTgzYjUzMDkwYWMyYzA1OWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b33af4aa-0d86-40fd-a20c-1961b65d88c0", "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": "a1cf131b-b05a-466d-bee8-9d9c98d5b066", "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": "86c314b4-3fde-4b55-a1ac-e10179582452", "generatedFromUUID": "a1cf131b-b05a-466d-bee8-9d9c98d5b066" }, "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": "86c314b4-3fde-4b55-a1ac-e10179582452", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OTRlOWRjYWU3ZjQxNDA5YWZmNDNjOWQxMGNkYTQxZDg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c4a57d89-2299-4adb-9c0b-a5eaaf3ca78c" } ], "workloadContext": "Production" } 2022-03-09T17:29:49.723Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T17:29:49.724Z|03b609bd-b828-47eb-9424-9d35bba0b715|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c099e62f-6ad0-42eb-9d52-ebfacca14df7 ASDC 2022-03-09T17:29:49.724Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:c3644f8b-63ed-43b7-9787-804ff84070be ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:c099e62f-6ad0-42eb-9d52-ebfacca14df7 ServiceInvariantUUID:700bdd0e-5d10-496d-836e-000a0a3943a1 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:c4a57d89-2299-4adb-9c0b-a5eaaf3ca78c ArtifactChecksum:OTRlOWRjYWU3ZjQxNDA5YWZmNDNjOWQxMGNkYTQxZDg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:86185a62-cc3c-42e7-b3e2-5d3ea8cff38e ResourceInvariantUUID:4f13b304-2fb3-4ccd-ba1a-7722a1579647 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:69f89039-b6a6-4483-a88d-d8f410e9680f 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:b33af4aa-0d86-40fd-a20c-1961b65d88c0 ArtifactChecksum:Yzk3ZmM0OTlkZmQ2OGE2ZTgzYjUzMDkwYWMyYzA1OWM= 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:a1cf131b-b05a-466d-bee8-9d9c98d5b066 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:86c314b4-3fde-4b55-a1ac-e10179582452 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:86c314b4-3fde-4b55-a1ac-e10179582452 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T17:29:49.724Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c099e62f-6ad0-42eb-9d52-ebfacca14df7 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-09T17:29:49.761Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:29:49.762Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-09T17:29:49.762Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-09T17:29:49.762Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c4a57d89-2299-4adb-9c0b-a5eaaf3ca78c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-09T17:29:49.762Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T17:29:49.762Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-09T17:29:50.298Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T17:29:50.303Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c4a57d89-2299-4adb-9c0b-a5eaaf3ca78c 78794 2022-03-09T17:29:50.303Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||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-09T17:29:50.303Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||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-09T17:29:50.303Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:29:50.304Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:50.306Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:50.306Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846990303, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:29:50.406Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:29:50.407Z||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-09T17:29:50.407Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:29:50.419Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:50.419Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:51.307Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:29:51.308Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-09T17:29:51.308Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c4a57d89-2299-4adb-9c0b-a5eaaf3ca78c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T17:29:51.308Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-03-09T17:29:51.309Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T17:29:51.309Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T17:29:51.455Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12394160781593844505/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-09T17:29:52.783Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T17:29:52.784Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-09T17:29:52.784Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T17:29:52.784Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-09T17:29:52.784Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||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-09T17:29:52.784Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||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-09T17:29:52.785Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T17:29:52.785Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T17:29:52.785Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T17:29:52.785Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||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-09T17:29:52.785Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T17:29:52.786Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||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-09T17:29:52.786Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T17:29:52.786Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-09T17:29:52.787Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:52.787Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:52.787Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T17:29:52.788Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-09T17:29:52.788Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:29:52.788Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:52.788Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:52.789Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T17:29:52.789Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-09T17:29:52.789Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:29:52.789Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:52.790Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:52.790Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:52.790Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-09T17:29:52.791Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-09T17:29:52.791Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-09T17:29:52.791Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-09T17:29:52.791Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-09T17:29:52.792Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T17:29:52.792Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:52.792Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:29:52.792Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:52.793Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T17:29:52.793Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:29:52.793Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:52.794Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T17:29:52.794Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:29:52.794Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:52.795Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T17:29:52.795Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:29:52.795Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:52.795Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-09T17:29:52.796Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-09T17:29:52.796Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-09T17:29:52.796Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=83867a08-fc40-4ff8-9fcf-9bf6951d5080 2022-03-09T17:29:52.796Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:52.797Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:52.797Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:52.797Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:52.797Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:52.798Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:52.798Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:52.798Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:52.798Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:c099e62f-6ad0-42eb-9d52-ebfacca14df7 Model Version:NULL Model InvariantUuid:700bdd0e-5d10-496d-836e-000a0a3943a1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:f108827f-9a3d-4b45-a3a6-458e3a4ba07b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4f13b304-2fb3-4ccd-ba1a-7722a1579647 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:86185a62-cc3c-42e7-b3e2-5d3ea8cff38e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2d7e7343-c5a2-42ca-8861-1db4bf72e964 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:5bb106b0-b1c1-4edc-8065-f4b0d6ccf606 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:83867a08-fc40-4ff8-9fcf-9bf6951d5080 ModelInvariantUuid:79110729-4ded-4951-b05f-9fb45ee248a9 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:1ecb7d4e-3233-4085-b65a-1582b69183ad ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:e2e6cb68-d137-4e74-871a-e5cf0ef72df0 ModelInvariantUuid:6d0ba8b9-79c4-4077-a191-b3f943689c76 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:94e6cfeb-9d26-44f5-be92-6aa3d570351d 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-09T17:29:52.805Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 69f89039-b6a6-4483-a88d-d8f410e9680f 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-09T17:29:52.809Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||basic_vm_macro 0 2022-03-09T17:29:52.810Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 69f89039-b6a6-4483-a88d-d8f410e9680f 2022-03-09T17:29:52.810Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b33af4aa-0d86-40fd-a20c-1961b65d88c0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-09T17:29:52.810Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T17:29:52.810Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||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-09T17:29:53.239Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T17:29:53.239Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json b33af4aa-0d86-40fd-a20c-1961b65d88c0 792 2022-03-09T17:29:53.240Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||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-09T17:29:53.240Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||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-09T17:29:53.240Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:29:53.240Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:53.244Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:53.244Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846993240, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:29:53.344Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:53.346Z||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-09T17:29:53.346Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:29:53.359Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:53.360Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:54.245Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "2d7e7343-c5a2-42ca-8861-1db4bf72e964", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5bb106b0-b1c1-4edc-8065-f4b0d6ccf606", "vfModuleModelCustomizationUUID": "3921212d-9f38-4b1d-b366-8256e6403004", "isBase": true, "artifacts": [ "a1cf131b-b05a-466d-bee8-9d9c98d5b066", "86c314b4-3fde-4b55-a1ac-e10179582452" ], "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-09T17:29:54.249Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5bb106b0-b1c1-4edc-8065-f4b0d6ccf606 VfModuleModelInvariantUUID:2d7e7343-c5a2-42ca-8861-1db4bf72e964 VfModuleModelDescription:NULL Artifacts UUID List:{ a1cf131b-b05a-466d-bee8-9d9c98d5b066 , 86c314b4-3fde-4b55-a1ac-e10179582452 } 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-09T17:29:54.257Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "2d7e7343-c5a2-42ca-8861-1db4bf72e964", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5bb106b0-b1c1-4edc-8065-f4b0d6ccf606", "vfModuleModelCustomizationUUID": "3921212d-9f38-4b1d-b366-8256e6403004", "isBase": true, "artifacts": [ "a1cf131b-b05a-466d-bee8-9d9c98d5b066", "86c314b4-3fde-4b55-a1ac-e10179582452" ], "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-09T17:29:54.257Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5bb106b0-b1c1-4edc-8065-f4b0d6ccf606 VfModuleModelInvariantUUID:2d7e7343-c5a2-42ca-8861-1db4bf72e964 VfModuleModelDescription:NULL Artifacts UUID List:{ a1cf131b-b05a-466d-bee8-9d9c98d5b066 , 86c314b4-3fde-4b55-a1ac-e10179582452 } 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-09T17:29:54.257Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a1cf131b-b05a-466d-bee8-9d9c98d5b066 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-09T17:29:54.257Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T17:29:54.257Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||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-09T17:29:54.502Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T17:29:54.502Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml a1cf131b-b05a-466d-bee8-9d9c98d5b066 5033 2022-03-09T17:29:54.503Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||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-09T17:29:54.503Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||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-09T17:29:54.503Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:29:54.503Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:54.506Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:54.506Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846994503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:29:54.605Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:29:54.606Z||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-09T17:29:54.606Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:29:54.624Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:54.624Z||pool-116-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:29:55.506Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 86c314b4-3fde-4b55-a1ac-e10179582452 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-09T17:29:55.507Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T17:29:55.507Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||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-09T17:29:55.748Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T17:29:55.749Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 86c314b4-3fde-4b55-a1ac-e10179582452 903 2022-03-09T17:29:55.749Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||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-09T17:29:55.749Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||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-09T17:29:55.749Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:29:55.749Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:55.753Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:55.753Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846995749, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:29:55.853Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-09T17:29:55.853Z||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-09T17:29:55.854Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:29:55.865Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:55.866Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:56.754Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: c099e62f-6ad0-42eb-9d52-ebfacca14df7 2022-03-09T17:29:56.755Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 69f89039-b6a6-4483-a88d-d8f410e9680f 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-09T17:29:56.765Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73e5addc, org.onap.sdc.toscaparser.api.parameters.Input@22d86044, org.onap.sdc.toscaparser.api.parameters.Input@58aae634, org.onap.sdc.toscaparser.api.parameters.Input@503e5bf8, org.onap.sdc.toscaparser.api.parameters.Input@eeb976e] 2022-03-09T17:29:56.767Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:56.767Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:56.768Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-03-09T17:29:56.768Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 86185a62-cc3c-42e7-b3e2-5d3ea8cff38e 2022-03-09T17:29:56.769Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 86185a62-cc3c-42e7-b3e2-5d3ea8cff38e matches Tosca VF Customization UUID: 86185a62-cc3c-42e7-b3e2-5d3ea8cff38e 2022-03-09T17:29:56.769Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 86185a62-cc3c-42e7-b3e2-5d3ea8cff38e 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-09T17:29:56.772Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:56.772Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:56.773Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 86185a62-cc3c-42e7-b3e2-5d3ea8cff38e: {\"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-09T17:29:56.773Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4207ba44 2022-03-09T17:29:56.773Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:56.774Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T17:29:56.774Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3921212d-9f38-4b1d-b366-8256e6403004 2022-03-09T17:29:56.774Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3921212d-9f38-4b1d-b366-8256e6403004 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-09T17:29:56.777Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:56.777Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T17:29:56.778Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:29:56.778Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:56.778Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T17:29:56.778Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:29:56.779Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:56.779Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-09T17:29:56.779Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-09T17:29:56.780Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-09T17:29:56.780Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=83867a08-fc40-4ff8-9fcf-9bf6951d5080 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-09T17:29:56.782Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:56.782Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T17:29:56.783Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T17:29:56.783Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:56.784Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T17:29:56.784Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=86185a62-cc3c-42e7-b3e2-5d3ea8cff38e 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-09T17:29:56.786Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:56.786Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:56.786Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid c099e62f-6ad0-42eb-9d52-ebfacca14df7: basic_vm_macro 2022-03-09T17:29:56.786Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:56.787Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:56.787Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:56.787Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:56.788Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:56.788Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:56.788Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:56.788Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:56.789Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:29:56.789Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:29:56.789Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||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-09T17:29:56.866Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 69f89039-b6a6-4483-a88d-d8f410e9680f 1 ASDC deployResourceStructure 2022-03-09T17:29:56.867Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||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-09T17:29:56.867Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||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-09T17:29:56.867Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:29:56.868Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:56.870Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:56.870Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846996867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:29:56.970Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:29:56.971Z||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-09T17:29:56.972Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:29:56.991Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:56.992Z||pool-118-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:57.871Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||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-09T17:29:57.872Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||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-09T17:29:57.872Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:29:57.872Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:57.875Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:57.875Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846997871, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:29:57.975Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:29:57.976Z||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-09T17:29:57.976Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:29:57.989Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:57.989Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:58.876Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||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-09T17:29:58.876Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||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-09T17:29:58.877Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:29:58.877Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:58.879Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:58.880Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846998876, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-09T17:29:58.979Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:29:58.980Z||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-09T17:29:58.980Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:29:58.992Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:58.993Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:29:59.881Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||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-09T17:29:59.881Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||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-09T17:29:59.881Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:29:59.882Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:29:59.884Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:29:59.885Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846999881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:29:59.984Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:29:59.985Z||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-09T17:29:59.985Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:29:59.998Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:29:59.998Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:30:00.886Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3644f8b-63ed-43b7-9787-804ff84070be Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09T17:30:00.897Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3644f8b-63ed-43b7-9787-804ff84070be Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09T17:30:00.900Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:30:00.900Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:30:00.900Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T17:30:00.900Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T17:30:00.901Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:30:00.901Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:30:00.901Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:30:00.901Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:30:00.901Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:30:00.901Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:30:00.901Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-09T17:30:00.906Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T17:30:10.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:30:10.488Z||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-09T17:30:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:30:10.510Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:30:10.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:30:10.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b2fe1f3-a55a-49f7-8d94-19adf18842cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846873599, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T17:30:10.511Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:30:10.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:30:10.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:10.511Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:10.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:30:10.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:10.511Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:10.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:30:10.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:30:10.512Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:10.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:30:10.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T17:30:10.512Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:10.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:30:10.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:10.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:10.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:30:10.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-09T17:30:10.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:10.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:30:10.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:10.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:10.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:30:10.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:30:10.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:30:10.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:30:10.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846883272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:30:10.514Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:30:10.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:30:10.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846885792, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:30:10.514Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:30:10.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:30:10.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846887069, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:30:10.514Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:30:10.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:30:10.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846888378, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:30:10.515Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:30:10.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:30:10.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846889518, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:30:10.515Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:30:30.907Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c3644f8b-63ed-43b7-9787-804ff84070be 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-09T17:30:30.914Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c3644f8b-63ed-43b7-9787-804ff84070be and serviceModelVersionId: c099e62f-6ad0-42eb-9d52-ebfacca14df7 2022-03-09T17:30:30.914Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 700bdd0e-5d10-496d-836e-000a0a3943a1 2022-03-09T17:30:30.915Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/700bdd0e-5d10-496d-836e-000a0a3943a1/model-vers/model-ver/c099e62f-6ad0-42eb-9d52-ebfacca14df7?depth=0 2022-03-09T17:30:30.919Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T17:30:30.978Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/700bdd0e-5d10-496d-836e-000a0a3943a1/model-vers/model-ver/c099e62f-6ad0-42eb-9d52-ebfacca14df7?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-09T17:30:30.980Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/700bdd0e-5d10-496d-836e-000a0a3943a1/model-vers/model-ver/c099e62f-6ad0-42eb-9d52-ebfacca14df7?depth=0|INFO|500||Invoke 2022-03-09T17:30:31.003Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/700bdd0e-5d10-496d-836e-000a0a3943a1/model-vers/model-ver/c099e62f-6ad0-42eb-9d52-ebfacca14df7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T17:30:31.344Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/700bdd0e-5d10-496d-836e-000a0a3943a1/model-vers/model-ver/c099e62f-6ad0-42eb-9d52-ebfacca14df7?depth=0|INFO|500||InvokeReturn 2022-03-09T17:30:31.345Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/700bdd0e-5d10-496d-836e-000a0a3943a1/model-vers/model-ver/c099e62f-6ad0-42eb-9d52-ebfacca14df7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220309-17:30:30:690-44638], vertex-id=[217192], Content-Length=[0], Date=[Wed, 09 Mar 2022 17:30:30 GMT], Content-Type=[application/json]} 2022-03-09T17:30:31.345Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-03-09T17:30:31.345Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T17:30:31.345Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T17:30:31.372Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-09T17:30:31.373Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c3644f8b-63ed-43b7-9787-804ff84070be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T17:30:31.373Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T17:30:31.373Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:30:31.375Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:30:31.376Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847031373, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T17:30:31.475Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:30:31.476Z||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-09T17:30:31.476Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:30:31.494Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:30:31.495Z||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-09T17:30:32.388Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-09T17:30:32.389Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"2f3df327-5d8a-4229-9c19-68320abefa5f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"2b7abde1-1930-4730-b076-ae7feac5cd9f","serviceDescription":"service","serviceInvariantUUID":"f61a2672-f6bc-4018-a1f4-f6f167787f84","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"273718af-0b59-4bf8-b063-fe1402b50fa4","resourceInvariantUUID":"99a06db8-62c7-4dd3-b1bc-094f27ae6279","resourceCustomizationUUID":"927642ac-8278-4e67-8af3-8d6429d8f8a4","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":"N2JkM2ZkOWM1ZTVkZTNjOTZhMzE3ZTk4NzY3ZDU5YWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e902347-54d4-456b-b513-2bf4bd624491","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":"479be3a6-1419-4284-a9a7-6c418c79c923","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":"f2df550e-b574-40eb-90fd-2e609a287c02","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":"MjY2NGE3N2Y2YTJkYjA1YmQ2OWZkN2RiOTc1YTgyYTE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e5c327a5-55fa-4044-9c37-b9fc30b9f5ae","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":"d66bf2bb-bc3f-4299-8e0e-b6a07f9f2ca7","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":"6ec8b98b-4789-4281-b5c9-0289dc60770c","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":"f7811a1c-e4c5-41a3-a84f-a7dcdb079813","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":"YmNlNWVhM2Y2MGZhMzQwOTA5NDcyMmUyZDQwMjY3MDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e4b52270-8e87-4635-b2fe-4b9be90cf3a5","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NzBjNzFmNmZlMGI5M2RhZmIxZTNkMDkzYjE1MjQ5NjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"17e9c449-a347-49af-a050-091ffe4fd567","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T17:30:32.389Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:30:32.389Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:30:32.398Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:30:32.398Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:32.491Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-03-09T17:30:32.492Z||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-09T17:30:32.492Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:30:32.504Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:30:32.505Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:30:33.399Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:30:33.399Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:30:33.401Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:30:33.402Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:33.501Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:30:33.502Z||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-09T17:30:33.502Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:30:33.514Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:30:33.515Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:30:34.402Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:30:34.403Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:30:34.405Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:30:34.406Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:34.505Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:30:34.506Z||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-09T17:30:34.506Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:30:34.518Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:30:34.519Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:30:35.406Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:30:35.407Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:30:35.409Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:30:35.410Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:35.509Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:30:35.510Z||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-09T17:30:35.511Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:30:35.524Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:30:35.525Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:30:36.410Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:30:36.411Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:30:36.414Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:30:36.414Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:36.513Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:30:36.514Z||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-09T17:30:36.514Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:30:36.526Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:30:36.527Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:30:37.415Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:30:37.415Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:30:37.417Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:30:37.418Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:37.517Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:30:37.519Z||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-09T17:30:37.519Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:30:37.534Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:30:37.535Z||pool-128-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:30:38.418Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:30:38.419Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:30:38.421Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:30:38.421Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:38.521Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:30:38.522Z||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-09T17:30:38.522Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:30:38.532Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:30:38.533Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:30:39.422Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:30:39.423Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:30:39.425Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:30:39.425Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:30:39.525Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:30:39.526Z||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-09T17:30:39.527Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:30:39.539Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:30:39.540Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:30:40.426Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T17:30:40.427Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:30:40.429Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:30:40.429Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:30:40.529Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:30:40.530Z||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-09T17:30:40.530Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:30:40.542Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:30:40.542Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-09T17:30:41.430Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "2b7abde1-1930-4730-b076-ae7feac5cd9f", "serviceDescription": "service", "serviceInvariantUUID": "f61a2672-f6bc-4018-a1f4-f6f167787f84", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "927642ac-8278-4e67-8af3-8d6429d8f8a4", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "273718af-0b59-4bf8-b063-fe1402b50fa4", "resourceInvariantUUID": "99a06db8-62c7-4dd3-b1bc-094f27ae6279", "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": "NzBjNzFmNmZlMGI5M2RhZmIxZTNkMDkzYjE1MjQ5NjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "17e9c449-a347-49af-a050-091ffe4fd567" } ], "workloadContext": "Production" } 2022-03-09T17:30:41.430Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T17:30:41.430Z|c3644f8b-63ed-43b7-9787-804ff84070be|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2b7abde1-1930-4730-b076-ae7feac5cd9f ASDC 2022-03-09T17:30:41.431Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:2f3df327-5d8a-4229-9c19-68320abefa5f ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:2b7abde1-1930-4730-b076-ae7feac5cd9f ServiceInvariantUUID:f61a2672-f6bc-4018-a1f4-f6f167787f84 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:17e9c449-a347-49af-a050-091ffe4fd567 ArtifactChecksum:NzBjNzFmNmZlMGI5M2RhZmIxZTNkMDkzYjE1MjQ5NjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:927642ac-8278-4e67-8af3-8d6429d8f8a4 ResourceInvariantUUID:99a06db8-62c7-4dd3-b1bc-094f27ae6279 ResourceName:test-pnf ResourceType:PNF ResourceUUID:273718af-0b59-4bf8-b063-fe1402b50fa4 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-09T17:30:41.431Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2b7abde1-1930-4730-b076-ae7feac5cd9f 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-09T17:30:41.456Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:30:41.457Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-09T17:30:41.457Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-09T17:30:41.457Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 17e9c449-a347-49af-a050-091ffe4fd567 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-09T17:30:41.457Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T17:30:41.457Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-09T17:30:41.982Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T17:30:41.987Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 17e9c449-a347-49af-a050-091ffe4fd567 105637 2022-03-09T17:30:41.989Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||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-09T17:30:41.989Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||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-09T17:30:41.990Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T17:30:41.990Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:30:41.992Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:30:41.993Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847041989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:30:42.092Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:30:42.093Z||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-09T17:30:42.093Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:30:42.105Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:30:42.105Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:30:42.994Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T17:30:42.995Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-09T17:30:42.995Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 17e9c449-a347-49af-a050-091ffe4fd567, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T17:30:42.996Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-03-09T17:30:42.996Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T17:30:42.997Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T17:30:43.126Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2389963304036556755/Definitions/service-TestPnfMacro-template.yml 2022-03-09T17:30:44.034Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T17:30:44.035Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-09T17:30:44.035Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T17:30:44.035Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-09T17:30:44.035Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||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-09T17:30:44.035Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||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-09T17:30:44.035Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||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-09T17:30:44.035Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||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-09T17:30:44.036Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T17:30:44.036Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T17:30:44.036Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T17:30:44.036Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-09T17:30:44.036Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:30:44.036Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:30:44.036Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-09T17:30:44.036Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-09T17:30:44.037Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:30:44.037Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:30:44.037Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:30:44.037Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-09T17:30:44.037Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-09T17:30:44.037Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T17:30:44.037Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:30:44.037Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:30:44.038Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:30:44.038Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:30:44.038Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:30:44.038Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:30:44.038Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:30:44.038Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:30:44.038Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:30:44.038Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:30:44.039Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:2b7abde1-1930-4730-b076-ae7feac5cd9f Model Version:NULL Model InvariantUuid:f61a2672-f6bc-4018-a1f4-f6f167787f84 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-09T17:30:44.046Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 273718af-0b59-4bf8-b063-fe1402b50fa4 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-09T17:30:44.048Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||test-pnf 0 2022-03-09T17:30:44.048Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 273718af-0b59-4bf8-b063-fe1402b50fa4 2022-03-09T17:30:44.049Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 2b7abde1-1930-4730-b076-ae7feac5cd9f 2022-03-09T17:30:44.049Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2b7abde1-1930-4730-b076-ae7feac5cd9f 2022-03-09T17:30:44.049Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 273718af-0b59-4bf8-b063-fe1402b50fa4 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-09T17:30:44.054Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17cd3a72, org.onap.sdc.toscaparser.api.parameters.Input@53c6bb57, org.onap.sdc.toscaparser.api.parameters.Input@2f82c568, org.onap.sdc.toscaparser.api.parameters.Input@1bdab9ce, org.onap.sdc.toscaparser.api.parameters.Input@653a1e6d] 2022-03-09T17:30:44.054Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:30:44.054Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:30:44.054Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2b7abde1-1930-4730-b076-ae7feac5cd9f: test-pnf 2022-03-09T17:30:44.054Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||Processing PNF resource: 273718af-0b59-4bf8-b063-fe1402b50fa4 2022-03-09T17:30:44.054Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T17:30:44.055Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T17:30:44.055Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||Resource customization UUID: 927642ac-8278-4e67-8af3-8d6429d8f8a4 is the same as notified resource customizationUUID: 927642ac-8278-4e67-8af3-8d6429d8f8a4 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-09T17:30:44.081Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 273718af-0b59-4bf8-b063-fe1402b50fa4 0 ASDC deployResourceStructure 2022-03-09T17:30:44.081Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||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-09T17:30:44.082Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||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-09T17:30:44.082Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T17:30:44.082Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:30:44.083Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:30:44.084Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847044081, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:30:44.183Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T17:30:44.185Z||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-09T17:30:44.185Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:30:44.198Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:30:44.198Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T17:30:45.084Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f3df327-5d8a-4229-9c19-68320abefa5f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09T17:30:45.096Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f3df327-5d8a-4229-9c19-68320abefa5f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-09T17:30:45.099Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T17:30:45.099Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T17:30:45.100Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T17:30:45.100Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T17:30:45.100Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:30:45.100Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:30:45.100Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:30:45.100Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:30:45.101Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:30:45.101Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:30:45.101Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T17:30:45.101Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-09T17:30:45.107Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T17:31:10.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:31:10.488Z||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-09T17:31:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:31:10.512Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:31:10.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:31:10.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846890523, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:31:10.514Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:10.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:31:10.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846891531, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-09T17:31:10.514Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:10.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:31:10.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846892537, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:31:10.514Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:10.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:31:10.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "069d39ea-2c9a-4b75-86e1-114e1c007909", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846923895, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T17:31:10.514Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:10.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:31:10.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:10.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:10.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:31:10.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-09T17:31:10.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:10.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:31:10.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-09T17:31:10.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:10.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:31:10.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:31:10.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:10.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:31:10.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-09T17:31:10.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:10.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:31:10.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:10.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:10.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:31:10.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-09T17:31:10.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:10.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:31:10.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:31:10.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:10.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:31:10.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:31:10.517Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-09T17:31:10.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:31:10.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846935062, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:31:10.517Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:10.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:31:10.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846937889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:31:10.517Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:10.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:31:10.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846939288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-09T17:31:10.518Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:10.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:31:10.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846940455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:31:10.518Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:10.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:31:10.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846941755, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:31:10.518Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:10.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:31:10.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846942953, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:31:10.518Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:10.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:31:10.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846944056, "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-09T17:31:10.519Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:10.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:31:10.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846945060, "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-09T17:31:10.519Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:10.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:31:10.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846946065, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:31:10.519Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:10.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:31:10.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846947069, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:31:10.519Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:10.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:31:10.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846948077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-09T17:31:10.520Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:10.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T17:31:10.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846949082, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:31:10.520Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:31:15.107Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2f3df327-5d8a-4229-9c19-68320abefa5f 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-09T17:31:15.113Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2f3df327-5d8a-4229-9c19-68320abefa5f and serviceModelVersionId: 2b7abde1-1930-4730-b076-ae7feac5cd9f 2022-03-09T17:31:15.113Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f61a2672-f6bc-4018-a1f4-f6f167787f84 2022-03-09T17:31:15.114Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f61a2672-f6bc-4018-a1f4-f6f167787f84/model-vers/model-ver/2b7abde1-1930-4730-b076-ae7feac5cd9f?depth=0 2022-03-09T17:31:15.118Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T17:31:15.161Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f61a2672-f6bc-4018-a1f4-f6f167787f84/model-vers/model-ver/2b7abde1-1930-4730-b076-ae7feac5cd9f?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-09T17:31:15.163Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f61a2672-f6bc-4018-a1f4-f6f167787f84/model-vers/model-ver/2b7abde1-1930-4730-b076-ae7feac5cd9f?depth=0|INFO|500||Invoke 2022-03-09T17:31:15.186Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f61a2672-f6bc-4018-a1f4-f6f167787f84/model-vers/model-ver/2b7abde1-1930-4730-b076-ae7feac5cd9f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T17:31:15.480Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f61a2672-f6bc-4018-a1f4-f6f167787f84/model-vers/model-ver/2b7abde1-1930-4730-b076-ae7feac5cd9f?depth=0|INFO|500||InvokeReturn 2022-03-09T17:31:15.484Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f61a2672-f6bc-4018-a1f4-f6f167787f84/model-vers/model-ver/2b7abde1-1930-4730-b076-ae7feac5cd9f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220309-17:31:14:871-56168], vertex-id=[524512], Content-Length=[0], Date=[Wed, 09 Mar 2022 17:31:14 GMT], Content-Type=[application/json]} 2022-03-09T17:31:15.485Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-03-09T17:31:15.485Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T17:31:15.485Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T17:31:15.489Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-09T17:31:15.490Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2f3df327-5d8a-4229-9c19-68320abefa5f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T17:31:15.490Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T17:31:15.490Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T17:31:15.492Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T17:31:15.492Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847075490, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T17:31:15.592Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T17:31:15.593Z||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-09T17:31:15.593Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K43c35yzV7Hv9miq) ... 2022-03-09T17:31:15.605Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:31:15.606Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-09T17:31:16.504Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:31:16.505Z|2f3df327-5d8a-4229-9c19-68320abefa5f|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-09T17:31:16.505Z|2f3df327-5d8a-4229-9c19-68320abefa5f|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 K43c35yzV7Hv9miq) ... 2022-03-09T17:31:26.799Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:31:26.800Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:31:26.800Z|2f3df327-5d8a-4229-9c19-68320abefa5f|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-09T17:31:26.801Z|2f3df327-5d8a-4229-9c19-68320abefa5f|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 K43c35yzV7Hv9miq) ... 2022-03-09T17:31:36.363Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:31:36.364Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:31:36.365Z|2f3df327-5d8a-4229-9c19-68320abefa5f|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-09T17:31:36.365Z|2f3df327-5d8a-4229-9c19-68320abefa5f|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 K43c35yzV7Hv9miq) ... 2022-03-09T17:31:45.903Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:31:45.904Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:31:45.904Z|2f3df327-5d8a-4229-9c19-68320abefa5f|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-09T17:31:45.904Z|2f3df327-5d8a-4229-9c19-68320abefa5f|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 K43c35yzV7Hv9miq) ... 2022-03-09T17:31:55.450Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:31:55.451Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:31:55.451Z|2f3df327-5d8a-4229-9c19-68320abefa5f|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-09T17:31:55.452Z|2f3df327-5d8a-4229-9c19-68320abefa5f|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 K43c35yzV7Hv9miq) ... 2022-03-09T17:32:04.999Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:32:05.000Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:32:05.000Z|2f3df327-5d8a-4229-9c19-68320abefa5f|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-09T17:32:05.000Z|2f3df327-5d8a-4229-9c19-68320abefa5f|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 K43c35yzV7Hv9miq) ... 2022-03-09T17:32:10.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:32:10.488Z||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-09T17:32:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:32:10.524Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:32:10.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:32:10.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "03b609bd-b828-47eb-9424-9d35bba0b715", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846980682, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T17:32:10.526Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:32:10.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:32:10.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:10.526Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:10.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:32:10.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-09T17:32:10.526Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:10.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:32:10.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T17:32:10.527Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:10.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:32:10.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:10.527Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:10.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:32:10.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-09T17:32:10.528Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:10.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:32:10.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:10.528Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:10.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:32:10.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:32:10.528Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:10.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:32:10.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:32:10.529Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T17:32:10.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:32:10.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846990303, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:32:10.529Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:32:10.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:32:10.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846993240, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T17:32:10.529Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:32:10.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:32:10.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846994503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T17:32:10.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:32:10.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:32:10.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846995749, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-09T17:32:10.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:32:10.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:32:10.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846996867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T17:32:10.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:32:10.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:32:10.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846997871, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-09T17:32:10.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:32:10.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:32:10.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846998876, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-09T17:32:10.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:32:10.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T17:32:10.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846999881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:32:10.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:32:14.556Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:32:14.557Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:32:14.557Z|2f3df327-5d8a-4229-9c19-68320abefa5f|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-09T17:32:14.557Z|2f3df327-5d8a-4229-9c19-68320abefa5f|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 K43c35yzV7Hv9miq) ... 2022-03-09T17:32:24.094Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:32:24.095Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:32:24.096Z||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-09T17:32:24.096Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:32:33.654Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:32:33.655Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:32:33.656Z||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-09T17:32:33.656Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:32:43.206Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:33:10.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:33:10.485Z||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-09T17:33:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:33:10.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:33:10.487Z||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-09T17:33:10.487Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:33:10.509Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:33:10.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:33:10.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3644f8b-63ed-43b7-9787-804ff84070be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847031373, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T17:33:10.510Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:33:10.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:33:10.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:33:10.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:33:10.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:33:10.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T17:33:10.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:33:10.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:33:10.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T17:33:10.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:33:10.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:33:10.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T17:33:10.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:33:10.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:33:10.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T17:33:10.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:33:10.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:33:10.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:33:10.512Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:33:10.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:33:10.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T17:33:10.513Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:33:10.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:33:10.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T17:33:10.514Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:33:10.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:33:10.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646846688132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T17:33:10.514Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T17:33:10.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:33:10.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847041989, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T17:33:10.515Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:33:10.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:33:10.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847044081, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T17:33:10.515Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:33:20.025Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:34:10.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:34:10.485Z||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-09T17:34:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:34:10.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:34:10.487Z||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-09T17:34:10.487Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:34:11.012Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:34:11.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T17:34:11.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2f3df327-5d8a-4229-9c19-68320abefa5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646847075490, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T17:34:11.013Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T17:34:20.026Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:35:10.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:35:10.485Z||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-09T17:35:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:35:10.487Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:35:10.487Z||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-09T17:35:10.487Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:35:20.033Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:35:20.036Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:36:10.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:36:10.485Z||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-09T17:36:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:36:10.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:36:10.487Z||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-09T17:36:10.487Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:36:20.040Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:36:20.042Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:37:10.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:37:10.485Z||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-09T17:37:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:37:10.487Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:37:10.487Z|2f3df327-5d8a-4229-9c19-68320abefa5f|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-09T17:37:10.487Z|2f3df327-5d8a-4229-9c19-68320abefa5f|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 K43c35yzV7Hv9miq) ... 2022-03-09T17:37:20.031Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:37:20.037Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:38:10.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:38:10.485Z||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-09T17:38:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:38:10.487Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:38:10.488Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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-09T17:38:10.488Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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 K43c35yzV7Hv9miq) ... 2022-03-09T17:38:20.054Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:38:20.055Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:39:10.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:39:10.485Z||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-09T17:39:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:39:10.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:39:10.487Z||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-09T17:39:10.487Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:39:20.029Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:39:20.034Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:40:10.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:40:10.486Z||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-09T17:40:10.486Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:40:10.487Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:40:10.487Z||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-09T17:40:10.487Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:40:20.040Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:40:20.040Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:41:10.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:41:10.487Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:41:10.488Z||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-09T17:41:10.488Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|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-09T17:41:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:41:10.488Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|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 K43c35yzV7Hv9miq) ... 2022-03-09T17:41:20.045Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:41:20.045Z|0a99d0ea-e02f-475d-8b8f-b7318cd2cd78|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:42:10.484Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:42:10.487Z|2f3df327-5d8a-4229-9c19-68320abefa5f|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-09T17:42:10.487Z|2f3df327-5d8a-4229-9c19-68320abefa5f|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 K43c35yzV7Hv9miq) ... 2022-03-09T17:42:10.487Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:42:10.488Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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-09T17:42:10.488Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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 K43c35yzV7Hv9miq) ... 2022-03-09T17:42:20.035Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:42:20.036Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:43:10.484Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:43:10.485Z|2f3df327-5d8a-4229-9c19-68320abefa5f|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-09T17:43:10.485Z|2f3df327-5d8a-4229-9c19-68320abefa5f|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 K43c35yzV7Hv9miq) ... 2022-03-09T17:43:10.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:43:10.488Z||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-09T17:43:10.489Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:43:20.046Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:43:20.046Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:44:10.484Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:44:10.485Z|2f3df327-5d8a-4229-9c19-68320abefa5f|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-09T17:44:10.485Z|2f3df327-5d8a-4229-9c19-68320abefa5f|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 K43c35yzV7Hv9miq) ... 2022-03-09T17:44:10.487Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:44:10.488Z||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-09T17:44:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:44:20.026Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:44:20.028Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:45:10.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:45:10.485Z||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-09T17:45:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:45:10.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:45:10.487Z||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-09T17:45:10.487Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:45:20.068Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:45:20.068Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:46:10.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:46:10.485Z||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-09T17:46:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:46:10.487Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:46:10.487Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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-09T17:46:10.488Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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 K43c35yzV7Hv9miq) ... 2022-03-09T17:46:20.029Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:46:20.030Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:47:10.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:47:10.485Z||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-09T17:47:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:47:10.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:47:10.488Z||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-09T17:47:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:47:20.037Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:47:20.037Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:48:10.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:48:10.485Z||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-09T17:48:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:48:10.487Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:48:10.487Z|2f3df327-5d8a-4229-9c19-68320abefa5f|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-09T17:48:10.488Z|2f3df327-5d8a-4229-9c19-68320abefa5f|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 K43c35yzV7Hv9miq) ... 2022-03-09T17:48:20.027Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:48:20.028Z|2f3df327-5d8a-4229-9c19-68320abefa5f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:49:10.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:49:10.485Z||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-09T17:49:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:49:10.487Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:49:10.487Z||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-09T17:49:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:49:20.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:49:20.031Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:50:10.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:50:10.485Z||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-09T17:50:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:50:10.487Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:50:10.487Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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-09T17:50:10.487Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|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 K43c35yzV7Hv9miq) ... 2022-03-09T17:50:20.046Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:50:20.047Z|a076c469-4c0c-40cb-bd9b-6f58cb77b85e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:51:10.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:51:10.485Z||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-09T17:51:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:51:10.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:51:10.488Z||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-09T17:51:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:51:20.060Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:51:20.060Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:52:10.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:52:10.485Z||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-09T17:52:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:52:10.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:52:10.488Z||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-09T17:52:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:52:20.042Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:52:20.047Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:53:10.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:53:10.485Z||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-09T17:53:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:53:10.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:53:10.487Z||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-09T17:53:10.487Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:53:20.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:53:20.072Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:54:10.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:54:10.485Z||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-09T17:54:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:54:10.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:54:10.487Z||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-09T17:54:10.487Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:54:20.045Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:54:20.045Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:55:10.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:55:10.485Z||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-09T17:55:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:55:10.487Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:55:10.487Z||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-09T17:55:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:55:20.031Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:55:20.034Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:56:10.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:56:10.485Z||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-09T17:56:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:56:10.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:56:10.487Z||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-09T17:56:10.487Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:56:20.059Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:56:20.060Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:57:10.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:57:10.485Z||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-09T17:57:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:57:10.487Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:57:10.487Z||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-09T17:57:10.487Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:57:20.025Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:57:20.029Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:58:10.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:58:10.485Z||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-09T17:58:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:58:10.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:58:10.487Z||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-09T17:58:10.487Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:58:20.030Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:58:20.039Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:59:10.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:59:10.485Z||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-09T17:59:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:59:10.487Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T17:59:10.487Z||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-09T17:59:10.487Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T17:59:20.030Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T17:59:20.033Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:00:10.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:00:10.485Z||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-09T18:00:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T18:00:10.487Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:00:10.488Z||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-09T18:00:10.488Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T18:00:20.033Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:00:20.033Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:01:09.707Z||http-nio-8085-exec-10|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-09T18:01:10.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:01:10.485Z||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-09T18:01:10.485Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T18:01:10.487Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T18:01:10.487Z||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-09T18:01:10.487Z||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 K43c35yzV7Hv9miq) ... 2022-03-09T18:01:20.039Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T18:01:20.044Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK