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-11-04T03:02:32.109Z||main|||||INFO|500||The following profiles are active: basic 2022-11-04T03:02:43.186Z||main|||||INFO|500||Starting service [Tomcat] 2022-11-04T03:02:43.188Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-11-04T03:02:43.289Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-11-04T03:02:47.700Z||main|||||INFO|500||catdb-pool - Starting... 2022-11-04T03:02:48.266Z||main|||||INFO|500||catdb-pool - Start completed. 2022-11-04T03:02:48.750Z||main|||||INFO|500||reqdb-pool - Starting... 2022-11-04T03:02:48.755Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-11-04T03:02:48.849Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-11-04T03:02:49.072Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-11-04T03:02:49.646Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-11-04T03:02:51.419Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-04T03:02:53.550Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-04T03:02:53.620Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-11-04T03:02:54.198Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-04T03:02:54.387Z||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-11-04T03:02:55.296Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-04T03:02:56.239Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-11-04T03:02:56.261Z||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$$2538ded1.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-11-04T03:02:56.262Z||main|||||WARN|500||The sdc end point is not alive 2022-11-04T03:02:58.588Z||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-11-04T03:03:01.105Z||main|||||WARN|500||--- 2022-11-04T03:03:01.105Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-11-04T03:03:01.106Z||main|||||WARN|500||--- 2022-11-04T03:03:01.487Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-11-04T03:03:06.131Z||main|||||INFO|500||Started Application in 36.848 seconds (JVM running for 38.732) 2022-11-04T03:03:06.142Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-04T03:03:06.144Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-04T03:03:06.153Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-04T03:03:06.175Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-04T03:03:06.212Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dcc91e96-c3a8-47a3-8e2d-c264eed5b111 url= /sdc/v1/artifactTypes 2022-11-04T03:03:06.213Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-04T03:03:06.443Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-11-04T03:03:06.465Z||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-11-04T03:03:06.486Z||scheduling-1|||||DEBUG|500||create keys 2022-11-04T03:03:06.493Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-11-04T03:03:06.538Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:03:06.552Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8a80164d-dc25-4712-afd8-a5c5e6d40422 url= /sdc/v1/registerForDistribution 2022-11-04T03:03:06.675Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8a80164d-dc25-4712-afd8-a5c5e6d40422 url= /sdc/v1/registerForDistribution 2022-11-04T03:03:06.676Z||scheduling-1|||||INFO|500||start DistributionClient 2022-11-04T03:03:06.683Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:03:06.684Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:03:06.700Z||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-11-04T03:03:06.700Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-11-04T03:03:06.701Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:03:06.701Z||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-11-04T03:03:06.702Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:03:17.053Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:03:17.067Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:04:06.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:04:06.683Z||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-11-04T03:04:06.684Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:04:06.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:04:06.685Z||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-11-04T03:04:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:04:16.258Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:04:16.258Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:05:06.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:05:06.683Z||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-11-04T03:05:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:05:06.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:05:06.687Z||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-11-04T03:05:06.687Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:05:16.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:05:16.238Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:06:06.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:06:06.683Z||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-11-04T03:06:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:06:06.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:06:06.686Z||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-11-04T03:06:06.686Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:06:16.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:06:16.236Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:07:06.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:07:06.683Z||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-11-04T03:07:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:07:06.684Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:07:06.686Z||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-11-04T03:07:06.686Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:07:16.224Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:07:16.225Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:08:06.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:08:06.683Z||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-11-04T03:08:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:08:06.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:08:06.685Z||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-11-04T03:08:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:08:16.231Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:08:16.231Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:09:06.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:09:06.684Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:09:06.685Z||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-11-04T03:09:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:09:06.686Z||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-11-04T03:09:06.686Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:09:16.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:09:16.236Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:10:06.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:10:06.683Z||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-11-04T03:10:06.684Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:10:06.684Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:10:06.684Z||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-11-04T03:10:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:10:16.226Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:10:16.230Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:11:06.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:11:06.684Z||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-11-04T03:11:06.684Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:11:06.684Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:11:06.684Z||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-11-04T03:11:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:11:16.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:11:16.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:12:06.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:12:06.683Z||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-11-04T03:12:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:12:06.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:12:06.685Z||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-11-04T03:12:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:12:16.228Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:12:16.230Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:13:06.483Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-11-04T03:13:06.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:13:06.683Z||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-11-04T03:13:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:13:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:13:06.685Z||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-11-04T03:13:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:13:16.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:13:16.244Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:14:06.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:14:06.683Z||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-11-04T03:14:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:14:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:14:06.684Z||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-11-04T03:14:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:14:16.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:14:16.248Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:15:06.683Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:15:06.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:15:06.684Z||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-11-04T03:15:06.684Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:15:06.684Z||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-11-04T03:15:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:15:16.228Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:15:16.228Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:16:06.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:16:06.684Z||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-11-04T03:16:06.684Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:16:06.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:16:06.685Z||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-11-04T03:16:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:16:16.230Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:16:16.230Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:17:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:17:06.683Z||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-11-04T03:17:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:17:06.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:17:06.686Z||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-11-04T03:17:06.686Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:17:16.249Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:17:16.249Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:18:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:18:06.684Z||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-11-04T03:18:06.684Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:18:06.684Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:18:06.685Z||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-11-04T03:18:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:18:16.272Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:18:16.272Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:19:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:19:06.683Z||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-11-04T03:19:06.684Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:19:06.684Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:19:06.685Z||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-11-04T03:19:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:19:16.227Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:19:16.227Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:20:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:20:06.683Z||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-11-04T03:20:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:20:06.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:20:06.685Z||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-11-04T03:20:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:20:16.219Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:20:16.222Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:21:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:21:06.683Z||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-11-04T03:21:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:21:06.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:21:06.684Z||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-11-04T03:21:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:21:16.224Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:21:16.230Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:22:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:22:06.684Z||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-11-04T03:22:06.684Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:22:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:22:06.685Z||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-11-04T03:22:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:22:16.228Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:22:16.228Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:23:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:23:06.683Z||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-11-04T03:23:06.684Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:23:06.684Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:23:06.685Z||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-11-04T03:23:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:23:16.244Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:23:16.245Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:24:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:24:06.683Z||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-11-04T03:24:06.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:24:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:24:06.686Z||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-11-04T03:24:06.687Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:24:16.240Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:24:16.244Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:25:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:25:06.683Z||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-11-04T03:25:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:25:06.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:25:06.685Z||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-11-04T03:25:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:25:16.227Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:25:16.228Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:26:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:26:06.683Z||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-11-04T03:26:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:26:06.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:26:06.685Z||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-11-04T03:26:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:26:16.245Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:26:16.248Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:27:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:27:06.683Z||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-11-04T03:27:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:27:06.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:27:06.685Z||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-11-04T03:27:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:27:16.241Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:27:16.241Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:28:06.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:28:06.685Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:28:06.686Z||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-11-04T03:28:06.686Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:28:06.686Z||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-11-04T03:28:06.686Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:28:16.233Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:28:16.233Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:29:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:29:06.683Z||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-11-04T03:29:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:29:06.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:29:06.684Z||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-11-04T03:29:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:29:16.221Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:29:16.238Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:30:06.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:30:06.684Z||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-11-04T03:30:06.684Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:30:06.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:30:06.685Z||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-11-04T03:30:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:30:16.254Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:30:16.254Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:31:06.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:31:06.683Z||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-11-04T03:31:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:31:06.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:31:06.684Z||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-11-04T03:31:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:31:16.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:31:16.228Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:32:06.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:32:06.683Z||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-11-04T03:32:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:32:06.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:32:06.685Z||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-11-04T03:32:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:32:16.246Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:32:16.250Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:33:06.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:33:06.683Z||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-11-04T03:33:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:33:06.684Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:33:06.685Z||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-11-04T03:33:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:33:16.226Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:33:16.228Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:34:06.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:34:06.683Z||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-11-04T03:34:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:34:06.684Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:34:06.685Z||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-11-04T03:34:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:34:16.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:34:16.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:35:06.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:35:06.683Z||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-11-04T03:35:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:35:06.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:35:06.685Z||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-11-04T03:35:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:35:16.248Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:35:16.250Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:36:06.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:36:06.683Z||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-11-04T03:36:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:36:06.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:36:06.685Z||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-11-04T03:36:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:36:16.224Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:36:16.235Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:37:06.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:37:06.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:37:06.684Z||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-11-04T03:37:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:37:06.685Z||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-11-04T03:37:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:37:16.231Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:37:16.231Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:38:06.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:38:06.683Z||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-11-04T03:38:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:38:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:38:06.685Z||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-11-04T03:38:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:38:16.224Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:38:16.224Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:39:06.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:39:06.683Z||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-11-04T03:39:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:39:06.684Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:39:06.685Z||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-11-04T03:39:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:39:16.226Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:39:16.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:40:06.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:40:06.683Z||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-11-04T03:40:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:40:06.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:40:06.684Z||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-11-04T03:40:06.684Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:40:16.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:40:16.225Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:41:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:41:06.683Z||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-11-04T03:41:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:41:06.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:41:06.685Z||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-11-04T03:41:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:41:16.224Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:41:16.224Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:42:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:42:06.683Z||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-11-04T03:42:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:42:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:42:06.685Z||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-11-04T03:42:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:42:16.242Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:42:16.243Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:43:06.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:43:06.683Z||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-11-04T03:43:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:43:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:43:06.684Z||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-11-04T03:43:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:43:06.819Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:43:07.313Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:43:07.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"ae79a23d-cceb-4f17-88fb-254e295f5487","serviceName":"vFW 2022-11-04 03-41-28","serviceVersion":"1.0","serviceUUID":"6127c48a-6363-49cc-aa4d-8248d7765966","serviceDescription":"catalog service description","serviceInvariantUUID":"b1dc2bc4-3a81-4d62-9b29-3a9fe0b88252","resources":[{"resourceInstanceName":"vFW 9e67a134-7819 0","resourceName":"vFW 9e67a134-7819","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"baec0977-d1f4-4241-a5b2-fdc440e8d293","resourceInvariantUUID":"352cd35c-bf9d-425a-aecb-6635e82f32dd","resourceCustomizationUUID":"7323664c-a1af-43c5-ba69-d0b295854538","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vf-license-model.xml","artifactChecksum":"N2U0ZmQ0ZDI0ZDQyNmU1YmQ4ODNjMDIwYjZlNzRhOWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3ba51f55-7586-4d0b-b6a8-ea92cb05eb98","artifactVersion":"1"},{"artifactName":"vfw9e67a13478190_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json","artifactChecksum":"Y2NhZWM1OGUzNWRlNTQ5NjM5MjRjNmY1YWVjMDQ3MjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"de71b6cd-f4b4-4c35-a1af-4017aa36f410","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4179190b-56a5-4fad-ba3f-0d5631bca667","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vendor-license-model.xml","artifactChecksum":"Y2Q4NGU0OWEzYmJlNmQ5MzE3NzM4MDY0MzgzOTM0OWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23f13ff0-3cd2-4685-b209-692b2f6b2499","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b9ece388-df17-4acb-9266-79ae582dd168","artifactVersion":"2","generatedFromUUID":"4179190b-56a5-4fad-ba3f-0d5631bca667"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221104034128-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-template.yml","artifactChecksum":"Nzg1MmI3OTllYWQ3MTE5ZDVmMzBjMDhlYjQzNmVkZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d8b4963f-574d-4398-836e-d806c4382089","artifactVersion":"1"},{"artifactName":"service-Vfw20221104034128-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar","artifactChecksum":"MGUxYTQxMGQ1NTI0M2RiNjdlZGY5YTA2NmFiMGRkYTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"adca1013-b873-4817-b052-8ad1d6f14c63","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-04T03:43:07.325Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T03:43:07.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "aai-ml", "timestamp": 1667533337841, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.331Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:43:07.341Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:43:07.341Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "ves-openapi-manager", "timestamp": 1667533333556, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667533334520, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "policy-id", "timestamp": 1667533330822, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "cds", "timestamp": 1667533339145, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "ves-openapi-manager", "timestamp": 1667533333556, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "aai-ml", "timestamp": 1667533337841, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667533334520, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "policy-id", "timestamp": 1667533330822, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "cds", "timestamp": 1667533339145, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "ves-openapi-manager", "timestamp": 1667533333556, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "multicloud-k8s-id", "timestamp": 1667533341165, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "aai-ml", "timestamp": 1667533337841, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "policy-id", "timestamp": 1667533330822, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-04T03:43:07.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667533334520, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "cds", "timestamp": 1667533339145, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.345Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "multicloud-k8s-id", "timestamp": 1667533341165, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json", "status": "NOTIFIED" } 2022-11-04T03:43:07.345Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "ves-openapi-manager", "timestamp": 1667533333556, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.345Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "aai-ml", "timestamp": 1667533337841, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "policy-id", "timestamp": 1667533330822, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667533334520, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "cds", "timestamp": 1667533339145, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "ves-openapi-manager", "timestamp": 1667533333556, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "multicloud-k8s-id", "timestamp": 1667533341165, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-04T03:43:07.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "aai-ml", "timestamp": 1667533337841, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "policy-id", "timestamp": 1667533330822, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667533334520, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "cds", "timestamp": 1667533339145, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "ves-openapi-manager", "timestamp": 1667533333556, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "multicloud-k8s-id", "timestamp": 1667533341165, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "aai-ml", "timestamp": 1667533337841, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "policy-id", "timestamp": 1667533330822, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667533334520, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "cds", "timestamp": 1667533339145, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "ves-openapi-manager", "timestamp": 1667533333556, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "multicloud-k8s-id", "timestamp": 1667533341165, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-04T03:43:07.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "aai-ml", "timestamp": 1667533337841, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar", "status": "NOTIFIED" } 2022-11-04T03:43:07.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "policy-id", "timestamp": 1667533330822, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar", "status": "NOTIFIED" } 2022-11-04T03:43:07.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667533334520, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar", "status": "NOTIFIED" } 2022-11-04T03:43:07.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "cds", "timestamp": 1667533339145, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar", "status": "NOTIFIED" } 2022-11-04T03:43:07.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "multicloud-k8s-id", "timestamp": 1667533341165, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.349Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667533347195, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T03:43:07.349Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:43:07.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "aai-ml", "timestamp": 1667533347165, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T03:43:07.349Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:43:07.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "policy-id", "timestamp": 1667533347191, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T03:43:07.349Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:43:07.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "cds", "timestamp": 1667533346973, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T03:43:07.349Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:43:07.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "multicloud-k8s-id", "timestamp": 1667533341165, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar", "status": "NOTIFIED" } 2022-11-04T03:43:07.350Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "policy-id", "timestamp": 1667533348204, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T03:43:07.350Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:43:07.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "cds", "timestamp": 1667533347992, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-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-11-04T03:43:07.441Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-11-04T03:43:07.444Z||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-11-04T03:43:07.444Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:43:07.460Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:43:07.461Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-04T03:43:07.541Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ae79a23d-cceb-4f17-88fb-254e295f5487 2022-11-04T03:43:07.557Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae79a23d-cceb-4f17-88fb-254e295f5487 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-11-04T03:43:07.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "multicloud-k8s-id", "timestamp": 1667533348957, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json", "status": "DOWNLOAD_OK" } 2022-11-04T03:43:07.584Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:43:07.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "policy-id", "timestamp": 1667533349208, "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-11-04T03:43:07.600Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae79a23d-cceb-4f17-88fb-254e295f5487 2022-11-04T03:43:07.600Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae79a23d-cceb-4f17-88fb-254e295f5487 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-11-04T03:43:07.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "multicloud-k8s-id", "timestamp": 1667533350039, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-04T03:43:07.609Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:43:07.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "multicloud-k8s-id", "timestamp": 1667533351093, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-04T03:43:07.609Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:43:07.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "multicloud-k8s-id", "timestamp": 1667533352169, "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-11-04T03:43:07.614Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae79a23d-cceb-4f17-88fb-254e295f5487 2022-11-04T03:43:07.615Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae79a23d-cceb-4f17-88fb-254e295f5487 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-11-04T03:43:07.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667533352342, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T03:43:07.627Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:43:07.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "multicloud-k8s-id", "timestamp": 1667533353174, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json", "status": "DEPLOY_OK" } 2022-11-04T03:43:07.627Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:43:07.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667533353347, "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-11-04T03:43:07.633Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ae79a23d-cceb-4f17-88fb-254e295f5487 2022-11-04T03:43:07.633Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae79a23d-cceb-4f17-88fb-254e295f5487 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-11-04T03:43:07.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "clamp", "timestamp": 1667533354576, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "clamp", "timestamp": 1667533354576, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json", "status": "NOTIFIED" } 2022-11-04T03:43:07.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "clamp", "timestamp": 1667533354576, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "clamp", "timestamp": 1667533354576, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "clamp", "timestamp": 1667533354576, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "clamp", "timestamp": 1667533354576, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "aai-ml", "timestamp": 1667533360645, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T03:43:07.645Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:43:07.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "clamp", "timestamp": 1667533354576, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar", "status": "NOTIFIED" } 2022-11-04T03:43:07.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "aai-ml", "timestamp": 1667533361650, "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-11-04T03:43:07.651Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ae79a23d-cceb-4f17-88fb-254e295f5487 2022-11-04T03:43:07.651Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae79a23d-cceb-4f17-88fb-254e295f5487 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-11-04T03:43:07.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "aai-ml", "timestamp": 1667533367841, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.660Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "multicloud-k8s-id", "timestamp": 1667533361165, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.660Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667533364520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.660Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "aai-ml", "timestamp": 1667533367841, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "multicloud-k8s-id", "timestamp": 1667533361165, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json", "status": "NOTIFIED" } 2022-11-04T03:43:07.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667533364520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "clamp", "timestamp": 1667533370468, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T03:43:07.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:43:07.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "multicloud-k8s-id", "timestamp": 1667533361165, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-04T03:43:07.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "aai-ml", "timestamp": 1667533367841, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "cds", "timestamp": 1667533369145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667533364520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "policy-id", "timestamp": 1667533370822, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "aai-ml", "timestamp": 1667533367841, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "multicloud-k8s-id", "timestamp": 1667533361165, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "cds", "timestamp": 1667533369145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667533364520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "policy-id", "timestamp": 1667533370822, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "clamp", "timestamp": 1667533372484, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T03:43:07.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:43:07.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "cds", "timestamp": 1667533369145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "aai-ml", "timestamp": 1667533367841, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "multicloud-k8s-id", "timestamp": 1667533361165, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-04T03:43:07.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667533364520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "clamp", "timestamp": 1667533373488, "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-11-04T03:43:07.671Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ae79a23d-cceb-4f17-88fb-254e295f5487 2022-11-04T03:43:07.671Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae79a23d-cceb-4f17-88fb-254e295f5487 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-11-04T03:43:07.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "policy-id", "timestamp": 1667533370822, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-04T03:43:07.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "cds", "timestamp": 1667533369145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "aai-ml", "timestamp": 1667533367841, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "multicloud-k8s-id", "timestamp": 1667533361165, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667533364520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "ves-openapi-manager", "timestamp": 1667533373556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "policy-id", "timestamp": 1667533370822, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "cds", "timestamp": 1667533369145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "aai-ml", "timestamp": 1667533367841, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar", "status": "NOTIFIED" } 2022-11-04T03:43:07.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "multicloud-k8s-id", "timestamp": 1667533361165, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar", "status": "NOTIFIED" } 2022-11-04T03:43:07.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667533364520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar", "status": "NOTIFIED" } 2022-11-04T03:43:07.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "ves-openapi-manager", "timestamp": 1667533373556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "policy-id", "timestamp": 1667533370822, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "cds", "timestamp": 1667533369145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "multicloud-k8s-id", "timestamp": 1667533375647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-04T03:43:07.684Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:43:07.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "aai-ml", "timestamp": 1667533375761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T03:43:07.684Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:43:07.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667533375913, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T03:43:07.685Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:43:07.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "ves-openapi-manager", "timestamp": 1667533373556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "policy-id", "timestamp": 1667533370822, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "cds", "timestamp": 1667533369145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar", "status": "NOTIFIED" } 2022-11-04T03:43:07.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "multicloud-k8s-id", "timestamp": 1667533376705, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-04T03:43:07.686Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:43:07.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "ves-openapi-manager", "timestamp": 1667533373556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "policy-id", "timestamp": 1667533370822, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar", "status": "NOTIFIED" } 2022-11-04T03:43:07.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "cds", "timestamp": 1667533376855, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T03:43:07.686Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:43:07.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "multicloud-k8s-id", "timestamp": 1667533377813, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-04T03:43:07.687Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:43:07.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667533378249, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T03:43:07.687Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:43:07.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "ves-openapi-manager", "timestamp": 1667533373556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "policy-id", "timestamp": 1667533378593, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T03:43:07.687Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:43:07.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "cds", "timestamp": 1667533377860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-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-11-04T03:43:07.705Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eb17f891-e776-4a50-b92f-f32c9c1ed387 2022-11-04T03:43:07.705Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb17f891-e776-4a50-b92f-f32c9c1ed387 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-11-04T03:43:07.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "multicloud-k8s-id", "timestamp": 1667533378836, "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-11-04T03:43:07.725Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb17f891-e776-4a50-b92f-f32c9c1ed387 2022-11-04T03:43:07.725Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb17f891-e776-4a50-b92f-f32c9c1ed387 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-11-04T03:43:07.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667533379253, "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-11-04T03:43:07.743Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eb17f891-e776-4a50-b92f-f32c9c1ed387 2022-11-04T03:43:07.743Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb17f891-e776-4a50-b92f-f32c9c1ed387 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-11-04T03:43:07.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "ves-openapi-manager", "timestamp": 1667533373556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "policy-id", "timestamp": 1667533379596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T03:43:07.755Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:43:07.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "multicloud-k8s-id", "timestamp": 1667533379842, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json", "status": "DEPLOY_OK" } 2022-11-04T03:43:07.755Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:43:07.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "ves-openapi-manager", "timestamp": 1667533373556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "policy-id", "timestamp": 1667533380599, "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-11-04T03:43:07.761Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb17f891-e776-4a50-b92f-f32c9c1ed387 2022-11-04T03:43:07.761Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb17f891-e776-4a50-b92f-f32c9c1ed387 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-11-04T03:43:07.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "aai-ml", "timestamp": 1667533382479, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T03:43:07.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:43:07.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "aai-ml", "timestamp": 1667533383483, "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-11-04T03:43:07.776Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eb17f891-e776-4a50-b92f-f32c9c1ed387 2022-11-04T03:43:07.776Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb17f891-e776-4a50-b92f-f32c9c1ed387 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-11-04T03:43:07.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "clamp", "timestamp": 1667533384576, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "clamp", "timestamp": 1667533384576, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json", "status": "NOTIFIED" } 2022-11-04T03:43:07.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:07.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:43:07.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "clamp", "timestamp": 1667533384576, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:07.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:43:08.347Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T03:43:08.347Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:43:08.351Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:43:08.351Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json", "status": "NOTIFIED" } 2022-11-04T03:43:08.451Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:43:08.452Z||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-11-04T03:43:08.452Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:43:08.462Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:43:08.464Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:43:09.352Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T03:43:09.352Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:43:09.354Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:43:09.354Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-04T03:43:09.455Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-04T03:43:09.456Z||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-11-04T03:43:09.457Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:43:09.468Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:43:09.470Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:43:10.355Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T03:43:10.355Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:43:10.357Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:43:10.358Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:10.458Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:43:10.459Z||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-11-04T03:43:10.459Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:43:10.470Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:43:10.471Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:43:11.358Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T03:43:11.359Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:43:11.361Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:43:11.361Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-04T03:43:11.461Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:43:11.462Z||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-11-04T03:43:11.462Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:43:11.472Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:43:11.473Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:43:12.361Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T03:43:12.362Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:43:12.364Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:43:12.365Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T03:43:12.465Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:43:12.466Z||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-11-04T03:43:12.466Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:43:12.480Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:43:12.481Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:43:13.365Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T03:43:13.366Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:43:13.368Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:43:13.368Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar", "status": "NOTIFIED" } 2022-11-04T03:43:13.468Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:43:13.469Z||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-11-04T03:43:13.469Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:43:13.479Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:43:13.480Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-04T03:43:14.369Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "serviceName": "vFW 2022-11-04 03-41-28", "serviceVersion": "1.0", "serviceUUID": "6127c48a-6363-49cc-aa4d-8248d7765966", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b1dc2bc4-3a81-4d62-9b29-3a9fe0b88252", "resources": [ { "resourceInstanceName": "vFW 9e67a134-7819 0", "resourceCustomizationUUID": "7323664c-a1af-43c5-ba69-d0b295854538", "resourceName": "vFW 9e67a134-7819", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "baec0977-d1f4-4241-a5b2-fdc440e8d293", "resourceInvariantUUID": "352cd35c-bf9d-425a-aecb-6635e82f32dd", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw9e67a13478190_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json", "artifactChecksum": "Y2NhZWM1OGUzNWRlNTQ5NjM5MjRjNmY1YWVjMDQ3MjA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "de71b6cd-f4b4-4c35-a1af-4017aa36f410", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4179190b-56a5-4fad-ba3f-0d5631bca667", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b9ece388-df17-4acb-9266-79ae582dd168", "generatedFromUUID": "4179190b-56a5-4fad-ba3f-0d5631bca667" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b9ece388-df17-4acb-9266-79ae582dd168", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221104034128-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar", "artifactChecksum": "MGUxYTQxMGQ1NTI0M2RiNjdlZGY5YTA2NmFiMGRkYTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "adca1013-b873-4817-b052-8ad1d6f14c63" } ], "workloadContext": "Production" } 2022-11-04T03:43:14.371Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-04T03:43:14.371Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6127c48a-6363-49cc-aa4d-8248d7765966 ASDC 2022-11-04T03:43:14.440Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:ae79a23d-cceb-4f17-88fb-254e295f5487 ServiceName:vFW 2022-11-04 03-41-28 ServiceVersion:1.0 ServiceUUID:6127c48a-6363-49cc-aa4d-8248d7765966 ServiceInvariantUUID:b1dc2bc4-3a81-4d62-9b29-3a9fe0b88252 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221104034128-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar ArtifactUUID:adca1013-b873-4817-b052-8ad1d6f14c63 ArtifactChecksum:MGUxYTQxMGQ1NTI0M2RiNjdlZGY5YTA2NmFiMGRkYTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 9e67a134-7819 0 ResourceCustomizationUUID:7323664c-a1af-43c5-ba69-d0b295854538 ResourceInvariantUUID:352cd35c-bf9d-425a-aecb-6635e82f32dd ResourceName:vFW 9e67a134-7819 ResourceType:VF ResourceUUID:baec0977-d1f4-4241-a5b2-fdc440e8d293 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw9e67a13478190_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json ArtifactUUID:de71b6cd-f4b4-4c35-a1af-4017aa36f410 ArtifactChecksum:Y2NhZWM1OGUzNWRlNTQ5NjM5MjRjNmY1YWVjMDQ3MjA= 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/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml ArtifactUUID:4179190b-56a5-4fad-ba3f-0d5631bca667 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/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env ArtifactUUID:b9ece388-df17-4acb-9266-79ae582dd168 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/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env ArtifactUUID:b9ece388-df17-4acb-9266-79ae582dd168 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-04T03:43:14.440Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6127c48a-6363-49cc-aa4d-8248d7765966 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-11-04T03:43:14.485Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-04T03:43:14.486Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-04T03:43:14.487Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-04T03:43:14.487Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: adca1013-b873-4817-b052-8ad1d6f14c63 from URL: /sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar 2022-11-04T03:43:14.487Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-04T03:43:14.489Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar 2022-11-04T03:43:14.595Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-04T03:43:14.609Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar adca1013-b873-4817-b052-8ad1d6f14c63 99011 2022-11-04T03:43:14.611Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar ASDC sendASDCNotification 2022-11-04T03:43:14.611Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar 2022-11-04T03:43:14.612Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T03:43:14.613Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:43:14.615Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:43:14.615Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533394610, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T03:43:14.716Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:43:14.717Z||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-11-04T03:43:14.717Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:43:14.727Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:43:14.728Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:43:15.616Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-04T03:43:15.617Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-04T03:43:15.617Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: adca1013-b873-4817-b052-8ad1d6f14c63, URL: /sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar to file: /app/ASDC/1/service-Vfw20221104034128-csar.csar 2022-11-04T03:43:15.618Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221104034128-csar.csar 2022-11-04T03:43:15.680Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221104034128-csar.csar 2022-11-04T03:43:15.680Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221104034128-csar.csar 2022-11-04T03:43:16.100Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11142907644547307255/Definitions/service-Vfw20221104034128-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-11-04T03:43:18.437Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-04T03:43:18.442Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-04T03:43:18.442Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221104034128-csar.csar 2022-11-04T03:43:18.442Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-11-04T03:43:18.442Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||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-Vfw20221104034128-csar.csar 2022-11-04T03:43:18.443Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||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-Vfw20221104034128-csar.csar 2022-11-04T03:43:18.443Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||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-Vfw20221104034128-csar.csar 2022-11-04T03:43:18.443Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221104034128-csar.csar 2022-11-04T03:43:18.443Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221104034128-csar.csar 2022-11-04T03:43:18.443Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||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-Vfw20221104034128-csar.csar 2022-11-04T03:43:18.443Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||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-Vfw20221104034128-csar.csar 2022-11-04T03:43:18.443Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||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-Vfw20221104034128-csar.csar 2022-11-04T03:43:18.443Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20221104034128-csar.csar 2022-11-04T03:43:18.443Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||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-Vfw20221104034128-csar.csar 2022-11-04T03:43:18.443Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221104034128-csar.csar 2022-11-04T03:43:18.443Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9e67a134-7819 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-Vfw20221104034128-csar.csar 2022-11-04T03:43:18.443Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||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-Vfw20221104034128-csar.csar 2022-11-04T03:43:18.443Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-04T03:43:18.449Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:18.451Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:43:18.454Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is matching search criteria 2022-11-04T03:43:18.455Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-04T03:43:18.456Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9e67a134-7819 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-04T03:43:18.457Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:18.458Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:43:18.458Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is matching search criteria 2022-11-04T03:43:18.458Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-04T03:43:18.458Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9e67a134-7819 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-04T03:43:18.458Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:18.458Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:43:18.462Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:18.462Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is not matching search criteria 2022-11-04T03:43:18.462Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-04T03:43:18.462Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-04T03:43:18.462Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-04T03:43:18.462Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-04T03:43:18.462Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-04T03:43:18.462Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-04T03:43:18.463Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-04T03:43:18.463Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-04T03:43:18.463Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-04T03:43:18.463Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-04T03:43:18.463Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-04T03:43:18.463Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-04T03:43:18.463Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-04T03:43:18.463Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-04T03:43:18.463Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-04T03:43:18.463Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-04T03:43:18.463Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:18.464Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-04T03:43:18.465Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:18.465Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is matching search criteria 2022-11-04T03:43:18.465Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9e67a134-7819 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T03:43:18.465Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:18.465Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is matching search criteria 2022-11-04T03:43:18.465Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9e67a134-7819 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T03:43:18.465Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:18.466Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is matching search criteria 2022-11-04T03:43:18.466Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9e67a134-7819 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T03:43:18.466Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:18.466Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is not matching search criteria 2022-11-04T03:43:18.466Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-04T03:43:18.466Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-04T03:43:18.466Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-04T03:43:18.466Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-04T03:43:18.466Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-04T03:43:18.466Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-04T03:43:18.466Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-04T03:43:18.467Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-04T03:43:18.467Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-04T03:43:18.467Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-04T03:43:18.467Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-04T03:43:18.467Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8ac10685-916e-47be-9c49-10cbe3feb17b 2022-11-04T03:43:18.467Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:18.467Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is not matching search criteria 2022-11-04T03:43:18.467Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-04T03:43:18.467Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-04T03:43:18.467Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-04T03:43:18.468Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-04T03:43:18.468Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-04T03:43:18.468Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-04T03:43:18.468Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-04T03:43:18.468Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-04T03:43:18.468Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-04T03:43:18.468Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-04T03:43:18.468Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-04T03:43:18.468Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-04T03:43:18.468Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=adceca6f-b184-426a-9ee1-5a8ac83e7204 2022-11-04T03:43:18.468Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:18.469Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is not matching search criteria 2022-11-04T03:43:18.469Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-04T03:43:18.469Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-04T03:43:18.469Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-04T03:43:18.469Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-04T03:43:18.469Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-04T03:43:18.469Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-04T03:43:18.469Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-04T03:43:18.469Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-04T03:43:18.469Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-04T03:43:18.469Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-04T03:43:18.469Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-04T03:43:18.470Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-04T03:43:18.470Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=90faabe7-7046-4a44-aea9-5b2818bf9c5d 2022-11-04T03:43:18.470Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:18.470Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:43:18.470Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:18.470Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:43:18.470Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:18.470Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:43:18.470Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:18.470Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:43:18.471Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-11-04 03-41-28 Description:catalog service description Model UUID:6127c48a-6363-49cc-aa4d-8248d7765966 Model Version:NULL Model InvariantUuid:b1dc2bc4-3a81-4d62-9b29-3a9fe0b88252 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 9e67a134-7819 Model UUID:d650b93a-7e21-4db7-8742-0b7ed0145117 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:352cd35c-bf9d-425a-aecb-6635e82f32dd Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7323664c-a1af-43c5-ba69-d0b295854538 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:17407aea-e0ea-41b8-aee6-fc34f6dbd408 ModelName:Vfw9e67a1347819..base_vfw..module-0 ModelUuid:967aa89c-d9b9-477c-8df3-68417e4755d3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8ac10685-916e-47be-9c49-10cbe3feb17b ModelInvariantUuid:b1d0a090-945c-4315-b638-9bd5046b7b8b ModelName:vFW 9e67a134-7819-nodes.vfwCvfc ModelUuid:aa3fe650-5ca6-47b8-b554-cea8f8b25fc1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:8e7f2d32-3ed8-44d4-8036-74be524d7e42 ModelInvariantUuid:eba33184-5f9e-4232-912f-3f8b48cc2e85 ModelName:Vfw9e67a1347819.compute.nodes.heat.vfw ModelUuid:fa01ea0d-77fb-4bb5-b02d-1fa135da343e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:adceca6f-b184-426a-9ee1-5a8ac83e7204 ModelInvariantUuid:7ab70f8b-8c20-46d1-9edc-a0bce27889a7 ModelName:vFW 9e67a134-7819-nodes.vsnCvfc ModelUuid:b675679e-9c82-4224-b235-dd75482b461b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:dc57983d-c865-46a4-ad3b-bbce9fc0f10f ModelInvariantUuid:91cede1a-c3c5-4ecc-b7a8-84b2cd018880 ModelName:Vfw9e67a1347819.compute.nodes.heat.vsn ModelUuid:8f0d7e0c-ce41-41cb-a9b2-fd8f685d22dc ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:90faabe7-7046-4a44-aea9-5b2818bf9c5d ModelInvariantUuid:5343fe76-9abe-4450-bb64-b0add1bbd002 ModelName:vFW 9e67a134-7819-nodes.vpgCvfc ModelUuid:ee825d31-1b9c-4a55-bf66-a22eb1907e8f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:892c4bc2-9cb4-4df9-9e2e-f7e853ef4a3a ModelInvariantUuid:cbdd460d-77c2-4538-93cd-9667b052c43c ModelName:Vfw9e67a1347819.compute.nodes.heat.vpg ModelUuid:aa1b738e-f039-4da2-a416-f5748f1f2946 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-11-04T03:43:18.477Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: baec0977-d1f4-4241-a5b2-fdc440e8d293 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-11-04T03:43:18.552Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||vFW 9e67a134-7819 0 2022-11-04T03:43:18.557Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: baec0977-d1f4-4241-a5b2-fdc440e8d293 2022-11-04T03:43:18.558Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: de71b6cd-f4b4-4c35-a1af-4017aa36f410 from URL: /sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json 2022-11-04T03:43:18.558Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-04T03:43:18.558Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json 2022-11-04T03:43:18.616Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-04T03:43:18.617Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json de71b6cd-f4b4-4c35-a1af-4017aa36f410 785 2022-11-04T03:43:18.617Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json ASDC sendASDCNotification 2022-11-04T03:43:18.617Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json 2022-11-04T03:43:18.617Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T03:43:18.617Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:43:18.620Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:43:18.620Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533398617, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json", "status": "DOWNLOAD_OK" } 2022-11-04T03:43:18.720Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:43:18.721Z||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-11-04T03:43:18.722Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:43:18.731Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:43:18.731Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:43:19.622Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9e67a1347819..base_vfw..module-0", "vfModuleModelInvariantUUID": "17407aea-e0ea-41b8-aee6-fc34f6dbd408", "vfModuleModelVersion": "1", "vfModuleModelUUID": "967aa89c-d9b9-477c-8df3-68417e4755d3", "vfModuleModelCustomizationUUID": "b7ca6155-2e19-4230-b354-5e648c93aace", "isBase": true, "artifacts": [ "4179190b-56a5-4fad-ba3f-0d5631bca667", "b9ece388-df17-4acb-9266-79ae582dd168" ], "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-11-04T03:43:19.635Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9e67a1347819..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:967aa89c-d9b9-477c-8df3-68417e4755d3 VfModuleModelInvariantUUID:17407aea-e0ea-41b8-aee6-fc34f6dbd408 VfModuleModelDescription:NULL Artifacts UUID List:{ 4179190b-56a5-4fad-ba3f-0d5631bca667 , b9ece388-df17-4acb-9266-79ae582dd168 } 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-11-04T03:43:19.637Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9e67a1347819..base_vfw..module-0", "vfModuleModelInvariantUUID": "17407aea-e0ea-41b8-aee6-fc34f6dbd408", "vfModuleModelVersion": "1", "vfModuleModelUUID": "967aa89c-d9b9-477c-8df3-68417e4755d3", "vfModuleModelCustomizationUUID": "b7ca6155-2e19-4230-b354-5e648c93aace", "isBase": true, "artifacts": [ "4179190b-56a5-4fad-ba3f-0d5631bca667", "b9ece388-df17-4acb-9266-79ae582dd168" ], "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-11-04T03:43:19.638Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9e67a1347819..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:967aa89c-d9b9-477c-8df3-68417e4755d3 VfModuleModelInvariantUUID:17407aea-e0ea-41b8-aee6-fc34f6dbd408 VfModuleModelDescription:NULL Artifacts UUID List:{ 4179190b-56a5-4fad-ba3f-0d5631bca667 , b9ece388-df17-4acb-9266-79ae582dd168 } 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-11-04T03:43:19.638Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4179190b-56a5-4fad-ba3f-0d5631bca667 from URL: /sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml 2022-11-04T03:43:19.638Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-04T03:43:19.638Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml 2022-11-04T03:43:19.696Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-04T03:43:19.697Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml 4179190b-56a5-4fad-ba3f-0d5631bca667 20368 2022-11-04T03:43:19.698Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-04T03:43:19.698Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml 2022-11-04T03:43:19.698Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T03:43:19.698Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:43:19.700Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:43:19.700Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533399697, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-04T03:43:19.800Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:43:19.801Z||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-11-04T03:43:19.802Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:43:19.813Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:43:19.814Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:43:20.701Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b9ece388-df17-4acb-9266-79ae582dd168 from URL: /sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env 2022-11-04T03:43:20.701Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-04T03:43:20.701Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env 2022-11-04T03:43:20.750Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-04T03:43:20.751Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env b9ece388-df17-4acb-9266-79ae582dd168 2098 2022-11-04T03:43:20.751Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-04T03:43:20.751Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env 2022-11-04T03:43:20.751Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T03:43:20.752Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:43:20.754Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:43:20.754Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533400751, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-04T03:43:20.854Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:43:20.855Z||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-11-04T03:43:20.855Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:43:20.867Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:43:20.868Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:43:21.755Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 6127c48a-6363-49cc-aa4d-8248d7765966 2022-11-04T03:43:21.755Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9e67a134-7819 0 baec0977-d1f4-4241-a5b2-fdc440e8d293 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-11-04T03:43:21.784Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38f4d8aa, org.onap.sdc.toscaparser.api.parameters.Input@5c32f3a0, org.onap.sdc.toscaparser.api.parameters.Input@2d001782, org.onap.sdc.toscaparser.api.parameters.Input@15bc0cbb, org.onap.sdc.toscaparser.api.parameters.Input@b93a72e] 2022-11-04T03:43:21.788Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:21.788Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:43:21.788Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-11-04T03:43:21.789Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 7323664c-a1af-43c5-ba69-d0b295854538 2022-11-04T03:43:21.789Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7323664c-a1af-43c5-ba69-d0b295854538 matches Tosca VF Customization UUID: 7323664c-a1af-43c5-ba69-d0b295854538 2022-11-04T03:43:21.789Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 7323664c-a1af-43c5-ba69-d0b295854538 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-11-04T03:43:21.795Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:21.796Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:43:21.797Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 7323664c-a1af-43c5-ba69-d0b295854538: {\"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-11-04T03:43:21.798Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5aa234d9 2022-11-04T03:43:21.798Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:21.798Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-04T03:43:21.799Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b7ca6155-2e19-4230-b354-5e648c93aace 2022-11-04T03:43:21.800Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b7ca6155-2e19-4230-b354-5e648c93aace 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-11-04T03:43:21.807Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:21.808Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is matching search criteria 2022-11-04T03:43:21.808Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9e67a134-7819 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T03:43:21.809Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:21.810Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is matching search criteria 2022-11-04T03:43:21.810Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9e67a134-7819 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T03:43:21.810Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:21.810Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is not matching search criteria 2022-11-04T03:43:21.810Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-04T03:43:21.810Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-04T03:43:21.810Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-04T03:43:21.810Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-04T03:43:21.811Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-04T03:43:21.811Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-04T03:43:21.811Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-04T03:43:21.811Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-04T03:43:21.811Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-04T03:43:21.811Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-04T03:43:21.811Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-04T03:43:21.811Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8ac10685-916e-47be-9c49-10cbe3feb17b 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-11-04T03:43:21.818Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:21.819Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is matching search criteria 2022-11-04T03:43:21.819Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9e67a134-7819 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T03:43:21.819Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:21.819Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is not matching search criteria 2022-11-04T03:43:21.820Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-04T03:43:21.820Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-04T03:43:21.820Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-04T03:43:21.820Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-04T03:43:21.820Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-04T03:43:21.820Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-04T03:43:21.820Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-04T03:43:21.820Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-04T03:43:21.820Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-04T03:43:21.820Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-04T03:43:21.821Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-04T03:43:21.821Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-04T03:43:21.821Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=adceca6f-b184-426a-9ee1-5a8ac83e7204 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-11-04T03:43:21.823Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:21.823Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is matching search criteria 2022-11-04T03:43:21.823Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9e67a134-7819 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T03:43:21.825Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:21.825Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is not matching search criteria 2022-11-04T03:43:21.825Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-04T03:43:21.825Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-04T03:43:21.826Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-04T03:43:21.826Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-04T03:43:21.826Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-04T03:43:21.826Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-04T03:43:21.826Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-04T03:43:21.826Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-04T03:43:21.826Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-04T03:43:21.826Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-04T03:43:21.826Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-04T03:43:21.826Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-04T03:43:21.826Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=90faabe7-7046-4a44-aea9-5b2818bf9c5d 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-11-04T03:43:21.828Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:21.828Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is matching search criteria 2022-11-04T03:43:21.829Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9e67a134-7819 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T03:43:21.829Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:21.829Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Node template vFW 9e67a134-7819 0 is matching search criteria 2022-11-04T03:43:21.829Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 9e67a134-7819 0] matching following query criteria: sdcType=VF, customizationUUID=7323664c-a1af-43c5-ba69-d0b295854538 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-11-04T03:43:21.831Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:21.831Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:43:21.832Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 6127c48a-6363-49cc-aa4d-8248d7765966: vFW 9e67a134-7819 2022-11-04T03:43:21.832Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:21.832Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:43:21.832Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:21.832Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:43:21.833Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:21.833Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:43:21.833Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:21.833Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:43:21.833Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:43:21.834Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-04 03-41-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:43:21.834Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-11-04 03-41-28 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-11-04T03:43:22.025Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9e67a134-7819 baec0977-d1f4-4241-a5b2-fdc440e8d293 1 ASDC deployResourceStructure 2022-11-04T03:43:22.025Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json ASDC sendASDCNotification 2022-11-04T03:43:22.025Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json 2022-11-04T03:43:22.025Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T03:43:22.026Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:43:22.028Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:43:22.028Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533402025, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json", "status": "DEPLOY_OK" } 2022-11-04T03:43:22.128Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:43:22.129Z||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-11-04T03:43:22.129Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:43:22.143Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:43:22.144Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:43:23.028Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-04T03:43:23.029Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml 2022-11-04T03:43:23.029Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T03:43:23.029Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:43:23.032Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:43:23.032Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533403028, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-04T03:43:23.132Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:43:23.133Z||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-11-04T03:43:23.133Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:43:23.143Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:43:23.143Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-04T03:43:24.034Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-04T03:43:24.034Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env 2022-11-04T03:43:24.034Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T03:43:24.035Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:43:24.037Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:43:24.037Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533404033, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-04T03:43:24.137Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:43:24.138Z||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-11-04T03:43:24.139Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:43:24.149Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:43:24.150Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:43:25.038Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar ASDC sendASDCNotification 2022-11-04T03:43:25.039Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar 2022-11-04T03:43:25.039Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T03:43:25.039Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:43:25.041Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:43:25.042Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533405038, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T03:43:25.142Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:43:25.143Z||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-11-04T03:43:25.143Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:43:25.160Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:43:25.161Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:43:26.043Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae79a23d-cceb-4f17-88fb-254e295f5487 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T03:43:26.061Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae79a23d-cceb-4f17-88fb-254e295f5487 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T03:43:26.064Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T03:43:26.064Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-04T03:43:26.064Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-04T03:43:26.065Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-04T03:43:26.065Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T03:43:26.065Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T03:43:26.065Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T03:43:26.065Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T03:43:26.065Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T03:43:26.065Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T03:43:26.065Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||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-11-04T03:43:26.071Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-04T03:43:56.072Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ae79a23d-cceb-4f17-88fb-254e295f5487 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-11-04T03:43:56.091Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ae79a23d-cceb-4f17-88fb-254e295f5487 and serviceModelVersionId: 6127c48a-6363-49cc-aa4d-8248d7765966 2022-11-04T03:43:56.091Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1dc2bc4-3a81-4d62-9b29-3a9fe0b88252 2022-11-04T03:44:05.797Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1dc2bc4-3a81-4d62-9b29-3a9fe0b88252/model-vers/model-ver/6127c48a-6363-49cc-aa4d-8248d7765966?depth=0 2022-11-04T03:44:05.907Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-11-04T03:44:06.351Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1dc2bc4-3a81-4d62-9b29-3a9fe0b88252/model-vers/model-ver/6127c48a-6363-49cc-aa4d-8248d7765966?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-11-04T03:44:06.357Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1dc2bc4-3a81-4d62-9b29-3a9fe0b88252/model-vers/model-ver/6127c48a-6363-49cc-aa4d-8248d7765966?depth=0|INFO|500||Invoke 2022-11-04T03:44:06.506Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1dc2bc4-3a81-4d62-9b29-3a9fe0b88252/model-vers/model-ver/6127c48a-6363-49cc-aa4d-8248d7765966?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-04T03:44:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:44:06.685Z||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-11-04T03:44:06.684Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1dc2bc4-3a81-4d62-9b29-3a9fe0b88252/model-vers/model-ver/6127c48a-6363-49cc-aa4d-8248d7765966?depth=0|INFO|500||InvokeReturn 2022-11-04T03:44:06.686Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:44:06.686Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1dc2bc4-3a81-4d62-9b29-3a9fe0b88252/model-vers/model-ver/6127c48a-6363-49cc-aa4d-8248d7765966?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221104-03:44:06:518-65578], vertex-id=[155672], Content-Length=[0], Date=[Fri, 04 Nov 2022 03:44:06 GMT], Content-Type=[application/json]} 2022-11-04T03:44:06.686Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-11-04T03:44:06.691Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-04T03:44:06.692Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||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-11-04T03:44:06.696Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||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-11-04T03:44:06.697Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ae79a23d-cceb-4f17-88fb-254e295f5487 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-04T03:44:06.698Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-04T03:44:06.698Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:44:06.701Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:44:06.701Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533446697, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-04T03:44:06.801Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:44:06.802Z||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-11-04T03:44:06.804Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:44:06.814Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:44:06.815Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:44:06.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:44:06.815Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-04T03:44:06.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:44:06.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T03:44:07.713Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-04T03:44:07.714Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"eb17f891-e776-4a50-b92f-f32c9c1ed387","serviceName":"basic_onboard_YlozTg","serviceVersion":"1.0","serviceUUID":"b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6","serviceDescription":"service","serviceInvariantUUID":"3bda8716-9825-44c1-9eae-320d53c9aaf1","resources":[{"resourceInstanceName":"basic_onboard_YlozTg 0","resourceName":"basic_onboard_YlozTg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"91f374d5-7174-4c7e-896a-4e1ceead2635","resourceInvariantUUID":"95c014a9-46e6-444a-9abf-c4f9038f2c14","resourceCustomizationUUID":"9f9b3e62-b956-4bdd-a199-84429e621ac3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vf-license-model.xml","artifactChecksum":"OTEyYjI0MmQwZjk4ZTUyMTFkYjc4YWYzOTcxMDFkNzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba514949-22fb-448e-b5bf-9c521ba70376","artifactVersion":"1"},{"artifactName":"basic_onboard_yloztg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json","artifactChecksum":"OGIyOWRkOWY0NmNmZjBlMjIwZjM2MDY1YzMyOTc4YmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"89129b2f-ca32-4b05-877a-a80fb3fec530","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4fcdf70a-6e1e-435f-b6b0-522e0598e03d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"443b8882-01c5-4b16-80d4-7a03f612fb59","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8917b721-da68-4874-ab33-d28ffb8ed150","artifactVersion":"2","generatedFromUUID":"4fcdf70a-6e1e-435f-b6b0-522e0598e03d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYloztg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-template.yml","artifactChecksum":"OTQxMTUxM2EwNWRiZTNhNjU5OTZjMWFjNjFhYjRlMWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"842633e8-a690-4519-a948-c510ebb0c7c1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYloztg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar","artifactChecksum":"NDM2MzlhNGEwMGY1YWU4MzlmZjE1OGUzMGJhMmVlNzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"69c28b64-240d-4086-98ae-fd7233e31bbd","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-04T03:44:07.715Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T03:44:07.715Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:44:07.717Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:44:07.718Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:44:07.818Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:44:07.819Z||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-11-04T03:44:07.819Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:44:07.832Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:44:07.833Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-04T03:44:08.718Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T03:44:08.720Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:44:08.723Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:44:08.723Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json", "status": "NOTIFIED" } 2022-11-04T03:44:08.823Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:44:08.824Z||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-11-04T03:44:08.824Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:44:08.834Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:44:08.835Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-04T03:44:09.723Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T03:44:09.724Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:44:09.727Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:44:09.727Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-04T03:44:09.827Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:44:09.828Z||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-11-04T03:44:09.828Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:44:09.839Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:44:09.840Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-04T03:44:10.728Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T03:44:10.730Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:44:10.732Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:44:10.732Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:44:10.833Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:44:10.834Z||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-11-04T03:44:10.834Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:44:10.844Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:44:10.845Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:44:11.733Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T03:44:11.734Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:44:11.736Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:44:11.736Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-04T03:44:11.836Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:44:11.837Z||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-11-04T03:44:11.837Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:44:11.848Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:44:11.849Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:44:12.737Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T03:44:12.738Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:44:12.740Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:44:12.740Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T03:44:12.841Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-04T03:44:12.842Z||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-11-04T03:44:12.842Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:44:12.852Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:44:12.853Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:44:13.740Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T03:44:13.741Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:44:13.743Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:44:13.744Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar", "status": "NOTIFIED" } 2022-11-04T03:44:13.846Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-04T03:44:13.847Z||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-11-04T03:44:13.847Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:44:13.858Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:44:13.858Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:44:14.745Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "serviceName": "basic_onboard_YlozTg", "serviceVersion": "1.0", "serviceUUID": "b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6", "serviceDescription": "service", "serviceInvariantUUID": "3bda8716-9825-44c1-9eae-320d53c9aaf1", "resources": [ { "resourceInstanceName": "basic_onboard_YlozTg 0", "resourceCustomizationUUID": "9f9b3e62-b956-4bdd-a199-84429e621ac3", "resourceName": "basic_onboard_YlozTg", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "91f374d5-7174-4c7e-896a-4e1ceead2635", "resourceInvariantUUID": "95c014a9-46e6-444a-9abf-c4f9038f2c14", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_yloztg0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json", "artifactChecksum": "OGIyOWRkOWY0NmNmZjBlMjIwZjM2MDY1YzMyOTc4YmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "89129b2f-ca32-4b05-877a-a80fb3fec530", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4fcdf70a-6e1e-435f-b6b0-522e0598e03d", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8917b721-da68-4874-ab33-d28ffb8ed150", "generatedFromUUID": "4fcdf70a-6e1e-435f-b6b0-522e0598e03d" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8917b721-da68-4874-ab33-d28ffb8ed150", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardYloztg-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar", "artifactChecksum": "NDM2MzlhNGEwMGY1YWU4MzlmZjE1OGUzMGJhMmVlNzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "69c28b64-240d-4086-98ae-fd7233e31bbd" } ], "workloadContext": "Production" } 2022-11-04T03:44:14.746Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-04T03:44:14.746Z|ae79a23d-cceb-4f17-88fb-254e295f5487|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6 ASDC 2022-11-04T03:44:14.746Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:eb17f891-e776-4a50-b92f-f32c9c1ed387 ServiceName:basic_onboard_YlozTg ServiceVersion:1.0 ServiceUUID:b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6 ServiceInvariantUUID:3bda8716-9825-44c1-9eae-320d53c9aaf1 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardYloztg-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar ArtifactUUID:69c28b64-240d-4086-98ae-fd7233e31bbd ArtifactChecksum:NDM2MzlhNGEwMGY1YWU4MzlmZjE1OGUzMGJhMmVlNzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_YlozTg 0 ResourceCustomizationUUID:9f9b3e62-b956-4bdd-a199-84429e621ac3 ResourceInvariantUUID:95c014a9-46e6-444a-9abf-c4f9038f2c14 ResourceName:basic_onboard_YlozTg ResourceType:VF ResourceUUID:91f374d5-7174-4c7e-896a-4e1ceead2635 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_yloztg0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json ArtifactUUID:89129b2f-ca32-4b05-877a-a80fb3fec530 ArtifactChecksum:OGIyOWRkOWY0NmNmZjBlMjIwZjM2MDY1YzMyOTc4YmU= 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/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml ArtifactUUID:4fcdf70a-6e1e-435f-b6b0-522e0598e03d 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/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env ArtifactUUID:8917b721-da68-4874-ab33-d28ffb8ed150 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/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env ArtifactUUID:8917b721-da68-4874-ab33-d28ffb8ed150 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-04T03:44:14.747Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6 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-11-04T03:44:14.779Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-04T03:44:14.780Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-04T03:44:14.780Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-04T03:44:14.780Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 69c28b64-240d-4086-98ae-fd7233e31bbd from URL: /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar 2022-11-04T03:44:14.780Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-04T03:44:14.781Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar 2022-11-04T03:44:14.851Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-04T03:44:14.854Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar 69c28b64-240d-4086-98ae-fd7233e31bbd 71574 2022-11-04T03:44:14.854Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar ASDC sendASDCNotification 2022-11-04T03:44:14.854Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar 2022-11-04T03:44:14.854Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T03:44:14.854Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:44:14.856Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:44:14.856Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533454854, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T03:44:14.956Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:44:14.957Z||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-11-04T03:44:14.958Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:44:14.968Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:44:14.968Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:44:15.856Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-04T03:44:15.858Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-04T03:44:15.858Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 69c28b64-240d-4086-98ae-fd7233e31bbd, URL: /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar to file: /app/ASDC/1/service-BasicOnboardYloztg-csar.csar 2022-11-04T03:44:15.858Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYloztg-csar.csar 2022-11-04T03:44:15.859Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYloztg-csar.csar 2022-11-04T03:44:15.859Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYloztg-csar.csar 2022-11-04T03:44:15.986Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18038885824069485950/Definitions/service-BasicOnboardYloztg-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-11-04T03:44:16.909Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-04T03:44:16.910Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-04T03:44:16.910Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYloztg-csar.csar 2022-11-04T03:44:16.910Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-11-04T03:44:16.910Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YlozTg 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-BasicOnboardYloztg-csar.csar 2022-11-04T03:44:16.910Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||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-BasicOnboardYloztg-csar.csar 2022-11-04T03:44:16.910Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||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-BasicOnboardYloztg-csar.csar 2022-11-04T03:44:16.910Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||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-BasicOnboardYloztg-csar.csar 2022-11-04T03:44:16.910Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||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-BasicOnboardYloztg-csar.csar 2022-11-04T03:44:16.910Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYloztg-csar.csar 2022-11-04T03:44:16.910Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYloztg-csar.csar 2022-11-04T03:44:16.910Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||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-BasicOnboardYloztg-csar.csar 2022-11-04T03:44:16.911Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||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-BasicOnboardYloztg-csar.csar 2022-11-04T03:44:16.911Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-04T03:44:16.911Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:44:16.911Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:44:16.911Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_YlozTg 0 is matching search criteria 2022-11-04T03:44:16.911Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-04T03:44:16.911Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_YlozTg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-04T03:44:16.911Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:44:16.911Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:44:16.911Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_YlozTg 0 is matching search criteria 2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_YlozTg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_YlozTg 0 is not matching search criteria 2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-04T03:44:16.912Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:44:16.913Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_YlozTg 0 is matching search criteria 2022-11-04T03:44:16.913Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_YlozTg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T03:44:16.913Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:44:16.913Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_YlozTg 0 is matching search criteria 2022-11-04T03:44:16.913Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_YlozTg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T03:44:16.913Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:44:16.913Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_YlozTg 0 is matching search criteria 2022-11-04T03:44:16.913Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_YlozTg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T03:44:16.913Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:44:16.913Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_YlozTg 0 is not matching search criteria 2022-11-04T03:44:16.913Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-04T03:44:16.914Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-04T03:44:16.914Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d720641e-b1ff-4922-92e9-93e460a3afe1 2022-11-04T03:44:16.914Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:44:16.914Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:44:16.914Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:44:16.914Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:44:16.914Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:44:16.914Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:44:16.914Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:44:16.914Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:44:16.914Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_YlozTg Description:service Model UUID:b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6 Model Version:NULL Model InvariantUuid:3bda8716-9825-44c1-9eae-320d53c9aaf1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_YlozTg Model UUID:55fd7c8b-6302-4b18-a221-c354b9f9379f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:95c014a9-46e6-444a-9abf-c4f9038f2c14 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9f9b3e62-b956-4bdd-a199-84429e621ac3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b8fdbeaa-8a63-452a-b493-d1a1f739ddc5 ModelName:BasicOnboardYloztg..base_ubuntu18..module-0 ModelUuid:8f47fbbd-94f9-4642-aa4f-4cda0b7f1257 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d720641e-b1ff-4922-92e9-93e460a3afe1 ModelInvariantUuid:6c45782c-c59c-4d05-8d77-5ff8d04e51da ModelName:basic_onboard_YlozTg-nodes.ubuntu18Cvfc ModelUuid:009eec87-a42d-4c89-9ac7-6e15eab372b8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:8d9c1e61-801a-4bef-ad66-a0f0c69b7c6b ModelInvariantUuid:df777660-eb09-4d50-928c-eb048d015311 ModelName:BasicOnboardYloztg.compute.nodes.heat.ubuntu18 ModelUuid:e4451b67-be2d-4fcb-aef1-29101e4e2036 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-11-04T03:44:16.918Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 91f374d5-7174-4c7e-896a-4e1ceead2635 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-11-04T03:44:16.920Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||basic_onboard_YlozTg 0 2022-11-04T03:44:16.921Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 91f374d5-7174-4c7e-896a-4e1ceead2635 2022-11-04T03:44:16.921Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 89129b2f-ca32-4b05-877a-a80fb3fec530 from URL: /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json 2022-11-04T03:44:16.921Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-04T03:44:16.921Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json 2022-11-04T03:44:16.971Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-04T03:44:16.971Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json 89129b2f-ca32-4b05-877a-a80fb3fec530 798 2022-11-04T03:44:16.971Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json ASDC sendASDCNotification 2022-11-04T03:44:16.972Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json 2022-11-04T03:44:16.972Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T03:44:16.972Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:44:16.974Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:44:16.975Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533456971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-04T03:44:17.075Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:44:17.075Z||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-11-04T03:44:17.076Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:44:17.086Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:44:17.087Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:44:17.975Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardYloztg..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "b8fdbeaa-8a63-452a-b493-d1a1f739ddc5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8f47fbbd-94f9-4642-aa4f-4cda0b7f1257", "vfModuleModelCustomizationUUID": "f4083556-e17d-44ec-a8a4-68c4ea6fe4c4", "isBase": true, "artifacts": [ "4fcdf70a-6e1e-435f-b6b0-522e0598e03d", "8917b721-da68-4874-ab33-d28ffb8ed150" ], "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-11-04T03:44:17.980Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardYloztg..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8f47fbbd-94f9-4642-aa4f-4cda0b7f1257 VfModuleModelInvariantUUID:b8fdbeaa-8a63-452a-b493-d1a1f739ddc5 VfModuleModelDescription:NULL Artifacts UUID List:{ 4fcdf70a-6e1e-435f-b6b0-522e0598e03d , 8917b721-da68-4874-ab33-d28ffb8ed150 } 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-11-04T03:44:17.982Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardYloztg..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "b8fdbeaa-8a63-452a-b493-d1a1f739ddc5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8f47fbbd-94f9-4642-aa4f-4cda0b7f1257", "vfModuleModelCustomizationUUID": "f4083556-e17d-44ec-a8a4-68c4ea6fe4c4", "isBase": true, "artifacts": [ "4fcdf70a-6e1e-435f-b6b0-522e0598e03d", "8917b721-da68-4874-ab33-d28ffb8ed150" ], "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-11-04T03:44:17.982Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardYloztg..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8f47fbbd-94f9-4642-aa4f-4cda0b7f1257 VfModuleModelInvariantUUID:b8fdbeaa-8a63-452a-b493-d1a1f739ddc5 VfModuleModelDescription:NULL Artifacts UUID List:{ 4fcdf70a-6e1e-435f-b6b0-522e0598e03d , 8917b721-da68-4874-ab33-d28ffb8ed150 } 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-11-04T03:44:17.982Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4fcdf70a-6e1e-435f-b6b0-522e0598e03d from URL: /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml 2022-11-04T03:44:17.982Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-04T03:44:17.982Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml 2022-11-04T03:44:18.026Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-04T03:44:18.026Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml 4fcdf70a-6e1e-435f-b6b0-522e0598e03d 5033 2022-11-04T03:44:18.027Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-04T03:44:18.027Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml 2022-11-04T03:44:18.027Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T03:44:18.027Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:44:18.029Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:44:18.029Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533458027, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-04T03:44:18.129Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:44:18.130Z||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-11-04T03:44:18.130Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:44:18.139Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:44:18.140Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:44:19.029Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8917b721-da68-4874-ab33-d28ffb8ed150 from URL: /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env 2022-11-04T03:44:19.030Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-04T03:44:19.030Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env 2022-11-04T03:44:19.075Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-04T03:44:19.076Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env 8917b721-da68-4874-ab33-d28ffb8ed150 909 2022-11-04T03:44:19.076Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-04T03:44:19.076Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env 2022-11-04T03:44:19.076Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T03:44:19.076Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:44:19.078Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:44:19.078Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533459076, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-04T03:44:19.178Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:44:19.179Z||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-11-04T03:44:19.179Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:44:19.189Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:44:19.189Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:44:20.079Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6 2022-11-04T03:44:20.080Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_YlozTg 0 91f374d5-7174-4c7e-896a-4e1ceead2635 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-11-04T03:44:20.094Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5bb67f4, org.onap.sdc.toscaparser.api.parameters.Input@21ce1426, org.onap.sdc.toscaparser.api.parameters.Input@915ae2a, org.onap.sdc.toscaparser.api.parameters.Input@2cca8a3c, org.onap.sdc.toscaparser.api.parameters.Input@7290dc96] 2022-11-04T03:44:20.095Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:44:20.096Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:44:20.096Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-11-04T03:44:20.096Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 9f9b3e62-b956-4bdd-a199-84429e621ac3 2022-11-04T03:44:20.096Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9f9b3e62-b956-4bdd-a199-84429e621ac3 matches Tosca VF Customization UUID: 9f9b3e62-b956-4bdd-a199-84429e621ac3 2022-11-04T03:44:20.097Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 9f9b3e62-b956-4bdd-a199-84429e621ac3 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-11-04T03:44:20.099Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:44:20.099Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:44:20.100Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 9f9b3e62-b956-4bdd-a199-84429e621ac3: {\"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-11-04T03:44:20.101Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7f0de6dc 2022-11-04T03:44:20.101Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:44:20.101Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-04T03:44:20.102Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f4083556-e17d-44ec-a8a4-68c4ea6fe4c4 2022-11-04T03:44:20.102Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f4083556-e17d-44ec-a8a4-68c4ea6fe4c4 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-11-04T03:44:20.104Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:44:20.105Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_YlozTg 0 is matching search criteria 2022-11-04T03:44:20.105Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_YlozTg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T03:44:20.105Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:44:20.105Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_YlozTg 0 is matching search criteria 2022-11-04T03:44:20.106Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_YlozTg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T03:44:20.106Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:44:20.106Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_YlozTg 0 is not matching search criteria 2022-11-04T03:44:20.106Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-04T03:44:20.106Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-04T03:44:20.106Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d720641e-b1ff-4922-92e9-93e460a3afe1 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-11-04T03:44:20.108Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:44:20.109Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_YlozTg 0 is matching search criteria 2022-11-04T03:44:20.109Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_YlozTg 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T03:44:20.109Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:44:20.110Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_YlozTg 0 is matching search criteria 2022-11-04T03:44:20.110Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_YlozTg 0] matching following query criteria: sdcType=VF, customizationUUID=9f9b3e62-b956-4bdd-a199-84429e621ac3 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-11-04T03:44:20.111Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:44:20.111Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:44:20.112Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6: basic_onboard_YlozTg 2022-11-04T03:44:20.112Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:44:20.112Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:44:20.112Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:44:20.112Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:44:20.112Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:44:20.112Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:44:20.113Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:44:20.113Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:44:20.113Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:44:20.113Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_YlozTg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:44:20.113Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_YlozTg 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-11-04T03:44:20.171Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_YlozTg 91f374d5-7174-4c7e-896a-4e1ceead2635 1 ASDC deployResourceStructure 2022-11-04T03:44:20.172Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json ASDC sendASDCNotification 2022-11-04T03:44:20.172Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json 2022-11-04T03:44:20.172Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T03:44:20.172Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:44:20.174Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:44:20.174Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533460172, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json", "status": "DEPLOY_OK" } 2022-11-04T03:44:20.274Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:44:20.275Z||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-11-04T03:44:20.275Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:44:20.285Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:44:20.286Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-04T03:44:21.175Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-04T03:44:21.176Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml 2022-11-04T03:44:21.176Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T03:44:21.176Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:44:21.178Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:44:21.178Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533461175, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-04T03:44:21.278Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:44:21.279Z||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-11-04T03:44:21.279Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:44:21.292Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:44:21.294Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:44:22.178Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-04T03:44:22.179Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env 2022-11-04T03:44:22.179Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T03:44:22.179Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:44:22.181Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:44:22.182Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533462178, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-04T03:44:22.282Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:44:22.283Z||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-11-04T03:44:22.284Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:44:22.296Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:44:22.297Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:44:23.182Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar ASDC sendASDCNotification 2022-11-04T03:44:23.183Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar 2022-11-04T03:44:23.183Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T03:44:23.183Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:44:23.185Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:44:23.185Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533463182, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T03:44:23.285Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:44:23.286Z||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-11-04T03:44:23.286Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:44:23.298Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:44:23.298Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-04T03:44:24.186Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb17f891-e776-4a50-b92f-f32c9c1ed387 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T03:44:24.198Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb17f891-e776-4a50-b92f-f32c9c1ed387 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T03:44:24.201Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T03:44:24.201Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-04T03:44:24.202Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-04T03:44:24.202Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-04T03:44:24.202Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T03:44:24.202Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T03:44:24.202Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T03:44:24.202Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T03:44:24.202Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T03:44:24.202Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||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-11-04T03:44:24.208Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-04T03:44:54.208Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb17f891-e776-4a50-b92f-f32c9c1ed387 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-11-04T03:44:54.213Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb17f891-e776-4a50-b92f-f32c9c1ed387 and serviceModelVersionId: b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6 2022-11-04T03:44:54.214Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3bda8716-9825-44c1-9eae-320d53c9aaf1 2022-11-04T03:44:54.214Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3bda8716-9825-44c1-9eae-320d53c9aaf1/model-vers/model-ver/b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6?depth=0 2022-11-04T03:44:54.218Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-11-04T03:44:54.250Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bda8716-9825-44c1-9eae-320d53c9aaf1/model-vers/model-ver/b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6?depth=0|INFO|500||Invoke 2022-11-04T03:44:54.250Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bda8716-9825-44c1-9eae-320d53c9aaf1/model-vers/model-ver/b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bda8716-9825-44c1-9eae-320d53c9aaf1/model-vers/model-ver/b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eb17f891-e776-4a50-b92f-f32c9c1ed387], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8b2413a2-5231-4e10-a50e-dd3c5a642c99], X-ECOMP-RequestID=[eb17f891-e776-4a50-b92f-f32c9c1ed387], X-TransactionId=[], X-ONAP-RequestID=[eb17f891-e776-4a50-b92f-f32c9c1ed387], Content-Type=[application/merge-patch+json]} 2022-11-04T03:44:54.275Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bda8716-9825-44c1-9eae-320d53c9aaf1/model-vers/model-ver/b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-04T03:44:54.396Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bda8716-9825-44c1-9eae-320d53c9aaf1/model-vers/model-ver/b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6?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/3bda8716-9825-44c1-9eae-320d53c9aaf1/model-vers/model-ver/b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221104-03:44:54:283-39719], vertex-id=[225288], Content-Length=[0], Date=[Fri, 04 Nov 2022 03:44:54 GMT], Content-Type=[application/json]} 2022-11-04T03:44:54.396Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bda8716-9825-44c1-9eae-320d53c9aaf1/model-vers/model-ver/b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-04T03:44:54.397Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3bda8716-9825-44c1-9eae-320d53c9aaf1/model-vers/model-ver/b2c3d7b0-d6b7-4fa7-b1fd-924ad298e2b6?depth=0|INFO|500||InvokeReturn 2022-11-04T03:44:54.401Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-04T03:44:54.402Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||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-11-04T03:44:54.407Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||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-11-04T03:44:54.407Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb17f891-e776-4a50-b92f-f32c9c1ed387 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-04T03:44:54.408Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-04T03:44:54.408Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:44:54.410Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:44:54.410Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533494407, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-04T03:44:54.510Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:44:54.511Z||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-11-04T03:44:54.512Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:44:54.553Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:44:54.554Z||pool-34-thread-1|||||INFO|500||cambria reply ok (43 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-11-04T03:44:55.427Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:44:55.428Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|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-11-04T03:44:55.428Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:45:04.968Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:45:06.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:45:06.683Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T03:45:06.683Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:45:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:45:06.684Z||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-11-04T03:45:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:45:06.705Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:45:06.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:45:06.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "clamp", "timestamp": 1667533384576, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:45:06.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:45:06.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:45:06.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json", "status": "NOTIFIED" } 2022-11-04T03:45:06.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:45:06.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:45:06.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "clamp", "timestamp": 1667533384576, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-04T03:45:06.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:45:06.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:45:06.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-04T03:45:06.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:45:06.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:45:06.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "clamp", "timestamp": 1667533384576, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T03:45:06.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:45:06.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "clamp", "timestamp": 1667533384576, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar", "status": "NOTIFIED" } 2022-11-04T03:45:06.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-04T03:45:06.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T03:45:06.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar", "status": "NOTIFIED" } 2022-11-04T03:45:06.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533394610, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T03:45:06.708Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533398617, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json", "status": "DOWNLOAD_OK" } 2022-11-04T03:45:06.708Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533399697, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-04T03:45:06.708Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:45:06.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:45:06.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533400751, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-04T03:45:06.709Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:45:06.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:45:06.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "clamp", "timestamp": 1667533401463, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T03:45:06.709Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:45:06.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:45:06.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533402025, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/vfw9e67a13478190_modules.json", "status": "DEPLOY_OK" } 2022-11-04T03:45:06.709Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:45:06.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:45:06.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "clamp", "timestamp": 1667533403471, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T03:45:06.709Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:45:06.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:45:06.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533403028, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-04T03:45:06.709Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:45:06.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:45:06.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "clamp", "timestamp": 1667533404474, "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-11-04T03:45:06.715Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eb17f891-e776-4a50-b92f-f32c9c1ed387 2022-11-04T03:45:06.715Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb17f891-e776-4a50-b92f-f32c9c1ed387 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-11-04T03:45:06.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:45:06.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533404033, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/resourceInstances/vfw9e67a13478190/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-04T03:45:06.728Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:45:06.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:45:06.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533405038, "artifactURL": "/sdc/v1/catalog/services/Vfw20221104034128/1.0/artifacts/service-Vfw20221104034128-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T03:45:06.728Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:45:16.242Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:46:06.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:46:06.683Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T03:46:06.683Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:46:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:46:06.685Z||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-11-04T03:46:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:46:06.705Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:46:06.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:46:06.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae79a23d-cceb-4f17-88fb-254e295f5487", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533446697, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-04T03:46:06.706Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:46:16.223Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:47:06.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:47:06.683Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T03:47:06.683Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:47:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:47:06.685Z||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-11-04T03:47:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:47:07.209Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:47:07.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:47:07.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:47:07.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:47:07.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:47:07.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json", "status": "NOTIFIED" } 2022-11-04T03:47:07.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:47:07.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:47:07.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-04T03:47:07.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:47:07.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:47:07.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:47:07.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-04T03:47:07.212Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T03:47:07.212Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533386682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar", "status": "NOTIFIED" } 2022-11-04T03:47:07.212Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533454854, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T03:47:07.212Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533456971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-04T03:47:07.212Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533458027, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-04T03:47:07.212Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533459076, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-04T03:47:07.212Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:47:07.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533460172, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/basic_onboard_yloztg0_modules.json", "status": "DEPLOY_OK" } 2022-11-04T03:47:07.212Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:47:07.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:47:07.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533461175, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-04T03:47:07.213Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:47:07.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:47:07.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533462178, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/resourceInstances/basic_onboard_yloztg0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-04T03:47:07.213Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:47:07.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:47:07.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533463182, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYloztg/1.0/artifacts/service-BasicOnboardYloztg-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T03:47:07.213Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:47:07.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T03:47:07.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb17f891-e776-4a50-b92f-f32c9c1ed387", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667533494407, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-04T03:47:07.213Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:47:16.233Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:48:06.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:48:06.683Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T03:48:06.683Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:48:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:48:06.684Z||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-11-04T03:48:06.684Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:48:16.227Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:48:16.227Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:49:06.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:49:06.682Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T03:49:06.683Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:49:06.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:49:06.684Z||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-11-04T03:49:06.684Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:49:16.226Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:49:16.247Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:50:06.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:50:06.683Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T03:50:06.683Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:50:06.684Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:50:06.685Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|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-11-04T03:50:06.685Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:50:16.222Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:50:16.223Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:51:06.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:51:06.683Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T03:51:06.683Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:51:06.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:51:06.685Z||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-11-04T03:51:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:51:16.226Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:51:16.226Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:52:06.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:52:06.684Z||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-11-04T03:52:06.684Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:52:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:52:06.685Z||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-11-04T03:52:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:52:16.253Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:52:16.282Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:53:06.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:53:06.683Z||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-11-04T03:53:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:53:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:53:06.684Z||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-11-04T03:53:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:53:16.225Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:53:16.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:54:06.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:54:06.683Z||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-11-04T03:54:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:54:06.684Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:54:06.685Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|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-11-04T03:54:06.685Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:54:16.231Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:54:16.234Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:55:06.682Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:55:06.683Z||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-11-04T03:55:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:55:06.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:55:06.685Z||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-11-04T03:55:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:55:16.229Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:55:16.229Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:56:06.682Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:56:06.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:56:06.685Z||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-11-04T03:56:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:56:06.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T03:56:06.687Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:56:15.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:56:15.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-04T03:56:15.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"281b34a6-bfd8-40e3-95e9-c43fd02da7f2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"01099c16-840d-4f36-ba7b-9147c6437aa2","serviceDescription":"service","serviceInvariantUUID":"7ba0c875-845b-407d-9327-c0eba9a1d4ee","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"32466da7-e5dc-4a4e-a0d1-1ee5aa5352e9","resourceInvariantUUID":"766b7500-4795-4c3a-8d66-12ce95ef7f75","resourceCustomizationUUID":"8ff2b2b3-d5de-49f1-9b77-9e0fee04ac5e","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":"MzA2NWYxNmZkZTEyYjRiNGRiZGMyY2VmZDNlMDM1MTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b6264dac-303e-4309-aa5a-257296b3a75f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTcxNjIwNWY3YjdiOGEzMDZlMmRiY2JiMjFmYTFiODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3383c9ec-a57a-488a-a6fd-24b6dd8dd8fc","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-04T03:56:15.765Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T03:56:15.765Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:56:15.768Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:56:15.768Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534166682, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T03:56:15.868Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:56:15.869Z||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-11-04T03:56:15.870Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:56:15.884Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:56:15.885Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":2,"count":1} 2022-11-04T03:56:16.000Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:56:16.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-04T03:56:16.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534166682, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T03:56:16.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-04T03:56:16.769Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T03:56:16.769Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:56:16.772Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:56:16.772Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534166682, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-04T03:56:16.872Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:56:16.873Z||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-11-04T03:56:16.873Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:56:16.902Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:56:16.902Z||pool-36-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:56:17.773Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "01099c16-840d-4f36-ba7b-9147c6437aa2", "serviceDescription": "service", "serviceInvariantUUID": "7ba0c875-845b-407d-9327-c0eba9a1d4ee", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "8ff2b2b3-d5de-49f1-9b77-9e0fee04ac5e", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "32466da7-e5dc-4a4e-a0d1-1ee5aa5352e9", "resourceInvariantUUID": "766b7500-4795-4c3a-8d66-12ce95ef7f75", "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": "OTcxNjIwNWY3YjdiOGEzMDZlMmRiY2JiMjFmYTFiODg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3383c9ec-a57a-488a-a6fd-24b6dd8dd8fc" } ], "workloadContext": "Production" } 2022-11-04T03:56:17.773Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-04T03:56:17.773Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 01099c16-840d-4f36-ba7b-9147c6437aa2 ASDC 2022-11-04T03:56:17.774Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:281b34a6-bfd8-40e3-95e9-c43fd02da7f2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:01099c16-840d-4f36-ba7b-9147c6437aa2 ServiceInvariantUUID:7ba0c875-845b-407d-9327-c0eba9a1d4ee 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:3383c9ec-a57a-488a-a6fd-24b6dd8dd8fc ArtifactChecksum:OTcxNjIwNWY3YjdiOGEzMDZlMmRiY2JiMjFmYTFiODg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:8ff2b2b3-d5de-49f1-9b77-9e0fee04ac5e ResourceInvariantUUID:766b7500-4795-4c3a-8d66-12ce95ef7f75 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:32466da7-e5dc-4a4e-a0d1-1ee5aa5352e9 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-11-04T03:56:17.774Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 01099c16-840d-4f36-ba7b-9147c6437aa2 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-11-04T03:56:17.807Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-04T03:56:17.808Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-04T03:56:17.808Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-04T03:56:17.809Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3383c9ec-a57a-488a-a6fd-24b6dd8dd8fc from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-04T03:56:17.809Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-04T03:56:17.809Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-04T03:56:17.879Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-04T03:56:17.881Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3383c9ec-a57a-488a-a6fd-24b6dd8dd8fc 52505 2022-11-04T03:56:17.881Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-04T03:56:17.882Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-04T03:56:17.882Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T03:56:17.882Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:56:17.884Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:56:17.884Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534177881, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T03:56:17.984Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:56:17.985Z||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-11-04T03:56:17.985Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:56:17.998Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:56:17.999Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:56:18.884Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-04T03:56:18.885Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-04T03:56:18.886Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 3383c9ec-a57a-488a-a6fd-24b6dd8dd8fc, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-04T03:56:18.886Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-11-04T03:56:18.886Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-04T03:56:18.886Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-04T03:56:19.022Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16934333406138148851/Definitions/service-BasicNetwork-template.yml 2022-11-04T03:56:19.370Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-04T03:56:19.370Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-04T03:56:19.370Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-04T03:56:19.370Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-11-04T03:56:19.371Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||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-11-04T03:56:19.371Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||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-11-04T03:56:19.371Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||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-11-04T03:56:19.371Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||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-11-04T03:56:19.371Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-04T03:56:19.371Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||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-11-04T03:56:19.371Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||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-11-04T03:56:19.371Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||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-11-04T03:56:19.371Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-04T03:56:19.372Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:56:19.372Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:56:19.372Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-04T03:56:19.372Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-04T03:56:19.372Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-04T03:56:19.372Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:56:19.372Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:56:19.372Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-04T03:56:19.373Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-04T03:56:19.373Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-04T03:56:19.373Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:56:19.373Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:56:19.373Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:56:19.373Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:56:19.373Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:56:19.373Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:56:19.373Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:56:19.373Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:56:19.373Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:56:19.374Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:56:19.374Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:01099c16-840d-4f36-ba7b-9147c6437aa2 Model Version:NULL Model InvariantUuid:7ba0c875-845b-407d-9327-c0eba9a1d4ee Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:766b7500-4795-4c3a-8d66-12ce95ef7f75 Model UUID:e1694c9d-339a-47e3-a7a7-e9d6ec47fe43 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:8ff2b2b3-d5de-49f1-9b77-9e0fee04ac5e 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-11-04T03:56:19.378Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 32466da7-e5dc-4a4e-a0d1-1ee5aa5352e9 2022-11-04T03:56:19.379Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||No resources found for Service: 01099c16-840d-4f36-ba7b-9147c6437aa2 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-11-04T03:56:19.386Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500|| 2022-11-04T03:56:19.386Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-11-04T03:56:19.387Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 01099c16-840d-4f36-ba7b-9147c6437aa2 2022-11-04T03:56:19.387Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 01099c16-840d-4f36-ba7b-9147c6437aa2 2022-11-04T03:56:19.387Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-11-04T03:56:19.387Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||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-11-04T03:56:19.392Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27d033d9, org.onap.sdc.toscaparser.api.parameters.Input@6d430279, org.onap.sdc.toscaparser.api.parameters.Input@3a7da04b, org.onap.sdc.toscaparser.api.parameters.Input@10eb9ccf, org.onap.sdc.toscaparser.api.parameters.Input@36033bf0] 2022-11-04T03:56:19.393Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:56:19.394Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:56:19.394Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:56:19.394Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:56:19.394Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 01099c16-840d-4f36-ba7b-9147c6437aa2: Generic NeutronNet 2022-11-04T03:56:19.394Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:56:19.395Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:56:19.395Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:56:19.395Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||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-11-04T03:56:19.426Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:56:19.427Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:56:19.427Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:56:19.427Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:56:19.427Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T03:56:19.427Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T03:56:19.427Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||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-11-04T03:56:19.474Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-11-04T03:56:19.475Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-04T03:56:19.475Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-04T03:56:19.475Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T03:56:19.475Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:56:19.477Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:56:19.477Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534179475, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T03:56:19.577Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:56:19.578Z||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-11-04T03:56:19.578Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:56:19.588Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:56:19.589Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:56:20.478Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T03:56:20.497Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T03:56:20.500Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T03:56:20.500Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-04T03:56:20.500Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-04T03:56:50.500Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T03:56:50.511Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T03:56:50.514Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T03:56:50.514Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-04T03:56:50.514Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-04T03:57:06.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:57:06.685Z||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-11-04T03:57:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:57:06.713Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:57:06.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:57:06.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "ves-openapi-manager", "timestamp": 1667534173556, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T03:57:06.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T03:57:20.514Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T03:57:20.526Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T03:57:20.529Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T03:57:20.529Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-04T03:57:20.529Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-04T03:57:50.529Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T03:57:50.540Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T03:57:50.542Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T03:57:50.542Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-04T03:57:50.543Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-04T03:58:06.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:58:06.685Z||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-11-04T03:58:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:58:06.712Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:58:06.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:58:06.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534174520, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T03:58:06.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T03:58:06.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:58:06.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "policy-id", "timestamp": 1667534170822, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T03:58:06.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T03:58:20.543Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T03:58:20.555Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T03:58:20.558Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T03:58:20.559Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-04T03:58:20.559Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-04T03:58:50.559Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T03:58:50.570Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T03:58:50.574Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T03:58:50.574Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-04T03:58:50.574Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-04T03:59:06.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:59:06.685Z||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-11-04T03:59:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:59:06.738Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:59:06.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534166682, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-04T03:59:06.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T03:59:06.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "ves-openapi-manager", "timestamp": 1667534173556, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-04T03:59:06.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T03:59:06.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534174520, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-04T03:59:06.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T03:59:06.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "policy-id", "timestamp": 1667534170822, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-04T03:59:06.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T03:59:06.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "aai-ml", "timestamp": 1667534177841, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T03:59:06.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534177881, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T03:59:06.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534178575, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T03:59:06.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "policy-id", "timestamp": 1667534178574, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T03:59:06.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "aai-ml", "timestamp": 1667534177841, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-04T03:59:06.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "policy-id", "timestamp": 1667534179579, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T03:59:06.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534179475, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T03:59:06.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "aai-ml", "timestamp": 1667534180560, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T03:59:06.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "policy-id", "timestamp": 1667534180582, "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-11-04T03:59:06.751Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 2022-11-04T03:59:06.751Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 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-11-04T03:59:06.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534180664, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T03:59:06.770Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:59:06.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "cds", "timestamp": 1667534179145, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T03:59:06.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T03:59:06.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534181667, "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-11-04T03:59:06.779Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 2022-11-04T03:59:06.780Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 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-11-04T03:59:06.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "cds", "timestamp": 1667534179145, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-04T03:59:06.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T03:59:06.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "multicloud-k8s-id", "timestamp": 1667534181165, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T03:59:06.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T03:59:06.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "cds", "timestamp": 1667534181938, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T03:59:06.792Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:59:06.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "multicloud-k8s-id", "timestamp": 1667534181165, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-04T03:59:06.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T03:59:06.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "cds", "timestamp": 1667534182949, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-04T03:59:06.799Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 2022-11-04T03:59:06.799Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 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-11-04T03:59:06.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "aai-ml", "timestamp": 1667534184304, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T03:59:06.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:59:06.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "aai-ml", "timestamp": 1667534185308, "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-11-04T03:59:06.817Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 2022-11-04T03:59:06.817Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 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-11-04T03:59:06.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "clamp", "timestamp": 1667534194576, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T03:59:06.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T03:59:06.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "clamp", "timestamp": 1667534194576, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-04T03:59:06.827Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T03:59:06.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "clamp", "timestamp": 1667534200602, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T03:59:06.828Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:59:06.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "clamp", "timestamp": 1667534202611, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T03:59:06.828Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T03:59:06.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T03:59:06.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "clamp", "timestamp": 1667534203613, "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-11-04T03:59:06.833Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 2022-11-04T03:59:06.833Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 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-11-04T03:59:20.575Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T03:59:20.590Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T03:59:20.594Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T03:59:20.594Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-04T03:59:20.595Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-04T03:59:20.595Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-04T03:59:20.595Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T03:59:20.595Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T03:59:20.595Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T03:59:20.595Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T03:59:20.595Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T03:59:20.595Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T03:59:20.595Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-04T03:59:20.600Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-04T03:59:50.601Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 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-11-04T03:59:50.610Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 and serviceModelVersionId: 01099c16-840d-4f36-ba7b-9147c6437aa2 2022-11-04T03:59:50.610Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7ba0c875-845b-407d-9327-c0eba9a1d4ee 2022-11-04T03:59:50.612Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7ba0c875-845b-407d-9327-c0eba9a1d4ee/model-vers/model-ver/01099c16-840d-4f36-ba7b-9147c6437aa2?depth=0 2022-11-04T03:59:50.619Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-11-04T03:59:50.662Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ba0c875-845b-407d-9327-c0eba9a1d4ee/model-vers/model-ver/01099c16-840d-4f36-ba7b-9147c6437aa2?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-11-04T03:59:50.664Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ba0c875-845b-407d-9327-c0eba9a1d4ee/model-vers/model-ver/01099c16-840d-4f36-ba7b-9147c6437aa2?depth=0|INFO|500||Invoke 2022-11-04T03:59:50.683Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ba0c875-845b-407d-9327-c0eba9a1d4ee/model-vers/model-ver/01099c16-840d-4f36-ba7b-9147c6437aa2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-04T03:59:50.777Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ba0c875-845b-407d-9327-c0eba9a1d4ee/model-vers/model-ver/01099c16-840d-4f36-ba7b-9147c6437aa2?depth=0|INFO|500||InvokeReturn 2022-11-04T03:59:50.778Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ba0c875-845b-407d-9327-c0eba9a1d4ee/model-vers/model-ver/01099c16-840d-4f36-ba7b-9147c6437aa2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221104-03:59:50:691-65296], vertex-id=[434176], Content-Length=[0], Date=[Fri, 04 Nov 2022 03:59:50 GMT], Content-Type=[application/json]} 2022-11-04T03:59:50.778Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-11-04T03:59:50.778Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-04T03:59:50.779Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-04T03:59:50.785Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-04T03:59:50.785Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 281b34a6-bfd8-40e3-95e9-c43fd02da7f2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-04T03:59:50.786Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-04T03:59:50.786Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:59:50.789Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:59:50.789Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534390785, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-04T03:59:50.893Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-11-04T03:59:50.894Z||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-11-04T03:59:50.894Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:59:50.909Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:59:50.910Z||pool-39-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-11-04T03:59:51.803Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T03:59:51.804Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T03:59:51.804Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:59:56.200Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:59:56.201Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-04T03:59:56.201Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9f51efe8-4965-4061-bd6c-a2f5b242f91f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"bb646421-f22f-4dc4-892d-fac79a0a845e","serviceDescription":"service","serviceInvariantUUID":"608e7af8-8141-46f0-baa3-7de725262c25","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e06863df-368f-47dd-a309-36a7e7c1d4b2","resourceInvariantUUID":"f9b69a00-da06-481b-9523-eb021c79d915","resourceCustomizationUUID":"ea23886f-ee74-4bda-97a7-71b67aaa71ec","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":"Mjg5ZWY0ZDg2M2UwZWYzMTZmMTljNTU1YmM1NGJlZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e541b2b3-b109-4ae8-a733-9e558c232caf","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":"e0ab6d66-3716-47cc-a872-49ed44cbb087","artifactVersion":"2","generatedFromUUID":"dcdfcd25-4015-428b-b306-b71b25a258f5"},{"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":"dcdfcd25-4015-428b-b306-b71b25a258f5","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":"YzM5ZWI5Y2E2N2FkMjkwYWNiZjY5ZTcyMDc1Mjk5MTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c95ad57e-5654-4086-ba94-6ed1a308b5f7","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":"3214da3e-e678-4319-a1f4-0777cee8ae4c","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":"d6fc7a68-c188-4f2a-b33c-26040f78b167","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":"046a2117-61dc-46a5-9689-d166e0369e48","artifactVersion":"2","generatedFromUUID":"3214da3e-e678-4319-a1f4-0777cee8ae4c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NjBkYjVhZjUyNzJmMjYyYTU1OTQzNzIyMGFlNjFhMjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97102911-3460-4c95-854d-d8740bbadbc2","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NjQyODhkNTA4ODAzODY2Y2JjOTVkMzRhMjI3OWI5NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5787b74-5b0d-4dd4-b7b0-c82df19f6c39","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-04T03:59:56.203Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T03:59:56.203Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:59:56.205Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:59:56.205Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T03:59:56.305Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:59:56.306Z||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-11-04T03:59:56.306Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:59:56.318Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:59:56.318Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:59:57.208Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T03:59:57.209Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:59:57.211Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:59:57.211Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-04T03:59:57.311Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-04T03:59:57.312Z||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-11-04T03:59:57.313Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:59:57.323Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:59:57.323Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:59:58.212Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T03:59:58.213Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:59:58.215Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:59:58.215Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-04T03:59:58.315Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:59:58.316Z||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-11-04T03:59:58.316Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:59:58.326Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:59:58.327Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-04T03:59:59.215Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T03:59:59.216Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T03:59:59.218Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T03:59:59.218Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-04T03:59:59.318Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T03:59:59.319Z||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-11-04T03:59:59.319Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T03:59:59.333Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T03:59:59.333Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:00:00.219Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:00:00.219Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:00:00.222Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:00:00.222Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-04T04:00:00.322Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:00:00.323Z||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-11-04T04:00:00.323Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:00.338Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:00.339Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:00:01.222Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:00:01.223Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:00:01.225Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:00:01.226Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:01.326Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:00:01.327Z||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-11-04T04:00:01.327Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:01.340Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:01.340Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:00:02.227Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:00:02.228Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:00:02.230Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:00:02.230Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-04T04:00:02.330Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:00:02.331Z||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-11-04T04:00:02.331Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:02.342Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:02.342Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:00:03.231Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:00:03.232Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:00:03.234Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:00:03.235Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:03.335Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:00:03.337Z||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-11-04T04:00:03.337Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:03.354Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:03.354Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:00:04.235Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:00:04.236Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:00:04.238Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:00:04.238Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:00:04.339Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-04T04:00:04.340Z||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-11-04T04:00:04.340Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:04.364Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:04.365Z||pool-48-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:00:05.240Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "bb646421-f22f-4dc4-892d-fac79a0a845e", "serviceDescription": "service", "serviceInvariantUUID": "608e7af8-8141-46f0-baa3-7de725262c25", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "ea23886f-ee74-4bda-97a7-71b67aaa71ec", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e06863df-368f-47dd-a309-36a7e7c1d4b2", "resourceInvariantUUID": "f9b69a00-da06-481b-9523-eb021c79d915", "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": "e0ab6d66-3716-47cc-a872-49ed44cbb087", "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": "dcdfcd25-4015-428b-b306-b71b25a258f5", "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": "YzM5ZWI5Y2E2N2FkMjkwYWNiZjY5ZTcyMDc1Mjk5MTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c95ad57e-5654-4086-ba94-6ed1a308b5f7", "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": "3214da3e-e678-4319-a1f4-0777cee8ae4c", "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": "046a2117-61dc-46a5-9689-d166e0369e48", "generatedFromUUID": "3214da3e-e678-4319-a1f4-0777cee8ae4c" }, "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": "046a2117-61dc-46a5-9689-d166e0369e48", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NjQyODhkNTA4ODAzODY2Y2JjOTVkMzRhMjI3OWI5NjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c5787b74-5b0d-4dd4-b7b0-c82df19f6c39" } ], "workloadContext": "Production" } 2022-11-04T04:00:05.240Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-04T04:00:05.240Z|281b34a6-bfd8-40e3-95e9-c43fd02da7f2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 bb646421-f22f-4dc4-892d-fac79a0a845e ASDC 2022-11-04T04:00:05.241Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:9f51efe8-4965-4061-bd6c-a2f5b242f91f ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:bb646421-f22f-4dc4-892d-fac79a0a845e ServiceInvariantUUID:608e7af8-8141-46f0-baa3-7de725262c25 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:c5787b74-5b0d-4dd4-b7b0-c82df19f6c39 ArtifactChecksum:NjQyODhkNTA4ODAzODY2Y2JjOTVkMzRhMjI3OWI5NjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:ea23886f-ee74-4bda-97a7-71b67aaa71ec ResourceInvariantUUID:f9b69a00-da06-481b-9523-eb021c79d915 ResourceName:basic_cnf ResourceType:VF ResourceUUID:e06863df-368f-47dd-a309-36a7e7c1d4b2 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:e0ab6d66-3716-47cc-a872-49ed44cbb087 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:dcdfcd25-4015-428b-b306-b71b25a258f5 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:c95ad57e-5654-4086-ba94-6ed1a308b5f7 ArtifactChecksum:YzM5ZWI5Y2E2N2FkMjkwYWNiZjY5ZTcyMDc1Mjk5MTU= 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:3214da3e-e678-4319-a1f4-0777cee8ae4c 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:046a2117-61dc-46a5-9689-d166e0369e48 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:046a2117-61dc-46a5-9689-d166e0369e48 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-04T04:00:05.241Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bb646421-f22f-4dc4-892d-fac79a0a845e 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-11-04T04:00:05.275Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-04T04:00:05.276Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-04T04:00:05.276Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-04T04:00:05.276Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c5787b74-5b0d-4dd4-b7b0-c82df19f6c39 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-04T04:00:05.276Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-04T04:00:05.276Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-04T04:00:05.350Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-04T04:00:05.353Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar c5787b74-5b0d-4dd4-b7b0-c82df19f6c39 68962 2022-11-04T04:00:05.354Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-04T04:00:05.354Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-04T04:00:05.354Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T04:00:05.354Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:00:05.356Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:00:05.356Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534405354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:05.456Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:00:05.457Z||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-11-04T04:00:05.457Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:05.469Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:05.470Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:00:06.356Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-04T04:00:06.357Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-04T04:00:06.358Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c5787b74-5b0d-4dd4-b7b0-c82df19f6c39, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-04T04:00:06.358Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-11-04T04:00:06.358Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-04T04:00:06.358Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-04T04:00:06.450Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13898699177566013116/Definitions/service-BasicCnf-template.yml 2022-11-04T04:00:06.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:00:06.685Z||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-11-04T04:00:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:06.702Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:06.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "cds", "timestamp": 1667534224145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "policy-id", "timestamp": 1667534230822, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "clamp", "timestamp": 1667534224576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "cds", "timestamp": 1667534224145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "policy-id", "timestamp": 1667534230822, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "clamp", "timestamp": 1667534224576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "cds", "timestamp": 1667534224145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "policy-id", "timestamp": 1667534230822, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "clamp", "timestamp": 1667534224576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "ves-openapi-manager", "timestamp": 1667534233556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534234520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "cds", "timestamp": 1667534224145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "policy-id", "timestamp": 1667534230822, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "ves-openapi-manager", "timestamp": 1667534233556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "clamp", "timestamp": 1667534224576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-04T04:00:06.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534234520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "cds", "timestamp": 1667534224145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "policy-id", "timestamp": 1667534230822, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-04T04:00:06.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "ves-openapi-manager", "timestamp": 1667534233556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "clamp", "timestamp": 1667534224576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534234520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "cds", "timestamp": 1667534224145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "policy-id", "timestamp": 1667534230822, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "ves-openapi-manager", "timestamp": 1667534233556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "clamp", "timestamp": 1667534224576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534234520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "policy-id", "timestamp": 1667534230822, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "cds", "timestamp": 1667534224145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "aai-ml", "timestamp": 1667534237841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "ves-openapi-manager", "timestamp": 1667534233556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "clamp", "timestamp": 1667534224576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534234520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "policy-id", "timestamp": 1667534230822, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "cds", "timestamp": 1667534224145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "aai-ml", "timestamp": 1667534237841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "ves-openapi-manager", "timestamp": 1667534233556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "clamp", "timestamp": 1667534224576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534234520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "policy-id", "timestamp": 1667534230822, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "cds", "timestamp": 1667534224145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "aai-ml", "timestamp": 1667534237841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "ves-openapi-manager", "timestamp": 1667534233556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "clamp", "timestamp": 1667534224576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534234520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "aai-ml", "timestamp": 1667534237841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "ves-openapi-manager", "timestamp": 1667534233556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "cds", "timestamp": 1667534240635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "policy-id", "timestamp": 1667534241559, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "multicloud-k8s-id", "timestamp": 1667534241165, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534234520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "aai-ml", "timestamp": 1667534237841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "ves-openapi-manager", "timestamp": 1667534233556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "cds", "timestamp": 1667534241644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-04T04:00:06.735Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9f51efe8-4965-4061-bd6c-a2f5b242f91f 2022-11-04T04:00:06.735Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f51efe8-4965-4061-bd6c-a2f5b242f91f 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-11-04T04:00:06.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "policy-id", "timestamp": 1667534242562, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:00:06.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "multicloud-k8s-id", "timestamp": 1667534241165, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-04T04:00:06.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534234520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:00:06.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "aai-ml", "timestamp": 1667534237841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "policy-id", "timestamp": 1667534243565, "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-11-04T04:00:06.751Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9f51efe8-4965-4061-bd6c-a2f5b242f91f 2022-11-04T04:00:06.751Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f51efe8-4965-4061-bd6c-a2f5b242f91f 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-11-04T04:00:06.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "clamp", "timestamp": 1667534243704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:06.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "multicloud-k8s-id", "timestamp": 1667534241165, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-04T04:00:06.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "cds", "timestamp": 1667534242650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534244259, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:06.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "aai-ml", "timestamp": 1667534237841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "multicloud-k8s-id", "timestamp": 1667534241165, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-04T04:00:06.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "cds", "timestamp": 1667534242650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "aai-ml", "timestamp": 1667534237841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "clamp", "timestamp": 1667534245618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:00:06.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "multicloud-k8s-id", "timestamp": 1667534241165, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-04T04:00:06.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "cds", "timestamp": 1667534242650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "aai-ml", "timestamp": 1667534237841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:00:06.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534246542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:00:06.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "clamp", "timestamp": 1667534246629, "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-11-04T04:00:06.768Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9f51efe8-4965-4061-bd6c-a2f5b242f91f 2022-11-04T04:00:06.768Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f51efe8-4965-4061-bd6c-a2f5b242f91f 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-11-04T04:00:06.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "multicloud-k8s-id", "timestamp": 1667534241165, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "cds", "timestamp": 1667534242650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534247546, "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-11-04T04:00:06.785Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9f51efe8-4965-4061-bd6c-a2f5b242f91f 2022-11-04T04:00:06.786Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f51efe8-4965-4061-bd6c-a2f5b242f91f 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-11-04T04:00:06.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "aai-ml", "timestamp": 1667534247581, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:06.796Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "multicloud-k8s-id", "timestamp": 1667534241165, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-04T04:00:06.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "cds", "timestamp": 1667534242650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "multicloud-k8s-id", "timestamp": 1667534241165, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "cds", "timestamp": 1667534242650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "multicloud-k8s-id", "timestamp": 1667534241165, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:00:06.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "cds", "timestamp": 1667534242650, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:00:06.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "multicloud-k8s-id", "timestamp": 1667534250906, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:06.797Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "cds", "timestamp": 1667534250408, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:06.797Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "policy-id", "timestamp": 1667534250823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "multicloud-k8s-id", "timestamp": 1667534251964, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:06.797Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "cds", "timestamp": 1667534251456, "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-11-04T04:00:06.815Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fb046fc6-c2a5-4921-ab1f-f46d977218ee 2022-11-04T04:00:06.815Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb046fc6-c2a5-4921-ab1f-f46d977218ee 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-11-04T04:00:06.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "policy-id", "timestamp": 1667534250823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "multicloud-k8s-id", "timestamp": 1667534253024, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:06.824Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "policy-id", "timestamp": 1667534250823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-04T04:00:06.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "aai-ml", "timestamp": 1667534253764, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:00:06.825Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "multicloud-k8s-id", "timestamp": 1667534254075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:06.825Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "ves-openapi-manager", "timestamp": 1667534253556, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "policy-id", "timestamp": 1667534250823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "aai-ml", "timestamp": 1667534254768, "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-11-04T04:00:06.830Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9f51efe8-4965-4061-bd6c-a2f5b242f91f 2022-11-04T04:00:06.830Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f51efe8-4965-4061-bd6c-a2f5b242f91f 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-11-04T04:00:06.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "clamp", "timestamp": 1667534254576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.838Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "multicloud-k8s-id", "timestamp": 1667534255134, "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-11-04T04:00:06.843Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9f51efe8-4965-4061-bd6c-a2f5b242f91f 2022-11-04T04:00:06.843Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f51efe8-4965-4061-bd6c-a2f5b242f91f 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-11-04T04:00:06.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "ves-openapi-manager", "timestamp": 1667534253556, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.858Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "policy-id", "timestamp": 1667534250823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.858Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "cds", "timestamp": 1667534254145, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.858Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "clamp", "timestamp": 1667534254576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-04T04:00:06.858Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "multicloud-k8s-id", "timestamp": 1667534256139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "ves-openapi-manager", "timestamp": 1667534253556, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "policy-id", "timestamp": 1667534250823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "cds", "timestamp": 1667534254145, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "clamp", "timestamp": 1667534254576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "multicloud-k8s-id", "timestamp": 1667534241165, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "ves-openapi-manager", "timestamp": 1667534253556, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "policy-id", "timestamp": 1667534250823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "cds", "timestamp": 1667534254145, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "clamp", "timestamp": 1667534254576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "multicloud-k8s-id", "timestamp": 1667534241165, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "ves-openapi-manager", "timestamp": 1667534253556, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "policy-id", "timestamp": 1667534258588, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "cds", "timestamp": 1667534254145, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "clamp", "timestamp": 1667534254576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "multicloud-k8s-id", "timestamp": 1667534241165, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "ves-openapi-manager", "timestamp": 1667534253556, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "policy-id", "timestamp": 1667534259595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "cds", "timestamp": 1667534254145, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "clamp", "timestamp": 1667534254576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "multicloud-k8s-id", "timestamp": 1667534241165, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "ves-openapi-manager", "timestamp": 1667534253556, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.861Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "policy-id", "timestamp": 1667534260598, "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-11-04T04:00:06.866Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb046fc6-c2a5-4921-ab1f-f46d977218ee 2022-11-04T04:00:06.866Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb046fc6-c2a5-4921-ab1f-f46d977218ee 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-11-04T04:00:06.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "cds", "timestamp": 1667534254145, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "clamp", "timestamp": 1667534254576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:00:06.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "multicloud-k8s-id", "timestamp": 1667534241165, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-04T04:00:06.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "ves-openapi-manager", "timestamp": 1667534253556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "policy-id", "timestamp": 1667534250823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "cds", "timestamp": 1667534254145, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "multicloud-k8s-id", "timestamp": 1667534241165, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "ves-openapi-manager", "timestamp": 1667534253556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "policy-id", "timestamp": 1667534250823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "cds", "timestamp": 1667534254145, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:00:06.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "multicloud-k8s-id", "timestamp": 1667534241165, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:00:06.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "ves-openapi-manager", "timestamp": 1667534253556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "policy-id", "timestamp": 1667534250823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "cds", "timestamp": 1667534262875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:06.876Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "multicloud-k8s-id", "timestamp": 1667534264225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:06.877Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "ves-openapi-manager", "timestamp": 1667534253556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "policy-id", "timestamp": 1667534250823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "cds", "timestamp": 1667534263880, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-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-11-04T04:00:06.929Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b6b159bb-1bf2-46b4-9157-afb6b2602d09 2022-11-04T04:00:06.929Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6b159bb-1bf2-46b4-9157-afb6b2602d09 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-11-04T04:00:06.940Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.940Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534264523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.940Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "multicloud-k8s-id", "timestamp": 1667534265285, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:06.941Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "ves-openapi-manager", "timestamp": 1667534253556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.941Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "policy-id", "timestamp": 1667534250823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.941Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534264523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.941Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "ves-openapi-manager", "timestamp": 1667534253556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-04T04:00:06.941Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "multicloud-k8s-id", "timestamp": 1667534266333, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:06.941Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "policy-id", "timestamp": 1667534250823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.941Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534264523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.941Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "ves-openapi-manager", "timestamp": 1667534253556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.942Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "multicloud-k8s-id", "timestamp": 1667534267353, "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-11-04T04:00:06.947Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb046fc6-c2a5-4921-ab1f-f46d977218ee 2022-11-04T04:00:06.947Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb046fc6-c2a5-4921-ab1f-f46d977218ee 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-11-04T04:00:06.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "clamp", "timestamp": 1667534267613, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:06.953Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "policy-id", "timestamp": 1667534250823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534264523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "aai-ml", "timestamp": 1667534267841, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "ves-openapi-manager", "timestamp": 1667534253556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "multicloud-k8s-id", "timestamp": 1667534268356, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-04T04:00:06.953Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "policy-id", "timestamp": 1667534250823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:00:06.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534264523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "aai-ml", "timestamp": 1667534267841, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "clamp", "timestamp": 1667534269623, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:00:06.954Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "ves-openapi-manager", "timestamp": 1667534269351, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:06.954Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "policy-id", "timestamp": 1667534269686, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:06.954Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "multicloud-k8s-id", "timestamp": 1667534269361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534264523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "aai-ml", "timestamp": 1667534267841, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "clamp", "timestamp": 1667534270627, "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-11-04T04:00:06.959Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fb046fc6-c2a5-4921-ab1f-f46d977218ee 2022-11-04T04:00:06.959Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb046fc6-c2a5-4921-ab1f-f46d977218ee 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-11-04T04:00:06.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "policy-id", "timestamp": 1667534270690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:00:06.968Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "ves-openapi-manager", "timestamp": 1667534270541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-04T04:00:06.968Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:06.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "multicloud-k8s-id", "timestamp": 1667534269361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534264523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:00:06.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "aai-ml", "timestamp": 1667534267841, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "clamp", "timestamp": 1667534254576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:06.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:06.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "policy-id", "timestamp": 1667534271700, "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-11-04T04:00:06.974Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b6b159bb-1bf2-46b4-9157-afb6b2602d09 2022-11-04T04:00:06.975Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6b159bb-1bf2-46b4-9157-afb6b2602d09 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-11-04T04:00:06.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:06.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "ves-openapi-manager", "timestamp": 1667534271545, "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-11-04T04:00:06.990Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of b6b159bb-1bf2-46b4-9157-afb6b2602d09 2022-11-04T04:00:06.991Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6b159bb-1bf2-46b4-9157-afb6b2602d09 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-11-04T04:00:07.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "multicloud-k8s-id", "timestamp": 1667534269361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:07.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534272297, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:07.001Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "aai-ml", "timestamp": 1667534267841, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:07.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "clamp", "timestamp": 1667534254576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:07.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "multicloud-k8s-id", "timestamp": 1667534269361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:07.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "aai-ml", "timestamp": 1667534267841, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:07.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "clamp", "timestamp": 1667534254576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:07.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "multicloud-k8s-id", "timestamp": 1667534269361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:07.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "aai-ml", "timestamp": 1667534267841, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:00:07.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534274642, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:00:07.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:07.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "clamp", "timestamp": 1667534254576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:07.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "multicloud-k8s-id", "timestamp": 1667534269361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:07.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "aai-ml", "timestamp": 1667534275575, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:07.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:07.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534275646, "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-11-04T04:00:07.007Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fb046fc6-c2a5-4921-ab1f-f46d977218ee 2022-11-04T04:00:07.007Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb046fc6-c2a5-4921-ab1f-f46d977218ee 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-11-04T04:00:07.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "clamp", "timestamp": 1667534254576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:07.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "multicloud-k8s-id", "timestamp": 1667534269361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:07.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "clamp", "timestamp": 1667534254576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:07.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534264523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:07.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "multicloud-k8s-id", "timestamp": 1667534269361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:00:07.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534264523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:07.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "clamp", "timestamp": 1667534254576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:07.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534264523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:07.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "clamp", "timestamp": 1667534254576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:00:07.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534264523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:07.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534264523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:07.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "aai-ml", "timestamp": 1667534281617, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:00:07.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534264523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:07.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "aai-ml", "timestamp": 1667534282621, "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-11-04T04:00:07.022Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fb046fc6-c2a5-4921-ab1f-f46d977218ee 2022-11-04T04:00:07.022Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb046fc6-c2a5-4921-ab1f-f46d977218ee 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-11-04T04:00:07.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534264523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:07.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "clamp", "timestamp": 1667534283614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:07.030Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:07.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "aai-ml", "timestamp": 1667534267841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:07.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534264523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:00:07.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "aai-ml", "timestamp": 1667534267841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:07.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534284812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:07.031Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:07.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "clamp", "timestamp": 1667534285622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:00:07.031Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:07.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "aai-ml", "timestamp": 1667534267841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:07.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "clamp", "timestamp": 1667534286629, "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-11-04T04:00:07.036Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b6b159bb-1bf2-46b4-9157-afb6b2602d09 2022-11-04T04:00:07.037Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6b159bb-1bf2-46b4-9157-afb6b2602d09 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-11-04T04:00:07.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "aai-ml", "timestamp": 1667534267841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:07.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:00:07.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:00:07.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534286723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:00:07.046Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:00:07.539Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-04T04:00:07.539Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-04T04:00:07.539Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-04T04:00:07.539Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-04T04:00:07.539Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:07.539Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:07.540Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-04T04:00:07.540Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:07.540Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-04T04:00:07.540Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:07.540Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:00:07.540Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-04T04:00:07.540Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-04T04:00:07.541Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-04T04:00:07.541Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:07.541Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:00:07.541Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-04T04:00:07.541Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-04T04:00:07.541Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-04T04:00:07.541Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:07.541Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:00:07.542Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:07.542Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-04T04:00:07.542Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-11-04T04:00:07.542Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2022-11-04T04:00:07.542Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-04T04:00:07.542Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:07.542Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-04T04:00:07.542Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:07.542Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-04T04:00:07.542Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T04:00:07.543Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:07.543Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-04T04:00:07.543Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T04:00:07.543Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:07.543Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-04T04:00:07.543Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T04:00:07.543Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:07.543Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-04T04:00:07.543Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-04T04:00:07.543Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d3785e43-cfcf-4cc0-8a57-9dfa5dfac120 2022-11-04T04:00:07.544Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:07.544Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:00:07.544Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:07.544Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:00:07.544Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:07.544Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:00:07.544Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:07.544Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:00:07.544Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:bb646421-f22f-4dc4-892d-fac79a0a845e Model Version:NULL Model InvariantUuid:608e7af8-8141-46f0-baa3-7de725262c25 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:6e6808f4-3bf0-4c39-90db-8f1c77400f00 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f9b69a00-da06-481b-9523-eb021c79d915 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ea23886f-ee74-4bda-97a7-71b67aaa71ec NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6646c9e8-f313-432c-bc6b-9596be9869f9 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:ae1fef41-5e36-4a2e-be2c-1494448c6a24 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d3785e43-cfcf-4cc0-8a57-9dfa5dfac120 ModelInvariantUuid:ae3a88fc-f188-462b-8250-43926d4ca8d9 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:8aa9769c-08b1-4352-8d8e-f6f4376ba417 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:fe49d8b4-db44-4a13-8619-8336ec3e53e3 ModelInvariantUuid:9d11f169-ad4f-4f6e-8f3d-81bf7534cfcd ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:64a7c4e3-e38e-4d08-b239-7f129b1168fe 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-11-04T04:00:07.549Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: e06863df-368f-47dd-a309-36a7e7c1d4b2 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-11-04T04:00:07.552Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||basic_cnf 0 2022-11-04T04:00:07.552Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e06863df-368f-47dd-a309-36a7e7c1d4b2 2022-11-04T04:00:07.552Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e0ab6d66-3716-47cc-a872-49ed44cbb087 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-04T04:00:07.552Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-04T04:00:07.552Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:07.602Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-04T04:00:07.603Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env e0ab6d66-3716-47cc-a872-49ed44cbb087 12 2022-11-04T04:00:07.603Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:07.603Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:07.603Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T04:00:07.603Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:00:07.605Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:00:07.605Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534407603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:07.705Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:00:07.706Z||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-11-04T04:00:07.706Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:07.717Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:07.718Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:00:08.606Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dcdfcd25-4015-428b-b306-b71b25a258f5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-04T04:00:08.606Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-04T04:00:08.606Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:08.652Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-04T04:00:08.652Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz dcdfcd25-4015-428b-b306-b71b25a258f5 2688 2022-11-04T04:00:08.653Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:08.653Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:08.653Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T04:00:08.653Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:00:08.655Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:00:08.655Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534408653, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:08.755Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:00:08.756Z||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-11-04T04:00:08.756Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:08.768Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:08.769Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:00:09.657Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c95ad57e-5654-4086-ba94-6ed1a308b5f7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-04T04:00:09.658Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-04T04:00:09.658Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:09.706Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-04T04:00:09.706Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json c95ad57e-5654-4086-ba94-6ed1a308b5f7 828 2022-11-04T04:00:09.707Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:09.707Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:09.707Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T04:00:09.707Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:00:09.709Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:00:09.709Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534409706, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:09.809Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:00:09.810Z||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-11-04T04:00:09.810Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:09.820Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:09.821Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-04T04:00:10.709Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "6646c9e8-f313-432c-bc6b-9596be9869f9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ae1fef41-5e36-4a2e-be2c-1494448c6a24", "vfModuleModelCustomizationUUID": "6e019d00-63b9-4091-8b5b-e18e5e4339a3", "isBase": true, "artifacts": [ "3214da3e-e678-4319-a1f4-0777cee8ae4c", "dcdfcd25-4015-428b-b306-b71b25a258f5", "046a2117-61dc-46a5-9689-d166e0369e48" ], "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-11-04T04:00:10.712Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ae1fef41-5e36-4a2e-be2c-1494448c6a24 VfModuleModelInvariantUUID:6646c9e8-f313-432c-bc6b-9596be9869f9 VfModuleModelDescription:NULL Artifacts UUID List:{ 3214da3e-e678-4319-a1f4-0777cee8ae4c , dcdfcd25-4015-428b-b306-b71b25a258f5 , 046a2117-61dc-46a5-9689-d166e0369e48 } 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-11-04T04:00:10.714Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "6646c9e8-f313-432c-bc6b-9596be9869f9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ae1fef41-5e36-4a2e-be2c-1494448c6a24", "vfModuleModelCustomizationUUID": "6e019d00-63b9-4091-8b5b-e18e5e4339a3", "isBase": true, "artifacts": [ "3214da3e-e678-4319-a1f4-0777cee8ae4c", "dcdfcd25-4015-428b-b306-b71b25a258f5", "046a2117-61dc-46a5-9689-d166e0369e48" ], "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-11-04T04:00:10.715Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ae1fef41-5e36-4a2e-be2c-1494448c6a24 VfModuleModelInvariantUUID:6646c9e8-f313-432c-bc6b-9596be9869f9 VfModuleModelDescription:NULL Artifacts UUID List:{ 3214da3e-e678-4319-a1f4-0777cee8ae4c , dcdfcd25-4015-428b-b306-b71b25a258f5 , 046a2117-61dc-46a5-9689-d166e0369e48 } 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-11-04T04:00:10.715Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3214da3e-e678-4319-a1f4-0777cee8ae4c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-04T04:00:10.715Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-04T04:00:10.715Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:10.761Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-04T04:00:10.761Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 3214da3e-e678-4319-a1f4-0777cee8ae4c 1164 2022-11-04T04:00:10.761Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:10.761Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:10.762Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T04:00:10.762Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:00:10.763Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:00:10.763Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534410761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:10.865Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-04T04:00:10.865Z||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-11-04T04:00:10.866Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:10.876Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:10.877Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-04T04:00:11.764Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 046a2117-61dc-46a5-9689-d166e0369e48 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-04T04:00:11.765Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-04T04:00:11.765Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:11.837Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-04T04:00:11.837Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 046a2117-61dc-46a5-9689-d166e0369e48 200 2022-11-04T04:00:11.837Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:11.837Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:11.837Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T04:00:11.838Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:00:11.839Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:00:11.839Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534411837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:11.939Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:00:11.941Z||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-11-04T04:00:11.941Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:11.955Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:11.956Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:00:12.844Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: bb646421-f22f-4dc4-892d-fac79a0a845e 2022-11-04T04:00:12.846Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e06863df-368f-47dd-a309-36a7e7c1d4b2 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-11-04T04:00:12.858Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-04T04:00:12.864Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28c55828, org.onap.sdc.toscaparser.api.parameters.Input@4330d7fd, org.onap.sdc.toscaparser.api.parameters.Input@73083e82, org.onap.sdc.toscaparser.api.parameters.Input@17deb691, org.onap.sdc.toscaparser.api.parameters.Input@15d8b85a] 2022-11-04T04:00:12.865Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:12.866Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:00:12.866Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-11-04T04:00:12.866Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= ea23886f-ee74-4bda-97a7-71b67aaa71ec 2022-11-04T04:00:12.866Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ea23886f-ee74-4bda-97a7-71b67aaa71ec matches Tosca VF Customization UUID: ea23886f-ee74-4bda-97a7-71b67aaa71ec 2022-11-04T04:00:12.866Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: ea23886f-ee74-4bda-97a7-71b67aaa71ec 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-11-04T04:00:12.868Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:12.868Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:00:12.869Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id ea23886f-ee74-4bda-97a7-71b67aaa71ec: {\"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-11-04T04:00:12.869Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@548a69 2022-11-04T04:00:12.869Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:12.869Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-04T04:00:12.869Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6e019d00-63b9-4091-8b5b-e18e5e4339a3 2022-11-04T04:00:12.869Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6e019d00-63b9-4091-8b5b-e18e5e4339a3 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-11-04T04:00:12.872Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:12.872Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-04T04:00:12.872Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T04:00:12.873Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:12.873Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-04T04:00:12.873Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T04:00:12.873Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:12.873Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-04T04:00:12.873Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-04T04:00:12.873Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d3785e43-cfcf-4cc0-8a57-9dfa5dfac120 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-11-04T04:00:12.876Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:12.876Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-04T04:00:12.876Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T04:00:12.876Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:12.876Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-04T04:00:12.877Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ea23886f-ee74-4bda-97a7-71b67aaa71ec 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-11-04T04:00:12.878Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:12.878Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:00:12.878Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid bb646421-f22f-4dc4-892d-fac79a0a845e: basic_cnf 2022-11-04T04:00:12.878Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:12.879Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:00:12.879Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:12.879Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:00:12.879Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:12.879Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:00:12.879Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:12.879Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:00:12.879Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:12.879Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:00:12.879Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:12.936Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e06863df-368f-47dd-a309-36a7e7c1d4b2 1 ASDC deployResourceStructure 2022-11-04T04:00:12.937Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:12.937Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:12.937Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-04T04:00:12.937Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:00:12.939Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:00:12.939Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534412936, "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-11-04T04:00:13.039Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:00:13.040Z||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-11-04T04:00:13.041Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:13.053Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:13.054Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:00:13.940Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:13.940Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:13.941Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-04T04:00:13.941Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:00:13.943Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:00:13.943Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534413939, "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-11-04T04:00:14.043Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:00:14.044Z||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-11-04T04:00:14.044Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:14.054Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:14.055Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-04T04:00:14.944Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:14.944Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:14.945Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T04:00:14.945Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:00:14.947Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:00:14.947Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534414944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-04T04:00:15.047Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:00:15.049Z||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-11-04T04:00:15.049Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:15.060Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:15.061Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:00:15.948Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:15.948Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:15.949Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T04:00:15.949Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:00:15.950Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:00:15.951Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534415948, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-04T04:00:16.051Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:00:16.052Z||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-11-04T04:00:16.052Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:16.061Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:16.062Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:00:16.952Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:16.952Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||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-11-04T04:00:16.952Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T04:00:16.953Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:00:16.955Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:00:16.955Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534416952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-04T04:00:17.055Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:00:17.055Z||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-11-04T04:00:17.056Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:17.066Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:17.066Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:00:17.957Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-04T04:00:17.957Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-04T04:00:17.957Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T04:00:17.957Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:00:17.960Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:00:17.961Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534417956, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:00:18.060Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-04T04:00:18.061Z||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-11-04T04:00:18.061Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:18.072Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:18.073Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:00:18.961Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f51efe8-4965-4061-bd6c-a2f5b242f91f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T04:00:18.974Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f51efe8-4965-4061-bd6c-a2f5b242f91f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T04:00:18.978Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T04:00:18.978Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-04T04:00:18.978Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-04T04:00:18.978Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-04T04:00:18.978Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:00:18.979Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:00:18.979Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:00:18.979Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:00:18.979Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:00:18.979Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:00:18.979Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-04T04:00:18.985Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-04T04:00:48.986Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f51efe8-4965-4061-bd6c-a2f5b242f91f 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-11-04T04:00:48.992Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f51efe8-4965-4061-bd6c-a2f5b242f91f and serviceModelVersionId: bb646421-f22f-4dc4-892d-fac79a0a845e 2022-11-04T04:00:48.992Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 608e7af8-8141-46f0-baa3-7de725262c25 2022-11-04T04:00:48.993Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/608e7af8-8141-46f0-baa3-7de725262c25/model-vers/model-ver/bb646421-f22f-4dc4-892d-fac79a0a845e?depth=0 2022-11-04T04:00:48.996Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-11-04T04:00:49.028Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/608e7af8-8141-46f0-baa3-7de725262c25/model-vers/model-ver/bb646421-f22f-4dc4-892d-fac79a0a845e?depth=0|INFO|500||Invoke 2022-11-04T04:00:49.029Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/608e7af8-8141-46f0-baa3-7de725262c25/model-vers/model-ver/bb646421-f22f-4dc4-892d-fac79a0a845e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/608e7af8-8141-46f0-baa3-7de725262c25/model-vers/model-ver/bb646421-f22f-4dc4-892d-fac79a0a845e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9f51efe8-4965-4061-bd6c-a2f5b242f91f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[72381cd0-259a-4f72-907c-445be8997cd3], X-ECOMP-RequestID=[9f51efe8-4965-4061-bd6c-a2f5b242f91f], X-TransactionId=[], X-ONAP-RequestID=[9f51efe8-4965-4061-bd6c-a2f5b242f91f], Content-Type=[application/merge-patch+json]} 2022-11-04T04:00:49.060Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/608e7af8-8141-46f0-baa3-7de725262c25/model-vers/model-ver/bb646421-f22f-4dc4-892d-fac79a0a845e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-04T04:00:49.145Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/608e7af8-8141-46f0-baa3-7de725262c25/model-vers/model-ver/bb646421-f22f-4dc4-892d-fac79a0a845e?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/608e7af8-8141-46f0-baa3-7de725262c25/model-vers/model-ver/bb646421-f22f-4dc4-892d-fac79a0a845e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221104-04:00:49:069-77092], vertex-id=[209096], Content-Length=[0], Date=[Fri, 04 Nov 2022 04:00:49 GMT], Content-Type=[application/json]} 2022-11-04T04:00:49.145Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/608e7af8-8141-46f0-baa3-7de725262c25/model-vers/model-ver/bb646421-f22f-4dc4-892d-fac79a0a845e?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-04T04:00:49.146Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/608e7af8-8141-46f0-baa3-7de725262c25/model-vers/model-ver/bb646421-f22f-4dc4-892d-fac79a0a845e?depth=0|INFO|500||InvokeReturn 2022-11-04T04:00:49.148Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-04T04:00:49.148Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-04T04:00:49.152Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-04T04:00:49.152Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f51efe8-4965-4061-bd6c-a2f5b242f91f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-04T04:00:49.152Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-04T04:00:49.153Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:00:49.155Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:00:49.155Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534449152, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-04T04:00:49.255Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:00:49.256Z||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-11-04T04:00:49.256Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:49.269Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:49.270Z||pool-61-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-11-04T04:00:50.169Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-04T04:00:50.169Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"fb046fc6-c2a5-4921-ab1f-f46d977218ee","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f167515c-f116-43ca-9c01-c9ef4f2e212d","serviceDescription":"service","serviceInvariantUUID":"6d174072-7e18-4c7f-9231-dbe00dd29aff","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"75f550ae-a2b8-4da4-89d5-6d1e71302ccf","resourceInvariantUUID":"86236b7e-fd97-447f-8b7d-664f721a4be7","resourceCustomizationUUID":"b26e1bdf-7c77-4626-9cc9-80669f91307a","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":"MWJjMzg1ODE3OGQ1ZGMyZTk3NTI0NDY3YmRmNjRiMzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69a213a6-5ba6-47ec-b410-f34758e3803f","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":"ZTM3ZDU0N2FhOWUxNjcyNmM5MGY5NjhhM2YxN2I2ODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a9709a5c-8b27-4a46-8cbc-9b13820db540","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":"ff2833aa-d69f-4e8e-a25e-ff4e95ef5671","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":"b1c827e2-d82c-4bb6-801e-e1170c3b0ec9","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":"3f9adb6d-8104-4bfc-8007-f600abcde8a6","artifactVersion":"2","generatedFromUUID":"ff2833aa-d69f-4e8e-a25e-ff4e95ef5671"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NjdiOTdjMTcwMDA5ZjBmOGQ5NjBjNjdlZGFmZjlmZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"83bdd239-55cc-487f-9fea-c826827ef02c","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZGJhZDA0N2M2MGUwMTQyNzBmMzZjMmFlYTk2YmI1ZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"421d8d74-e67c-437e-8156-e0af19701f85","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-04T04:00:50.170Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:00:50.170Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:00:50.172Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:00:50.172Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:50.272Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:00:50.273Z||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-11-04T04:00:50.273Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:50.284Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:50.285Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:00:51.173Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:00:51.174Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:00:51.176Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:00:51.176Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-04T04:00:51.277Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-04T04:00:51.278Z||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-11-04T04:00:51.278Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:51.302Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:51.303Z||pool-63-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-11-04T04:00:52.177Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:00:52.178Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:00:52.180Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:00:52.180Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-04T04:00:52.280Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:00:52.282Z||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-11-04T04:00:52.282Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:52.321Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:52.322Z||pool-64-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:00:53.181Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:00:53.181Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:00:53.183Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:00:53.184Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:53.284Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:00:53.285Z||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-11-04T04:00:53.285Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:53.295Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:53.295Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:00:54.184Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:00:54.185Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:00:54.187Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:00:54.188Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-04T04:00:54.288Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:00:54.289Z||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-11-04T04:00:54.289Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:54.301Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:54.301Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:00:55.188Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:00:55.189Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:00:55.190Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:00:55.191Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:00:55.291Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:00:55.292Z||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-11-04T04:00:55.292Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:55.302Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:55.303Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:00:56.191Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:00:56.192Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:00:56.194Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:00:56.194Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:00:56.294Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:00:56.295Z||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-11-04T04:00:56.295Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:56.305Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:56.305Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-04T04:00:57.195Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "f167515c-f116-43ca-9c01-c9ef4f2e212d", "serviceDescription": "service", "serviceInvariantUUID": "6d174072-7e18-4c7f-9231-dbe00dd29aff", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "b26e1bdf-7c77-4626-9cc9-80669f91307a", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "75f550ae-a2b8-4da4-89d5-6d1e71302ccf", "resourceInvariantUUID": "86236b7e-fd97-447f-8b7d-664f721a4be7", "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": "ZTM3ZDU0N2FhOWUxNjcyNmM5MGY5NjhhM2YxN2I2ODE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a9709a5c-8b27-4a46-8cbc-9b13820db540", "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": "ff2833aa-d69f-4e8e-a25e-ff4e95ef5671", "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": "3f9adb6d-8104-4bfc-8007-f600abcde8a6", "generatedFromUUID": "ff2833aa-d69f-4e8e-a25e-ff4e95ef5671" }, "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": "3f9adb6d-8104-4bfc-8007-f600abcde8a6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZGJhZDA0N2M2MGUwMTQyNzBmMzZjMmFlYTk2YmI1ZWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "421d8d74-e67c-437e-8156-e0af19701f85" } ], "workloadContext": "Production" } 2022-11-04T04:00:57.196Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-04T04:00:57.196Z|9f51efe8-4965-4061-bd6c-a2f5b242f91f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f167515c-f116-43ca-9c01-c9ef4f2e212d ASDC 2022-11-04T04:00:57.196Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:fb046fc6-c2a5-4921-ab1f-f46d977218ee ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:f167515c-f116-43ca-9c01-c9ef4f2e212d ServiceInvariantUUID:6d174072-7e18-4c7f-9231-dbe00dd29aff 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:421d8d74-e67c-437e-8156-e0af19701f85 ArtifactChecksum:ZGJhZDA0N2M2MGUwMTQyNzBmMzZjMmFlYTk2YmI1ZWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:b26e1bdf-7c77-4626-9cc9-80669f91307a ResourceInvariantUUID:86236b7e-fd97-447f-8b7d-664f721a4be7 ResourceName:basic_vm ResourceType:VF ResourceUUID:75f550ae-a2b8-4da4-89d5-6d1e71302ccf 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:a9709a5c-8b27-4a46-8cbc-9b13820db540 ArtifactChecksum:ZTM3ZDU0N2FhOWUxNjcyNmM5MGY5NjhhM2YxN2I2ODE= 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:ff2833aa-d69f-4e8e-a25e-ff4e95ef5671 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:3f9adb6d-8104-4bfc-8007-f600abcde8a6 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:3f9adb6d-8104-4bfc-8007-f600abcde8a6 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-04T04:00:57.196Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f167515c-f116-43ca-9c01-c9ef4f2e212d 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-11-04T04:00:57.224Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-04T04:00:57.224Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-04T04:00:57.225Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-04T04:00:57.225Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 421d8d74-e67c-437e-8156-e0af19701f85 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-04T04:00:57.225Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-04T04:00:57.225Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-04T04:00:57.470Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-04T04:00:57.473Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 421d8d74-e67c-437e-8156-e0af19701f85 71059 2022-11-04T04:00:57.474Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-04T04:00:57.474Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-04T04:00:57.474Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T04:00:57.474Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:00:57.476Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:00:57.476Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534457473, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:57.576Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:00:57.577Z||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-11-04T04:00:57.578Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:57.588Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:57.589Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:00:58.477Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-04T04:00:58.478Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-04T04:00:58.478Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 421d8d74-e67c-437e-8156-e0af19701f85, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-04T04:00:58.478Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-11-04T04:00:58.479Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-04T04:00:58.479Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-11-04T04:00:58.590Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8567363462460356813/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-11-04T04:00:59.403Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-04T04:00:59.403Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-04T04:00:59.403Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-04T04:00:59.404Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-11-04T04:00:59.404Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||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-11-04T04:00:59.404Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||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-11-04T04:00:59.404Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-04T04:00:59.404Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||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-11-04T04:00:59.404Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-04T04:00:59.404Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||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-11-04T04:00:59.404Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-04T04:00:59.404Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||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-11-04T04:00:59.404Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||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-11-04T04:00:59.404Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-04T04:00:59.404Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:59.404Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:00:59.404Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-04T04:00:59.404Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-04T04:00:59.405Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-04T04:00:59.405Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:59.405Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:00:59.405Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-04T04:00:59.405Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-04T04:00:59.405Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-04T04:00:59.405Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:59.405Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:00:59.405Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:59.406Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-04T04:00:59.406Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-04T04:00:59.406Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-04T04:00:59.406Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-04T04:00:59.406Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-04T04:00:59.406Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-04T04:00:59.406Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:59.406Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-04T04:00:59.406Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:59.406Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-04T04:00:59.406Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T04:00:59.407Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:59.407Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-04T04:00:59.407Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T04:00:59.407Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:59.407Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-04T04:00:59.407Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T04:00:59.407Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:59.407Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-04T04:00:59.407Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-04T04:00:59.407Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-04T04:00:59.407Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=17a4d898-dabb-44cc-853f-e0d95a20f75d 2022-11-04T04:00:59.407Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:59.408Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:00:59.408Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:59.408Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:00:59.408Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:59.408Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:00:59.408Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:00:59.408Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:00:59.408Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:f167515c-f116-43ca-9c01-c9ef4f2e212d Model Version:NULL Model InvariantUuid:6d174072-7e18-4c7f-9231-dbe00dd29aff Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:9b234d7b-bb3b-41e7-b6f1-b9aa9f5221dc Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:86236b7e-fd97-447f-8b7d-664f721a4be7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b26e1bdf-7c77-4626-9cc9-80669f91307a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9e044078-81ba-4c62-bb3a-90b5e7a8722a ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:1350dd0b-4dbb-47cc-b9b0-a941b9af1245 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:17a4d898-dabb-44cc-853f-e0d95a20f75d ModelInvariantUuid:a8786c2a-fd1e-4c6d-9384-f2da7d579fdf ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:dea262b7-6c83-449e-bb66-74fe4d1c4046 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:e437dbb5-9e0a-4f70-82b9-f09a1d78a44b ModelInvariantUuid:9f3e776f-e1f7-4cc7-ab22-36c206542fdc ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:bb70a8d6-3efe-4aed-a8b1-bd70a1655936 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-11-04T04:00:59.413Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 75f550ae-a2b8-4da4-89d5-6d1e71302ccf 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-11-04T04:00:59.416Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||basic_vm 0 2022-11-04T04:00:59.416Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 75f550ae-a2b8-4da4-89d5-6d1e71302ccf 2022-11-04T04:00:59.416Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a9709a5c-8b27-4a46-8cbc-9b13820db540 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-04T04:00:59.416Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-04T04:00:59.416Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||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-11-04T04:00:59.496Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-04T04:00:59.497Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json a9709a5c-8b27-4a46-8cbc-9b13820db540 787 2022-11-04T04:00:59.497Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||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-11-04T04:00:59.497Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||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-11-04T04:00:59.497Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T04:00:59.497Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:00:59.499Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:00:59.499Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534459497, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-04T04:00:59.600Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:00:59.600Z||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-11-04T04:00:59.601Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:00:59.611Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:00:59.612Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-04T04:01:00.500Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9e044078-81ba-4c62-bb3a-90b5e7a8722a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1350dd0b-4dbb-47cc-b9b0-a941b9af1245", "vfModuleModelCustomizationUUID": "4eebef69-34bf-4db6-9bec-787c63927495", "isBase": true, "artifacts": [ "ff2833aa-d69f-4e8e-a25e-ff4e95ef5671", "3f9adb6d-8104-4bfc-8007-f600abcde8a6" ], "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-11-04T04:01:00.503Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1350dd0b-4dbb-47cc-b9b0-a941b9af1245 VfModuleModelInvariantUUID:9e044078-81ba-4c62-bb3a-90b5e7a8722a VfModuleModelDescription:NULL Artifacts UUID List:{ ff2833aa-d69f-4e8e-a25e-ff4e95ef5671 , 3f9adb6d-8104-4bfc-8007-f600abcde8a6 } 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-11-04T04:01:00.505Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9e044078-81ba-4c62-bb3a-90b5e7a8722a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1350dd0b-4dbb-47cc-b9b0-a941b9af1245", "vfModuleModelCustomizationUUID": "4eebef69-34bf-4db6-9bec-787c63927495", "isBase": true, "artifacts": [ "ff2833aa-d69f-4e8e-a25e-ff4e95ef5671", "3f9adb6d-8104-4bfc-8007-f600abcde8a6" ], "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-11-04T04:01:00.505Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1350dd0b-4dbb-47cc-b9b0-a941b9af1245 VfModuleModelInvariantUUID:9e044078-81ba-4c62-bb3a-90b5e7a8722a VfModuleModelDescription:NULL Artifacts UUID List:{ ff2833aa-d69f-4e8e-a25e-ff4e95ef5671 , 3f9adb6d-8104-4bfc-8007-f600abcde8a6 } 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-11-04T04:01:00.505Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ff2833aa-d69f-4e8e-a25e-ff4e95ef5671 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-04T04:01:00.505Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-04T04:01:00.506Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||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-11-04T04:01:00.552Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-04T04:01:00.553Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ff2833aa-d69f-4e8e-a25e-ff4e95ef5671 5033 2022-11-04T04:01:00.553Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||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-11-04T04:01:00.553Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||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-11-04T04:01:00.554Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T04:01:00.554Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:01:00.555Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:01:00.556Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534460553, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-04T04:01:00.656Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:01:00.657Z||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-11-04T04:01:00.657Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:01:00.665Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:01:00.666Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:01:01.556Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3f9adb6d-8104-4bfc-8007-f600abcde8a6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-04T04:01:01.557Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-04T04:01:01.557Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||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-11-04T04:01:01.614Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-04T04:01:01.614Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3f9adb6d-8104-4bfc-8007-f600abcde8a6 903 2022-11-04T04:01:01.615Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||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-11-04T04:01:01.615Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||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-11-04T04:01:01.615Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T04:01:01.615Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:01:01.617Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:01:01.617Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534461615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-04T04:01:01.717Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:01:01.718Z||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-11-04T04:01:01.718Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:01:01.729Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:01:01.730Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:01:02.618Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f167515c-f116-43ca-9c01-c9ef4f2e212d 2022-11-04T04:01:02.618Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 75f550ae-a2b8-4da4-89d5-6d1e71302ccf 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-11-04T04:01:02.629Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2340e652, org.onap.sdc.toscaparser.api.parameters.Input@62ef931f, org.onap.sdc.toscaparser.api.parameters.Input@7783a6fb, org.onap.sdc.toscaparser.api.parameters.Input@7ee9ade1, org.onap.sdc.toscaparser.api.parameters.Input@5a3fb618] 2022-11-04T04:01:02.631Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:01:02.632Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:01:02.632Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-11-04T04:01:02.632Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= b26e1bdf-7c77-4626-9cc9-80669f91307a 2022-11-04T04:01:02.632Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b26e1bdf-7c77-4626-9cc9-80669f91307a matches Tosca VF Customization UUID: b26e1bdf-7c77-4626-9cc9-80669f91307a 2022-11-04T04:01:02.632Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: b26e1bdf-7c77-4626-9cc9-80669f91307a 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-11-04T04:01:02.634Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:01:02.634Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:01:02.635Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id b26e1bdf-7c77-4626-9cc9-80669f91307a: {\"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-11-04T04:01:02.635Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1dbd45b1 2022-11-04T04:01:02.635Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:01:02.636Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-04T04:01:02.636Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4eebef69-34bf-4db6-9bec-787c63927495 2022-11-04T04:01:02.636Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4eebef69-34bf-4db6-9bec-787c63927495 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-11-04T04:01:02.638Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:01:02.638Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-04T04:01:02.639Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T04:01:02.639Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:01:02.639Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-04T04:01:02.639Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T04:01:02.639Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:01:02.639Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-04T04:01:02.640Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-04T04:01:02.640Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-04T04:01:02.640Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=17a4d898-dabb-44cc-853f-e0d95a20f75d 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-11-04T04:01:02.642Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:01:02.642Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-04T04:01:02.642Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T04:01:02.642Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:01:02.643Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-04T04:01:02.643Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=b26e1bdf-7c77-4626-9cc9-80669f91307a 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-11-04T04:01:02.644Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:01:02.645Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:01:02.645Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f167515c-f116-43ca-9c01-c9ef4f2e212d: basic_vm 2022-11-04T04:01:02.645Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:01:02.645Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:01:02.645Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:01:02.645Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:01:02.645Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:01:02.645Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:01:02.645Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:01:02.645Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:01:02.645Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:01:02.645Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:01:02.645Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||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-11-04T04:01:02.696Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 75f550ae-a2b8-4da4-89d5-6d1e71302ccf 1 ASDC deployResourceStructure 2022-11-04T04:01:02.696Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||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-11-04T04:01:02.696Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||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-11-04T04:01:02.696Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T04:01:02.697Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:01:02.699Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:01:02.699Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534462696, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-04T04:01:02.799Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:01:02.800Z||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-11-04T04:01:02.800Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:01:02.843Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:01:02.844Z||pool-73-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:01:03.700Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||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-11-04T04:01:03.700Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||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-11-04T04:01:03.700Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T04:01:03.700Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:01:03.702Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:01:03.702Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534463700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-04T04:01:03.802Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:01:03.803Z||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-11-04T04:01:03.803Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:01:03.813Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:01:03.814Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:01:04.703Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||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-11-04T04:01:04.703Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||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-11-04T04:01:04.703Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T04:01:04.704Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:01:04.705Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:01:04.705Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534464702, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-04T04:01:04.805Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:01:04.806Z||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-11-04T04:01:04.806Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:01:04.823Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:01:04.823Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:01:05.706Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-04T04:01:05.706Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-04T04:01:05.706Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T04:01:05.707Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:01:05.708Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:01:05.708Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534465706, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:01:05.808Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:01:05.809Z||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-11-04T04:01:05.809Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:01:05.820Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:01:05.821Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:01:06.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:01:06.685Z||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-11-04T04:01:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:01:06.704Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:01:06.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:01:06.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "aai-ml", "timestamp": 1667534267841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:01:06.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:01:06.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:01:06.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534287726, "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-11-04T04:01:06.709Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb046fc6-c2a5-4921-ab1f-f46d977218ee 2022-11-04T04:01:06.712Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b6b159bb-1bf2-46b4-9157-afb6b2602d09 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-04T04:01:06.712Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6b159bb-1bf2-46b4-9157-afb6b2602d09 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 (?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T04:01:06.718Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb046fc6-c2a5-4921-ab1f-f46d977218ee 2022-11-04T04:01:06.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:01:06.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "aai-ml", "timestamp": 1667534267841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:01:06.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:01:06.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:01:06.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "aai-ml", "timestamp": 1667534267841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:01:06.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:01:06.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:01:06.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "aai-ml", "timestamp": 1667534267841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:01:06.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:01:06.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:01:06.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "aai-ml", "timestamp": 1667534291722, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:01:06.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:01:06.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:01:06.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "aai-ml", "timestamp": 1667534296195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:01:06.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:01:06.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:01:06.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "aai-ml", "timestamp": 1667534297199, "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=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T04:01:06.723Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T04:01:06.723Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-04T04:01:06.723Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-04T04:01:06.723Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-04T04:01:06.723Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:01:06.723Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:01:06.723Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:01:06.723Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:01:06.723Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:01:06.723Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:01:06.724Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 2022-11-04T04:01:06.724Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b6b159bb-1bf2-46b4-9157-afb6b2602d09 2022-11-04T04:01:06.724Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6b159bb-1bf2-46b4-9157-afb6b2602d09 and 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=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-11-04T04:01:06.727Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-04T04:01:36.727Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb046fc6-c2a5-4921-ab1f-f46d977218ee 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-11-04T04:01:36.734Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb046fc6-c2a5-4921-ab1f-f46d977218ee and serviceModelVersionId: f167515c-f116-43ca-9c01-c9ef4f2e212d 2022-11-04T04:01:36.734Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d174072-7e18-4c7f-9231-dbe00dd29aff 2022-11-04T04:01:36.735Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d174072-7e18-4c7f-9231-dbe00dd29aff/model-vers/model-ver/f167515c-f116-43ca-9c01-c9ef4f2e212d?depth=0 2022-11-04T04:01:36.739Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-11-04T04:01:36.765Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d174072-7e18-4c7f-9231-dbe00dd29aff/model-vers/model-ver/f167515c-f116-43ca-9c01-c9ef4f2e212d?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-11-04T04:01:36.766Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d174072-7e18-4c7f-9231-dbe00dd29aff/model-vers/model-ver/f167515c-f116-43ca-9c01-c9ef4f2e212d?depth=0|INFO|500||Invoke 2022-11-04T04:01:36.783Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d174072-7e18-4c7f-9231-dbe00dd29aff/model-vers/model-ver/f167515c-f116-43ca-9c01-c9ef4f2e212d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-04T04:01:36.873Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d174072-7e18-4c7f-9231-dbe00dd29aff/model-vers/model-ver/f167515c-f116-43ca-9c01-c9ef4f2e212d?depth=0|INFO|500||InvokeReturn 2022-11-04T04:01:36.874Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d174072-7e18-4c7f-9231-dbe00dd29aff/model-vers/model-ver/f167515c-f116-43ca-9c01-c9ef4f2e212d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221104-04:01:36:790-77346], vertex-id=[176152], Content-Length=[0], Date=[Fri, 04 Nov 2022 04:01:36 GMT], Content-Type=[application/json]} 2022-11-04T04:01:36.874Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-11-04T04:01:36.875Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-04T04:01:36.875Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-04T04:01:36.880Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-04T04:01:36.880Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb046fc6-c2a5-4921-ab1f-f46d977218ee and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-04T04:01:36.880Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-04T04:01:36.881Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:01:36.882Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:01:36.882Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534496880, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-04T04:01:36.983Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-04T04:01:36.984Z||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-11-04T04:01:36.984Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:01:37.001Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:01:37.002Z||pool-77-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-11-04T04:01:37.893Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-04T04:01:37.893Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"b6b159bb-1bf2-46b4-9157-afb6b2602d09","serviceName":"Demo_pNF_OIhGf7ogRxinnHGtCXAL","serviceVersion":"1.0","serviceUUID":"c06ebdf8-733e-41d4-a8f4-f07b49d80efa","serviceDescription":"catalog service description","serviceInvariantUUID":"364ef34c-4cbe-403e-a5b3-6999cdcfed91","resources":[{"resourceInstanceName":"pNF dc6a0caf-ea35 0","resourceName":"pNF dc6a0caf-ea35","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d6cd6817-b76c-42cd-ac29-dfe09e6c94bd","resourceInvariantUUID":"0a258e92-04cf-475e-9677-b6fafe5dc5d1","resourceCustomizationUUID":"d5c7ab9e-e45e-4d2a-abf1-ea235c024b53","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vf-license-model.xml","artifactChecksum":"YzAzMDMxNzYyMTgzMTVmMzU5OWExZDkzODIxOGFmZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"09168f5c-3345-4e7e-80cb-66ef6d0a5e0c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/pNF.csar","artifactChecksum":"ZjM1ZjE2OGMxNzI2NjAwNGIzOWNkZDFkNDcyMDhlOTU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"10c98168-0b63-4e31-9dd6-594dffe55af5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb808f78-827f-4d7d-b524-f13a151e7d8e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vendor-license-model.xml","artifactChecksum":"YjU0MTNmMDk5ZDY5MjY3NzIzNWE3ZGFiZWVlM2ZkZjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"902499de-f433-469a-8284-ecdd594537ac","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"da2a7a4d-e2a5-4c13-995a-29950a31eb91","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1cc6e769-45d8-4cf6-995c-35997f6c7486","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOihgf7ogrxinnhgtcxal-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-template.yml","artifactChecksum":"YmIxZGZhNDNhOWJkMTZlYWJiMmZjMWUwZGZkNTgwZmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"042666dd-fac7-4bee-89d0-7d6f63aa21c4","artifactVersion":"1"},{"artifactName":"service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar","artifactChecksum":"ODkyZTUxOTJkNWUwM2Q0NWJjOGZlOGM0MjVhYjcxMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0f1a838e-97e8-4ee4-bf5e-fb9def43510b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-04T04:01:37.894Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:01:37.894Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:01:37.896Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:01:37.896Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:01:37.997Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:01:37.998Z||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-11-04T04:01:37.998Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:01:38.012Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:01:38.012Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:01:38.896Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:01:38.897Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:01:38.899Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:01:38.899Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:01:38.999Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-04T04:01:39.000Z||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-11-04T04:01:39.000Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:01:39.010Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:01:39.010Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:01:39.900Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:01:39.901Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:01:39.902Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:01:39.902Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-04T04:01:40.003Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-04T04:01:40.004Z||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-11-04T04:01:40.004Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:01:40.031Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:01:40.031Z||pool-80-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:01:40.903Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:01:40.904Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:01:40.906Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:01:40.906Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:01:41.006Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:01:41.007Z||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-11-04T04:01:41.007Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:01:41.022Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:01:41.023Z||pool-81-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:01:41.909Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:01:41.909Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:01:41.912Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:01:41.912Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:01:42.012Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:01:42.013Z||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-11-04T04:01:42.013Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:01:42.041Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:01:42.042Z||pool-82-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:01:42.913Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:01:42.914Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:01:42.915Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:01:42.915Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:01:43.016Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:01:43.017Z||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-11-04T04:01:43.017Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:01:43.033Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:01:43.034Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:01:43.916Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:01:43.917Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:01:43.919Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:01:43.919Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:01:44.019Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:01:44.020Z||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-11-04T04:01:44.020Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:01:44.032Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:01:44.032Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-04T04:01:44.919Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:01:44.920Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:01:44.922Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:01:44.922Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:01:45.024Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-04T04:01:45.025Z||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-11-04T04:01:45.026Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:01:45.037Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:01:45.038Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:01:45.923Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "serviceName": "Demo_pNF_OIhGf7ogRxinnHGtCXAL", "serviceVersion": "1.0", "serviceUUID": "c06ebdf8-733e-41d4-a8f4-f07b49d80efa", "serviceDescription": "catalog service description", "serviceInvariantUUID": "364ef34c-4cbe-403e-a5b3-6999cdcfed91", "resources": [ { "resourceInstanceName": "pNF dc6a0caf-ea35 0", "resourceCustomizationUUID": "d5c7ab9e-e45e-4d2a-abf1-ea235c024b53", "resourceName": "pNF dc6a0caf-ea35", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d6cd6817-b76c-42cd-ac29-dfe09e6c94bd", "resourceInvariantUUID": "0a258e92-04cf-475e-9677-b6fafe5dc5d1", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar", "artifactChecksum": "ODkyZTUxOTJkNWUwM2Q0NWJjOGZlOGM0MjVhYjcxMzI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0f1a838e-97e8-4ee4-bf5e-fb9def43510b" } ], "workloadContext": "Production" } 2022-11-04T04:01:45.923Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-04T04:01:45.923Z|fb046fc6-c2a5-4921-ab1f-f46d977218ee|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c06ebdf8-733e-41d4-a8f4-f07b49d80efa ASDC 2022-11-04T04:01:45.923Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:b6b159bb-1bf2-46b4-9157-afb6b2602d09 ServiceName:Demo_pNF_OIhGf7ogRxinnHGtCXAL ServiceVersion:1.0 ServiceUUID:c06ebdf8-733e-41d4-a8f4-f07b49d80efa ServiceInvariantUUID:364ef34c-4cbe-403e-a5b3-6999cdcfed91 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar ArtifactUUID:0f1a838e-97e8-4ee4-bf5e-fb9def43510b ArtifactChecksum:ODkyZTUxOTJkNWUwM2Q0NWJjOGZlOGM0MjVhYjcxMzI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF dc6a0caf-ea35 0 ResourceCustomizationUUID:d5c7ab9e-e45e-4d2a-abf1-ea235c024b53 ResourceInvariantUUID:0a258e92-04cf-475e-9677-b6fafe5dc5d1 ResourceName:pNF dc6a0caf-ea35 ResourceType:PNF ResourceUUID:d6cd6817-b76c-42cd-ac29-dfe09e6c94bd ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-04T04:01:45.923Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c06ebdf8-733e-41d4-a8f4-f07b49d80efa 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-11-04T04:01:45.948Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-04T04:01:45.949Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-04T04:01:45.949Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-04T04:01:45.949Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0f1a838e-97e8-4ee4-bf5e-fb9def43510b from URL: /sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar 2022-11-04T04:01:45.949Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-04T04:01:45.949Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar 2022-11-04T04:01:46.064Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-04T04:01:46.067Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar 0f1a838e-97e8-4ee4-bf5e-fb9def43510b 82642 2022-11-04T04:01:46.067Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar ASDC sendASDCNotification 2022-11-04T04:01:46.068Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar 2022-11-04T04:01:46.068Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T04:01:46.068Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:01:46.069Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:01:46.069Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534506067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:01:46.170Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-04T04:01:46.171Z||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-11-04T04:01:46.171Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:01:46.185Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:01:46.186Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-04T04:01:47.070Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-04T04:01:47.071Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-04T04:01:47.071Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 0f1a838e-97e8-4ee4-bf5e-fb9def43510b, URL: /sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar to file: /app/ASDC/1/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar 2022-11-04T04:01:47.072Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar 2022-11-04T04:01:47.072Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar 2022-11-04T04:01:47.072Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar 2022-11-04T04:01:47.150Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14701285511051602350/Definitions/service-DemoPnfOihgf7ogrxinnhgtcxal-template.yml 2022-11-04T04:01:47.757Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-04T04:01:47.757Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-04T04:01:47.757Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar 2022-11-04T04:01:47.757Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-04T04:01:47.758Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar 2022-11-04T04:01:47.758Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar 2022-11-04T04:01:47.758Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar 2022-11-04T04:01:47.758Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar 2022-11-04T04:01:47.758Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar 2022-11-04T04:01:47.758Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar 2022-11-04T04:01:47.758Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF dc6a0caf-ea35 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-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar 2022-11-04T04:01:47.758Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-04T04:01:47.758Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:01:47.758Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OIhGf7ogRxinnHGtCXAL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:01:47.759Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Node template pNF dc6a0caf-ea35 0 is matching search criteria 2022-11-04T04:01:47.759Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-04T04:01:47.759Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF dc6a0caf-ea35 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-04T04:01:47.759Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:01:47.760Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OIhGf7ogRxinnHGtCXAL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:01:47.760Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Node template pNF dc6a0caf-ea35 0 is matching search criteria 2022-11-04T04:01:47.760Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-04T04:01:47.760Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF dc6a0caf-ea35 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-04T04:01:47.760Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:01:47.760Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OIhGf7ogRxinnHGtCXAL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:01:47.760Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:01:47.760Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OIhGf7ogRxinnHGtCXAL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:01:47.760Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:01:47.761Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OIhGf7ogRxinnHGtCXAL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:01:47.761Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:01:47.761Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OIhGf7ogRxinnHGtCXAL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:01:47.761Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:01:47.761Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OIhGf7ogRxinnHGtCXAL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:01:47.761Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_OIhGf7ogRxinnHGtCXAL Description:catalog service description Model UUID:c06ebdf8-733e-41d4-a8f4-f07b49d80efa Model Version:NULL Model InvariantUuid:364ef34c-4cbe-403e-a5b3-6999cdcfed91 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-11-04T04:01:47.768Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: d6cd6817-b76c-42cd-ac29-dfe09e6c94bd 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-11-04T04:01:47.772Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||pNF dc6a0caf-ea35 0 2022-11-04T04:01:47.772Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d6cd6817-b76c-42cd-ac29-dfe09e6c94bd 2022-11-04T04:01:47.772Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||No resources found for Service: c06ebdf8-733e-41d4-a8f4-f07b49d80efa 2022-11-04T04:01:47.772Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: c06ebdf8-733e-41d4-a8f4-f07b49d80efa 2022-11-04T04:01:47.772Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF dc6a0caf-ea35 0 d6cd6817-b76c-42cd-ac29-dfe09e6c94bd 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-11-04T04:01:47.777Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f5a2161, org.onap.sdc.toscaparser.api.parameters.Input@7f038d39, org.onap.sdc.toscaparser.api.parameters.Input@7a3e2031, org.onap.sdc.toscaparser.api.parameters.Input@1392ffcf, org.onap.sdc.toscaparser.api.parameters.Input@5d8d95f5] 2022-11-04T04:01:47.778Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:01:47.778Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OIhGf7ogRxinnHGtCXAL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:01:47.778Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid c06ebdf8-733e-41d4-a8f4-f07b49d80efa: pNF dc6a0caf-ea35 2022-11-04T04:01:47.778Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||Processing PNF resource: d6cd6817-b76c-42cd-ac29-dfe09e6c94bd 2022-11-04T04:01:47.778Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:01:47.778Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OIhGf7ogRxinnHGtCXAL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:01:47.778Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||Resource customization UUID: d5c7ab9e-e45e-4d2a-abf1-ea235c024b53 is the same as notified resource customizationUUID: d5c7ab9e-e45e-4d2a-abf1-ea235c024b53 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-11-04T04:01:47.825Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF dc6a0caf-ea35 d6cd6817-b76c-42cd-ac29-dfe09e6c94bd 0 ASDC deployResourceStructure 2022-11-04T04:01:47.825Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar ASDC sendASDCNotification 2022-11-04T04:01:47.826Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar 2022-11-04T04:01:47.826Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T04:01:47.826Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:01:47.828Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:01:47.828Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534507825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:01:47.928Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:01:47.929Z||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-11-04T04:01:47.929Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:01:47.945Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:01:47.946Z||pool-87-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-04T04:01:48.829Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6b159bb-1bf2-46b4-9157-afb6b2602d09 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T04:01:48.840Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6b159bb-1bf2-46b4-9157-afb6b2602d09 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T04:01:48.843Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T04:01:48.843Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-04T04:01:48.843Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-04T04:01:48.843Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-04T04:01:48.843Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:01:48.843Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:01:48.843Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:01:48.844Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:01:48.844Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:01:48.844Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:01:48.844Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:01:48.844Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-04T04:01:48.849Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-04T04:02:06.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:02:06.685Z||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-11-04T04:02:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:02:06.706Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:02:06.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:02:06.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "281b34a6-bfd8-40e3-95e9-c43fd02da7f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534390785, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:02:06.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-04T04:02:06.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:02:06.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534405354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:02:06.709Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:02:18.849Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b6b159bb-1bf2-46b4-9157-afb6b2602d09 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-11-04T04:02:18.854Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b6b159bb-1bf2-46b4-9157-afb6b2602d09 and serviceModelVersionId: c06ebdf8-733e-41d4-a8f4-f07b49d80efa 2022-11-04T04:02:18.854Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 364ef34c-4cbe-403e-a5b3-6999cdcfed91 2022-11-04T04:02:18.855Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/364ef34c-4cbe-403e-a5b3-6999cdcfed91/model-vers/model-ver/c06ebdf8-733e-41d4-a8f4-f07b49d80efa?depth=0 2022-11-04T04:02:18.858Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-11-04T04:02:18.885Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/364ef34c-4cbe-403e-a5b3-6999cdcfed91/model-vers/model-ver/c06ebdf8-733e-41d4-a8f4-f07b49d80efa?depth=0|INFO|500||Invoke 2022-11-04T04:02:18.885Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/364ef34c-4cbe-403e-a5b3-6999cdcfed91/model-vers/model-ver/c06ebdf8-733e-41d4-a8f4-f07b49d80efa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/364ef34c-4cbe-403e-a5b3-6999cdcfed91/model-vers/model-ver/c06ebdf8-733e-41d4-a8f4-f07b49d80efa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b6b159bb-1bf2-46b4-9157-afb6b2602d09], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[084a30db-801b-4fbf-847c-8757a15f3c55], X-ECOMP-RequestID=[b6b159bb-1bf2-46b4-9157-afb6b2602d09], X-TransactionId=[], X-ONAP-RequestID=[b6b159bb-1bf2-46b4-9157-afb6b2602d09], Content-Type=[application/merge-patch+json]} 2022-11-04T04:02:18.905Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/364ef34c-4cbe-403e-a5b3-6999cdcfed91/model-vers/model-ver/c06ebdf8-733e-41d4-a8f4-f07b49d80efa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-04T04:02:18.992Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/364ef34c-4cbe-403e-a5b3-6999cdcfed91/model-vers/model-ver/c06ebdf8-733e-41d4-a8f4-f07b49d80efa?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/364ef34c-4cbe-403e-a5b3-6999cdcfed91/model-vers/model-ver/c06ebdf8-733e-41d4-a8f4-f07b49d80efa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221104-04:02:18:912-21343], vertex-id=[213136], Content-Length=[0], Date=[Fri, 04 Nov 2022 04:02:18 GMT], Content-Type=[application/json]} 2022-11-04T04:02:18.992Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/364ef34c-4cbe-403e-a5b3-6999cdcfed91/model-vers/model-ver/c06ebdf8-733e-41d4-a8f4-f07b49d80efa?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-04T04:02:18.993Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/364ef34c-4cbe-403e-a5b3-6999cdcfed91/model-vers/model-ver/c06ebdf8-733e-41d4-a8f4-f07b49d80efa?depth=0|INFO|500||InvokeReturn 2022-11-04T04:02:18.993Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-04T04:02:18.993Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-04T04:02:19.007Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-04T04:02:19.007Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b6b159bb-1bf2-46b4-9157-afb6b2602d09 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-04T04:02:19.007Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-04T04:02:19.007Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:02:19.009Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:02:19.009Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534539007, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-04T04:02:19.109Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:02:19.110Z||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-11-04T04:02:19.111Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:02:19.130Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:02:19.130Z||pool-88-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-04T04:02:20.027Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:02:20.027Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:02:20.027Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:02:30.309Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:02:30.309Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:02:30.310Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:02:30.310Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:02:39.868Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:02:39.869Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:02:39.869Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:02:39.869Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:02:49.408Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:02:49.410Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:02:49.411Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:02:49.411Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:02:58.965Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:02:58.966Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:02:58.966Z||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-11-04T04:02:58.966Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:03:06.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:03:06.685Z||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-11-04T04:03:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:03:06.712Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:03:06.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-04T04:03:06.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534407603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-04T04:03:06.715Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:03:06.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-04T04:03:06.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534408653, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-04T04:03:06.715Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:03:06.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-04T04:03:06.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534409706, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-04T04:03:06.715Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:03:06.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-04T04:03:06.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534410761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-04T04:03:06.716Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:03:06.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-04T04:03:06.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534411837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-04T04:03:06.716Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:03:06.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-04T04:03:06.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534412936, "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-11-04T04:03:06.716Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:03:06.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-04T04:03:06.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534413939, "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-11-04T04:03:06.716Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:03:06.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-04T04:03:06.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534414944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-04T04:03:06.716Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:03:06.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-04T04:03:06.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534415948, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-04T04:03:06.717Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:03:06.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-04T04:03:06.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534416952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-04T04:03:06.717Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:03:06.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-04T04:03:06.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534417956, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:03:06.717Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:03:06.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-04T04:03:06.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9f51efe8-4965-4061-bd6c-a2f5b242f91f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534449152, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-04T04:03:06.717Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:03:06.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-04T04:03:06.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:03:06.717Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-04T04:03:06.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-04T04:03:06.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-04T04:03:06.717Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-04T04:03:06.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-04T04:03:06.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-04T04:03:06.718Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-04T04:03:06.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-04T04:03:06.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:03:06.718Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-04T04:03:06.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-04T04:03:06.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-04T04:03:06.718Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-04T04:03:06.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-04T04:03:06.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:03:06.718Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-04T04:03:06.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-04T04:03:06.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:03:06.718Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-04T04:03:06.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-04T04:03:06.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534457473, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:03:06.719Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:03:06.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-04T04:03:06.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534459497, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-04T04:03:06.719Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:03:06.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-04T04:03:06.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534460553, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-04T04:03:06.719Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:03:06.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-04T04:03:06.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534461615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-04T04:03:06.719Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:03:06.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-04T04:03:06.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534462696, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-04T04:03:06.719Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:03:06.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-04T04:03:06.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534463700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-04T04:03:06.719Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:03:06.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-04T04:03:06.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534464702, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-04T04:03:06.720Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:03:06.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-04T04:03:06.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534465706, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:03:06.720Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:03:08.514Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:03:08.515Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:03:08.515Z||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-11-04T04:03:08.515Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:03:18.054Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:04:06.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:04:06.683Z||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-11-04T04:04:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:04:06.684Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:04:06.685Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|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-11-04T04:04:06.685Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:04:06.706Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:04:06.707Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-04T04:04:06.707Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb046fc6-c2a5-4921-ab1f-f46d977218ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534496880, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-04T04:04:06.708Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:04:06.708Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-04T04:04:06.708Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:04:06.708Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-04T04:04:06.709Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-04T04:04:06.709Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:04:06.709Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-04T04:04:06.709Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-04T04:04:06.709Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-04T04:04:06.709Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-04T04:04:06.709Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-04T04:04:06.710Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:04:06.710Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-04T04:04:06.710Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-04T04:04:06.710Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:04:06.710Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-04T04:04:06.710Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-04T04:04:06.710Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/resourceInstances/pnfdc6a0cafea350/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:04:06.710Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-04T04:04:06.710Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-04T04:04:06.711Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:04:06.711Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-04T04:04:06.711Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-04T04:04:06.711Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534391803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:04:06.711Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-04T04:04:06.711Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-04T04:04:06.711Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534506067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:04:06.711Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:04:06.712Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-04T04:04:06.712Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534507825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOihgf7ogrxinnhgtcxal/1.0/artifacts/service-DemoPnfOihgf7ogrxinnhgtcxal-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:04:06.712Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:04:16.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:05:06.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:05:06.683Z||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-11-04T04:05:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:05:06.684Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:05:06.684Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|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-11-04T04:05:06.684Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:05:07.204Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:05:07.204Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-04T04:05:07.204Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6b159bb-1bf2-46b4-9157-afb6b2602d09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534539007, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-04T04:05:07.205Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:05:16.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:06:06.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:06:06.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:06:06.685Z||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-11-04T04:06:06.685Z||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-11-04T04:06:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:06:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:06:16.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:06:16.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:07:06.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:07:06.683Z||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-11-04T04:07:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:07:06.684Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:07:06.685Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|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-11-04T04:07:06.685Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:07:16.247Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:07:16.248Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:08:06.682Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:08:06.683Z||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-11-04T04:08:06.683Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:08:06.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:08:06.685Z||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-11-04T04:08:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:08:15.128Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:08:15.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-04T04:08:15.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e","serviceName":"Demo_pNF_sJqHcH6tR99EOe9MmEeT","serviceVersion":"1.0","serviceUUID":"6f4718d1-2c87-4554-96f3-62f5d4717b0a","serviceDescription":"catalog service description","serviceInvariantUUID":"8f181d41-5b7b-4653-b70b-6f4c9d9f8bbe","resources":[{"resourceInstanceName":"pNF 02b2e8c6-4346 0","resourceName":"pNF 02b2e8c6-4346","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"075bb40b-99ce-43a9-9137-c7b776153948","resourceInvariantUUID":"ca2fd445-67c3-4e16-afc6-df5d2193802b","resourceCustomizationUUID":"dd2a6649-b481-433e-af27-8d185fbd7cb2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/vf-license-model.xml","artifactChecksum":"NGMwY2I4MTMwMmJmMzMzODI2M2E2MTA4ZTFmZDEzOTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0f05f7e0-e9ca-493a-854c-9e631429a80f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/pNF.csar","artifactChecksum":"ZjM1ZjE2OGMxNzI2NjAwNGIzOWNkZDFkNDcyMDhlOTU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7fda80b3-6cdb-493b-8207-f56d7d06f7e9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b41f7a82-efc6-4346-9150-162f0ee5ee5b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/vendor-license-model.xml","artifactChecksum":"YmRjNmRhNmE5MjZlNmNmODZkYzgxZWIxYmNmYmIzZDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"24527d35-c8f7-484b-b24c-cf5bf0c33cbf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dce597e3-a53e-4daa-852f-e2515639f30e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8892e7bf-1a8e-4b65-b309-b727b83f2267","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSjqhch6tr99eoe9mmeet-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-template.yml","artifactChecksum":"YjI1YjZiZDRmNjFiNDMyYzM2MWQ1MDIxYWMyNTNhNmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd4ffd61-ec7e-47d7-a8bc-081867101f61","artifactVersion":"1"},{"artifactName":"service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar","artifactChecksum":"MjUyYThjNzI3M2E3NDI2OTU0NjcwY2ZiZjAxNmFmZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ef7ce85-fa70-4cb7-aeb9-4113cfe0241f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-04T04:08:15.131Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:08:15.132Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:08:15.134Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:08:15.134Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534886682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:08:15.234Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:08:15.235Z||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-11-04T04:08:15.235Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:08:15.247Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:08:15.247Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:08:15.329Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:08:15.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:08:15.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "ves-openapi-manager", "timestamp": 1667534893556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:08:15.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:08:16.135Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:08:16.135Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:08:16.137Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:08:16.137Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534886682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:08:16.237Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:08:16.238Z||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-11-04T04:08:16.238Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:08:16.248Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:08:16.249Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-11-04T04:08:17.138Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:08:17.138Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:08:17.140Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:08:17.141Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534886682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-04T04:08:17.241Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:08:17.242Z||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-11-04T04:08:17.242Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:08:17.253Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:08:17.253Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:08:18.141Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:08:18.143Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:08:18.145Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:08:18.146Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534886682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:08:18.246Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:08:18.246Z||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-11-04T04:08:18.246Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:08:18.255Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:08:18.255Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-11-04T04:08:19.146Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:08:19.146Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:08:19.150Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:08:19.150Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534886682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:08:19.250Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:08:19.251Z||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-11-04T04:08:19.251Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:08:19.274Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:08:19.274Z||pool-93-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:08:20.150Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:08:20.151Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:08:20.153Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:08:20.153Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534886682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:08:20.253Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:08:20.254Z||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-11-04T04:08:20.254Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:08:20.263Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:08:20.263Z||pool-94-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:08:21.154Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:08:21.154Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:08:21.156Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:08:21.157Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534886682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:08:21.257Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-04T04:08:21.257Z||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-11-04T04:08:21.258Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:08:21.274Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:08:21.274Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:08:22.157Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:08:22.158Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:08:22.160Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:08:22.160Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534886682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:08:22.260Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:08:22.261Z||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-11-04T04:08:22.262Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:08:22.270Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:08:22.271Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:08:23.161Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "serviceName": "Demo_pNF_sJqHcH6tR99EOe9MmEeT", "serviceVersion": "1.0", "serviceUUID": "6f4718d1-2c87-4554-96f3-62f5d4717b0a", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8f181d41-5b7b-4653-b70b-6f4c9d9f8bbe", "resources": [ { "resourceInstanceName": "pNF 02b2e8c6-4346 0", "resourceCustomizationUUID": "dd2a6649-b481-433e-af27-8d185fbd7cb2", "resourceName": "pNF 02b2e8c6-4346", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "075bb40b-99ce-43a9-9137-c7b776153948", "resourceInvariantUUID": "ca2fd445-67c3-4e16-afc6-df5d2193802b", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar", "artifactChecksum": "MjUyYThjNzI3M2E3NDI2OTU0NjcwY2ZiZjAxNmFmZGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2ef7ce85-fa70-4cb7-aeb9-4113cfe0241f" } ], "workloadContext": "Production" } 2022-11-04T04:08:23.162Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-04T04:08:23.162Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6f4718d1-2c87-4554-96f3-62f5d4717b0a ASDC 2022-11-04T04:08:23.163Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e ServiceName:Demo_pNF_sJqHcH6tR99EOe9MmEeT ServiceVersion:1.0 ServiceUUID:6f4718d1-2c87-4554-96f3-62f5d4717b0a ServiceInvariantUUID:8f181d41-5b7b-4653-b70b-6f4c9d9f8bbe ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar ArtifactUUID:2ef7ce85-fa70-4cb7-aeb9-4113cfe0241f ArtifactChecksum:MjUyYThjNzI3M2E3NDI2OTU0NjcwY2ZiZjAxNmFmZGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 02b2e8c6-4346 0 ResourceCustomizationUUID:dd2a6649-b481-433e-af27-8d185fbd7cb2 ResourceInvariantUUID:ca2fd445-67c3-4e16-afc6-df5d2193802b ResourceName:pNF 02b2e8c6-4346 ResourceType:PNF ResourceUUID:075bb40b-99ce-43a9-9137-c7b776153948 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-04T04:08:23.163Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f4718d1-2c87-4554-96f3-62f5d4717b0a 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-11-04T04:08:23.191Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-04T04:08:23.192Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-04T04:08:23.192Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-04T04:08:23.192Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2ef7ce85-fa70-4cb7-aeb9-4113cfe0241f from URL: /sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar 2022-11-04T04:08:23.192Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-04T04:08:23.192Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar 2022-11-04T04:08:23.253Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-04T04:08:23.256Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar 2ef7ce85-fa70-4cb7-aeb9-4113cfe0241f 82643 2022-11-04T04:08:23.256Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar ASDC sendASDCNotification 2022-11-04T04:08:23.256Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar 2022-11-04T04:08:23.256Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T04:08:23.257Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:08:23.258Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:08:23.258Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534903256, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:08:23.359Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:08:23.359Z||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-11-04T04:08:23.359Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:08:23.368Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:08:23.368Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:08:24.259Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-04T04:08:24.260Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-04T04:08:24.260Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 2ef7ce85-fa70-4cb7-aeb9-4113cfe0241f, URL: /sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar to file: /app/ASDC/1/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar 2022-11-04T04:08:24.260Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar 2022-11-04T04:08:24.261Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar 2022-11-04T04:08:24.261Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar 2022-11-04T04:08:24.346Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17240369758293634592/Definitions/service-DemoPnfSjqhch6tr99eoe9mmeet-template.yml 2022-11-04T04:08:24.927Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-04T04:08:24.928Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-04T04:08:24.928Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar 2022-11-04T04:08:24.928Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-04T04:08:24.928Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar 2022-11-04T04:08:24.928Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar 2022-11-04T04:08:24.928Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar 2022-11-04T04:08:24.928Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar 2022-11-04T04:08:24.928Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar 2022-11-04T04:08:24.928Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|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-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar 2022-11-04T04:08:24.928Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 02b2e8c6-4346 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-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar 2022-11-04T04:08:24.928Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-04T04:08:24.928Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:08:24.928Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_sJqHcH6tR99EOe9MmEeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:08:24.928Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Node template pNF 02b2e8c6-4346 0 is matching search criteria 2022-11-04T04:08:24.928Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-04T04:08:24.928Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 02b2e8c6-4346 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-04T04:08:24.929Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:08:24.929Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_sJqHcH6tR99EOe9MmEeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:08:24.929Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Node template pNF 02b2e8c6-4346 0 is matching search criteria 2022-11-04T04:08:24.929Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-04T04:08:24.929Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 02b2e8c6-4346 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-04T04:08:24.929Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:08:24.929Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_sJqHcH6tR99EOe9MmEeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:08:24.929Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:08:24.929Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_sJqHcH6tR99EOe9MmEeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:08:24.929Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:08:24.929Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_sJqHcH6tR99EOe9MmEeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:08:24.929Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:08:24.929Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_sJqHcH6tR99EOe9MmEeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:08:24.929Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:08:24.929Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_sJqHcH6tR99EOe9MmEeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:08:24.930Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_sJqHcH6tR99EOe9MmEeT Description:catalog service description Model UUID:6f4718d1-2c87-4554-96f3-62f5d4717b0a Model Version:NULL Model InvariantUuid:8f181d41-5b7b-4653-b70b-6f4c9d9f8bbe 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-11-04T04:08:24.937Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 075bb40b-99ce-43a9-9137-c7b776153948 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-11-04T04:08:24.940Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||pNF 02b2e8c6-4346 0 2022-11-04T04:08:24.940Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 075bb40b-99ce-43a9-9137-c7b776153948 2022-11-04T04:08:24.940Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 6f4718d1-2c87-4554-96f3-62f5d4717b0a 2022-11-04T04:08:24.940Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6f4718d1-2c87-4554-96f3-62f5d4717b0a 2022-11-04T04:08:24.940Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 02b2e8c6-4346 0 075bb40b-99ce-43a9-9137-c7b776153948 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-11-04T04:08:24.945Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@668fff52, org.onap.sdc.toscaparser.api.parameters.Input@1939f6b, org.onap.sdc.toscaparser.api.parameters.Input@10531c64, org.onap.sdc.toscaparser.api.parameters.Input@6a1c0b58, org.onap.sdc.toscaparser.api.parameters.Input@73f00c26] 2022-11-04T04:08:24.946Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:08:24.946Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_sJqHcH6tR99EOe9MmEeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:08:24.946Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 6f4718d1-2c87-4554-96f3-62f5d4717b0a: pNF 02b2e8c6-4346 2022-11-04T04:08:24.946Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||Processing PNF resource: 075bb40b-99ce-43a9-9137-c7b776153948 2022-11-04T04:08:24.946Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:08:24.946Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_sJqHcH6tR99EOe9MmEeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:08:24.946Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||Resource customization UUID: dd2a6649-b481-433e-af27-8d185fbd7cb2 is the same as notified resource customizationUUID: dd2a6649-b481-433e-af27-8d185fbd7cb2 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-11-04T04:08:24.987Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 02b2e8c6-4346 075bb40b-99ce-43a9-9137-c7b776153948 0 ASDC deployResourceStructure 2022-11-04T04:08:24.988Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar ASDC sendASDCNotification 2022-11-04T04:08:24.988Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar 2022-11-04T04:08:24.988Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T04:08:24.988Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:08:24.990Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:08:24.991Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534904988, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:08:25.091Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:08:25.093Z||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-11-04T04:08:25.093Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:08:25.103Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:08:25.104Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:08:25.994Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T04:08:26.003Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T04:08:26.005Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T04:08:26.005Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-04T04:08:26.005Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-04T04:08:56.006Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T04:08:56.016Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T04:08:56.019Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T04:08:56.019Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-04T04:08:56.019Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-04T04:09:06.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:09:06.685Z||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-11-04T04:09:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:09:06.706Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:09:06.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:09:06.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534894520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:09:06.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:09:26.020Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T04:09:26.029Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T04:09:26.031Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T04:09:26.032Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-04T04:09:26.032Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-04T04:09:56.033Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T04:09:56.042Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T04:09:56.044Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T04:09:56.044Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-04T04:09:56.044Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-04T04:10:06.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:10:06.685Z||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-11-04T04:10:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:10:06.705Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:10:06.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:10:06.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534886682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:10:06.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:10:06.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:10:06.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "policy-id", "timestamp": 1667534890821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:10:06.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:10:26.044Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T04:10:26.054Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T04:10:26.057Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T04:10:26.057Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-04T04:10:26.057Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-04T04:10:56.057Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T04:10:56.068Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T04:10:56.070Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T04:10:56.070Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-04T04:10:56.070Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-04T04:11:06.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:11:06.685Z||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-11-04T04:11:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:11:07.212Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:11:07.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.213Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "ves-openapi-manager", "timestamp": 1667534893556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.213Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.213Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534894520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.213Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "policy-id", "timestamp": 1667534890821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534886682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "ves-openapi-manager", "timestamp": 1667534893556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534894520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "policy-id", "timestamp": 1667534890821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534886682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "aai-ml", "timestamp": 1667534897841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "ves-openapi-manager", "timestamp": 1667534893556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534894520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "policy-id", "timestamp": 1667534890821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534886682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "aai-ml", "timestamp": 1667534897841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "ves-openapi-manager", "timestamp": 1667534893556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534894520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "policy-id", "timestamp": 1667534890821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534886682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "aai-ml", "timestamp": 1667534897841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "cds", "timestamp": 1667534899146, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "ves-openapi-manager", "timestamp": 1667534893556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534894520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "policy-id", "timestamp": 1667534890821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534886682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "aai-ml", "timestamp": 1667534897841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "cds", "timestamp": 1667534899146, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "ves-openapi-manager", "timestamp": 1667534893556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534894520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "policy-id", "timestamp": 1667534890821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534886682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "multicloud-k8s-id", "timestamp": 1667534901166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "aai-ml", "timestamp": 1667534897841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "cds", "timestamp": 1667534899146, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "ves-openapi-manager", "timestamp": 1667534893556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534894520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "policy-id", "timestamp": 1667534890821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534886682, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "multicloud-k8s-id", "timestamp": 1667534901166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "aai-ml", "timestamp": 1667534897841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "cds", "timestamp": 1667534899146, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "ves-openapi-manager", "timestamp": 1667534903605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "policy-id", "timestamp": 1667534903886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534903914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534903256, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:11:07.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "multicloud-k8s-id", "timestamp": 1667534901166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "aai-ml", "timestamp": 1667534897841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "cds", "timestamp": 1667534899146, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "policy-id", "timestamp": 1667534904891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "ves-openapi-manager", "timestamp": 1667534904638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "multicloud-k8s-id", "timestamp": 1667534901166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "aai-ml", "timestamp": 1667534897841, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667534904988, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "cds", "timestamp": 1667534899146, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534905860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:11:07.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "policy-id", "timestamp": 1667534905894, "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-11-04T04:11:07.225Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e 2022-11-04T04:11:07.225Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e 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-11-04T04:11:07.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "ves-openapi-manager", "timestamp": 1667534905641, "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-11-04T04:11:07.241Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e 2022-11-04T04:11:07.241Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e 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-11-04T04:11:07.249Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.249Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "multicloud-k8s-id", "timestamp": 1667534901166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.249Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.249Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.249Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "aai-ml", "timestamp": 1667534906593, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:11:07.250Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:11:07.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.250Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "cds", "timestamp": 1667534899146, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.250Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.250Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667534906863, "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-11-04T04:11:07.255Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e 2022-11-04T04:11:07.255Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e 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-11-04T04:11:07.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "multicloud-k8s-id", "timestamp": 1667534901166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.264Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "cds", "timestamp": 1667534899146, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:11:07.264Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "multicloud-k8s-id", "timestamp": 1667534901166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.265Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "cds", "timestamp": 1667534907881, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:11:07.265Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:11:07.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "multicloud-k8s-id", "timestamp": 1667534901166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:11:07.265Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "cds", "timestamp": 1667534908888, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-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-11-04T04:11:07.270Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e 2022-11-04T04:11:07.270Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e 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-11-04T04:11:07.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "aai-ml", "timestamp": 1667534911283, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:11:07.280Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:11:07.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "aai-ml", "timestamp": 1667534912287, "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-11-04T04:11:07.285Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e 2022-11-04T04:11:07.286Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e 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-11-04T04:11:07.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "clamp", "timestamp": 1667534914576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "clamp", "timestamp": 1667534914576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "clamp", "timestamp": 1667534914576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "clamp", "timestamp": 1667534914576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "clamp", "timestamp": 1667534914576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "clamp", "timestamp": 1667534914576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/resourceInstances/pnf02b2e8c643460/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "clamp", "timestamp": 1667534914576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:11:07.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "clamp", "timestamp": 1667534914576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:11:07.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-04T04:11:07.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "clamp", "timestamp": 1667534933728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:11:07.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:11:07.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "clamp", "timestamp": 1667534935735, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSjqhch6tr99eoe9mmeet/1.0/artifacts/service-DemoPnfSjqhch6tr99eoe9mmeet-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:11:07.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:11:07.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:11:07.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "clamp", "timestamp": 1667534936738, "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-11-04T04:11:07.300Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e 2022-11-04T04:11:07.300Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e 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-11-04T04:11:26.071Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T04:11:26.083Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T04:11:26.086Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T04:11:26.086Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-04T04:11:26.086Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-04T04:11:26.087Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-04T04:11:26.087Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:11:26.087Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:11:26.087Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:11:26.087Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:11:26.087Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:11:26.087Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:11:26.087Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:11:26.087Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|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-11-04T04:11:26.091Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-04T04:11:56.091Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e 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-11-04T04:11:56.096Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e and serviceModelVersionId: 6f4718d1-2c87-4554-96f3-62f5d4717b0a 2022-11-04T04:11:56.097Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8f181d41-5b7b-4653-b70b-6f4c9d9f8bbe 2022-11-04T04:11:56.098Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8f181d41-5b7b-4653-b70b-6f4c9d9f8bbe/model-vers/model-ver/6f4718d1-2c87-4554-96f3-62f5d4717b0a?depth=0 2022-11-04T04:11:56.101Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-11-04T04:11:56.123Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|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/8f181d41-5b7b-4653-b70b-6f4c9d9f8bbe/model-vers/model-ver/6f4718d1-2c87-4554-96f3-62f5d4717b0a?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-11-04T04:11:56.125Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f181d41-5b7b-4653-b70b-6f4c9d9f8bbe/model-vers/model-ver/6f4718d1-2c87-4554-96f3-62f5d4717b0a?depth=0|INFO|500||Invoke 2022-11-04T04:11:56.140Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f181d41-5b7b-4653-b70b-6f4c9d9f8bbe/model-vers/model-ver/6f4718d1-2c87-4554-96f3-62f5d4717b0a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-04T04:11:56.219Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f181d41-5b7b-4653-b70b-6f4c9d9f8bbe/model-vers/model-ver/6f4718d1-2c87-4554-96f3-62f5d4717b0a?depth=0|INFO|500||InvokeReturn 2022-11-04T04:11:56.219Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|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/8f181d41-5b7b-4653-b70b-6f4c9d9f8bbe/model-vers/model-ver/6f4718d1-2c87-4554-96f3-62f5d4717b0a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221104-04:11:56:146-69971], vertex-id=[209016], Content-Length=[0], Date=[Fri, 04 Nov 2022 04:11:56 GMT], Content-Type=[application/json]} 2022-11-04T04:11:56.220Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-11-04T04:11:56.220Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-04T04:11:56.221Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|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-11-04T04:11:56.225Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|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-11-04T04:11:56.225Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-04T04:11:56.226Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-04T04:11:56.226Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:11:56.228Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:11:56.228Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535116226, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-04T04:11:56.328Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:11:56.329Z||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-11-04T04:11:56.329Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:11:56.340Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:11:56.341Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 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-11-04T04:11:57.245Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:11:57.245Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|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-11-04T04:11:57.246Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:12:06.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:12:06.685Z||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-11-04T04:12:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:12:07.313Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:12:07.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-04T04:12:07.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535116226, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-04T04:12:07.314Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:12:07.512Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:12:07.513Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:12:07.513Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|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-11-04T04:12:07.513Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:12:17.050Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:12:17.051Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:12:17.051Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|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-11-04T04:12:17.051Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:12:26.591Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:12:26.591Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:12:26.592Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|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-11-04T04:12:26.592Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:12:36.156Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:13:06.682Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:13:06.684Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|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-11-04T04:13:06.684Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:13:06.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:13:06.684Z||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-11-04T04:13:06.684Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:13:16.218Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:13:16.250Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:14:06.682Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:14:06.683Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|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-11-04T04:14:06.683Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:14:06.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:14:06.684Z||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-11-04T04:14:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:14:16.246Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:14:16.250Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:15:06.682Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:15:06.683Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|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-11-04T04:15:06.683Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:15:06.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:15:06.684Z||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-11-04T04:15:06.684Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:15:16.247Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:15:16.248Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:16:06.682Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:16:06.683Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|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-11-04T04:16:06.683Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:16:06.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:16:06.685Z||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-11-04T04:16:06.687Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:16:16.248Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:16:16.251Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:17:06.683Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:17:06.683Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|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-11-04T04:17:06.684Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:17:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:17:06.684Z||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-11-04T04:17:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:17:16.221Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:17:16.834Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:17:16.835Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-04T04:17:16.835Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"58a25bc6-3031-4a23-8202-83fd67d105d8","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"664957ab-4293-4dc9-842b-66d5bc4757fa","serviceDescription":"service","serviceInvariantUUID":"fd6a534f-2cb5-49f6-877e-edd18d736618","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3a6d0514-7f75-4a63-9724-364bf9903ab9","resourceInvariantUUID":"e6f333f1-494a-4f9b-8ee0-d554fab3f24a","resourceCustomizationUUID":"9548e433-9ec2-4317-b01a-10936f021f08","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"YWJiNGM3MTYzOWMxMGRmZWFiY2JhYjI1NjYzOGZmZWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"471fdfde-ed4e-49cf-bdd8-a0f0b11690d8","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"OGY1OTIzYTRlYjY5NzZkZjdiNWFlNTk3NzI2NTljZDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9222c1e9-cd54-4d98-ab56-14647035ef12","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"22d461ee-6f86-47b0-af8e-f186ba13b010","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"58e15025-e2b3-48cb-b6f5-42756a892e06","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3da31de8-c6bf-49b1-b677-bff7511b729d","artifactVersion":"2","generatedFromUUID":"558e6896-1f16-471a-aa88-778cb358a94e"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"894738dc-6741-4184-a36e-04bb5462c7c3","artifactVersion":"2","generatedFromUUID":"22d461ee-6f86-47b0-af8e-f186ba13b010"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"558e6896-1f16-471a-aa88-778cb358a94e","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c81a28d4-714d-4dd5-bc9c-11750c35cdcb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"YmU1NjE4NDZjNDg3ZDBmZGFkNGQyMDM3MzliMmVjYWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"78630b79-7d25-43d3-ae40-fe8a0163a90f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MzY4NTYxZDVlZDU5NGE1YTRlMjc4OGFhYzMxMWNhOTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6e059b8-26a8-4af0-80d4-6488719526c9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-04T04:17:16.837Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:17:16.838Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:17:16.841Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:17:16.841Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535426683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:17:16.941Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:17:16.942Z||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-11-04T04:17:16.942Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:17:16.958Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:17:16.959Z||pool-100-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":2,"count":1} 2022-11-04T04:17:17.841Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:17:17.842Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:17:17.843Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:17:17.844Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535426683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-04T04:17:17.944Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:17:17.945Z||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-11-04T04:17:17.945Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:17:17.962Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:17:17.962Z||pool-101-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:17:18.848Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:17:18.848Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:17:18.852Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:17:18.852Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535426683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-04T04:17:18.952Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:17:18.953Z||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-11-04T04:17:18.953Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:17:18.967Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:17:18.968Z||pool-102-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:17:19.853Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:17:19.854Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:17:19.856Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:17:19.856Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535426683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:17:19.964Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-11-04T04:17:19.965Z||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-11-04T04:17:19.965Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:17:19.988Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:17:19.989Z||pool-103-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-11-04T04:17:20.857Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:17:20.857Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:17:20.859Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:17:20.860Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535426683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-04T04:17:20.960Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:17:20.961Z||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-11-04T04:17:20.961Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:17:20.978Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:17:20.979Z||pool-104-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:17:21.860Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:17:21.861Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:17:21.863Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:17:21.863Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535426683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-04T04:17:21.963Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:17:21.964Z||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-11-04T04:17:21.964Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:17:21.975Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:17:21.976Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-04T04:17:22.863Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:17:22.864Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:17:22.866Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:17:22.867Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535426683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-04T04:17:22.967Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:17:22.968Z||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-11-04T04:17:22.968Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:17:22.979Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:17:22.980Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:17:23.867Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:17:23.868Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:17:23.870Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:17:23.870Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535426683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-04T04:17:23.971Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:17:23.971Z||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-11-04T04:17:23.971Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:17:23.997Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:17:23.998Z||pool-107-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:17:24.871Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:17:24.871Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:17:24.873Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:17:24.873Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535426683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:17:24.973Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:17:24.975Z||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-11-04T04:17:24.975Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:17:24.990Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:17:24.990Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:17:25.874Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:17:25.875Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:17:25.877Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:17:25.877Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535426683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:17:25.976Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-04T04:17:25.977Z||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-11-04T04:17:25.978Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:17:25.996Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:17:25.997Z||pool-109-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:17:26.878Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "664957ab-4293-4dc9-842b-66d5bc4757fa", "serviceDescription": "service", "serviceInvariantUUID": "fd6a534f-2cb5-49f6-877e-edd18d736618", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "9548e433-9ec2-4317-b01a-10936f021f08", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3a6d0514-7f75-4a63-9724-364bf9903ab9", "resourceInvariantUUID": "e6f333f1-494a-4f9b-8ee0-d554fab3f24a", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "OGY1OTIzYTRlYjY5NzZkZjdiNWFlNTk3NzI2NTljZDk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9222c1e9-cd54-4d98-ab56-14647035ef12", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "22d461ee-6f86-47b0-af8e-f186ba13b010", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "894738dc-6741-4184-a36e-04bb5462c7c3", "generatedFromUUID": "22d461ee-6f86-47b0-af8e-f186ba13b010" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3da31de8-c6bf-49b1-b677-bff7511b729d", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "894738dc-6741-4184-a36e-04bb5462c7c3", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "558e6896-1f16-471a-aa88-778cb358a94e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MzY4NTYxZDVlZDU5NGE1YTRlMjc4OGFhYzMxMWNhOTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d6e059b8-26a8-4af0-80d4-6488719526c9" } ], "workloadContext": "Production" } 2022-11-04T04:17:26.878Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-04T04:17:26.878Z|d5f8bf22-5dcf-4c1b-8b86-d9f93b2bb97e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 664957ab-4293-4dc9-842b-66d5bc4757fa ASDC 2022-11-04T04:17:26.879Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:58a25bc6-3031-4a23-8202-83fd67d105d8 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:664957ab-4293-4dc9-842b-66d5bc4757fa ServiceInvariantUUID:fd6a534f-2cb5-49f6-877e-edd18d736618 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:d6e059b8-26a8-4af0-80d4-6488719526c9 ArtifactChecksum:MzY4NTYxZDVlZDU5NGE1YTRlMjc4OGFhYzMxMWNhOTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:9548e433-9ec2-4317-b01a-10936f021f08 ResourceInvariantUUID:e6f333f1-494a-4f9b-8ee0-d554fab3f24a ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:3a6d0514-7f75-4a63-9724-364bf9903ab9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:9222c1e9-cd54-4d98-ab56-14647035ef12 ArtifactChecksum:OGY1OTIzYTRlYjY5NzZkZjdiNWFlNTk3NzI2NTljZDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:22d461ee-6f86-47b0-af8e-f186ba13b010 ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:894738dc-6741-4184-a36e-04bb5462c7c3 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:3da31de8-c6bf-49b1-b677-bff7511b729d ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:894738dc-6741-4184-a36e-04bb5462c7c3 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:558e6896-1f16-471a-aa88-778cb358a94e ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-04T04:17:26.880Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 664957ab-4293-4dc9-842b-66d5bc4757fa 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-11-04T04:17:26.921Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-04T04:17:26.922Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-04T04:17:26.922Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-04T04:17:26.922Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d6e059b8-26a8-4af0-80d4-6488719526c9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-04T04:17:26.922Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-04T04:17:26.922Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-04T04:17:26.991Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-04T04:17:26.997Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar d6e059b8-26a8-4af0-80d4-6488719526c9 158210 2022-11-04T04:17:26.997Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-04T04:17:26.997Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-04T04:17:26.998Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T04:17:26.998Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:17:26.999Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:17:26.999Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535446997, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:17:27.099Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:17:27.100Z||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-11-04T04:17:27.101Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:17:27.110Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:17:27.111Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:17:28.000Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-04T04:17:28.000Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-04T04:17:28.001Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d6e059b8-26a8-4af0-80d4-6488719526c9, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-04T04:17:28.001Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-11-04T04:17:28.002Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-04T04:17:28.002Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-04T04:17:28.126Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11789748397187911708/Definitions/service-BasicCnfMacro-template.yml 2022-11-04T04:17:28.927Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-04T04:17:28.928Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-04T04:17:28.928Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-04T04:17:28.928Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-04T04:17:28.928Z|58a25bc6-3031-4a23-8202-83fd67d105d8|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-BasicCnfMacro-csar.csar 2022-11-04T04:17:28.928Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-04T04:17:28.928Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-04T04:17:28.928Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-04T04:17:28.928Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-04T04:17:28.928Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:17:28.928Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:17:28.928Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-04T04:17:28.929Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-04T04:17:28.929Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-04T04:17:28.929Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:17:28.929Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:17:28.929Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-04T04:17:28.929Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-04T04:17:28.929Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-04T04:17:28.929Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:17:28.929Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:17:28.929Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:17:28.929Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-04T04:17:28.929Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-11-04T04:17:28.929Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-11-04T04:17:28.929Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-04T04:17:28.929Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:17:28.929Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-04T04:17:28.930Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:17:28.930Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-04T04:17:28.930Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T04:17:28.930Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:17:28.930Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-04T04:17:28.930Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T04:17:28.930Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:17:28.930Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-04T04:17:28.930Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T04:17:28.931Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:17:28.931Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-04T04:17:28.931Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T04:17:28.931Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:17:28.931Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-04T04:17:28.931Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-11-04T04:17:28.931Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=53636385-562f-47c9-b748-5a66e0eeff90 2022-11-04T04:17:28.931Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:17:28.931Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:17:28.931Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:17:28.931Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:17:28.931Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:17:28.931Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:17:28.931Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:17:28.931Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:17:28.931Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:664957ab-4293-4dc9-842b-66d5bc4757fa Model Version:NULL Model InvariantUuid:fd6a534f-2cb5-49f6-877e-edd18d736618 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:a94b4ea0-4989-4dde-a8cf-d0d698be7904 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e6f333f1-494a-4f9b-8ee0-d554fab3f24a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9548e433-9ec2-4317-b01a-10936f021f08 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9404a8f6-3151-43f4-8839-e3b812752566 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:fa30a26d-5f5c-4be7-b458-346f6672ce5c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:5371de79-27c0-4bf6-a02e-79afe75f5cf2 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:19d3852e-27b9-40a6-8fa5-3674912a7fba ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:53636385-562f-47c9-b748-5a66e0eeff90 ModelInvariantUuid:ffedab73-b84f-48d2-9596-3d74ef3cd940 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:77a491a3-3a98-4143-a647-ebd5e56607a2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:f38b423d-337d-4cce-a194-2e0f1582d230 ModelInvariantUuid:5aac8964-b4ad-43de-aa81-86cab431ba6b ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:27608d5f-7754-44d5-a302-1296c669d9b9 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-11-04T04:17:28.938Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 3a6d0514-7f75-4a63-9724-364bf9903ab9 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-11-04T04:17:28.941Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0 2022-11-04T04:17:28.941Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3a6d0514-7f75-4a63-9724-364bf9903ab9 2022-11-04T04:17:28.942Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9222c1e9-cd54-4d98-ab56-14647035ef12 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-04T04:17:28.942Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-04T04:17:28.942Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-04T04:17:28.990Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-04T04:17:28.991Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 9222c1e9-cd54-4d98-ab56-14647035ef12 1565 2022-11-04T04:17:28.991Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-11-04T04:17:28.991Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-04T04:17:28.991Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T04:17:28.991Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:17:28.993Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:17:28.994Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535448991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-04T04:17:29.094Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-04T04:17:29.094Z||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-11-04T04:17:29.095Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:17:29.105Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:17:29.105Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-04T04:17:29.994Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "5371de79-27c0-4bf6-a02e-79afe75f5cf2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "19d3852e-27b9-40a6-8fa5-3674912a7fba", "vfModuleModelCustomizationUUID": "d2d1fff8-37de-4547-ab38-41f7a0c8bc68", "isBase": true, "artifacts": [ "22d461ee-6f86-47b0-af8e-f186ba13b010", "894738dc-6741-4184-a36e-04bb5462c7c3" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "9404a8f6-3151-43f4-8839-e3b812752566", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fa30a26d-5f5c-4be7-b458-346f6672ce5c", "vfModuleModelCustomizationUUID": "e4bc74df-24b0-4332-9b87-c2f4aab2cb7a", "isBase": false, "artifacts": [ "558e6896-1f16-471a-aa88-778cb358a94e" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-04T04:17:29.997Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:19d3852e-27b9-40a6-8fa5-3674912a7fba VfModuleModelInvariantUUID:5371de79-27c0-4bf6-a02e-79afe75f5cf2 VfModuleModelDescription:NULL Artifacts UUID List:{ 22d461ee-6f86-47b0-af8e-f186ba13b010 , 894738dc-6741-4184-a36e-04bb5462c7c3 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:fa30a26d-5f5c-4be7-b458-346f6672ce5c VfModuleModelInvariantUUID:9404a8f6-3151-43f4-8839-e3b812752566 VfModuleModelDescription:NULL Artifacts UUID List:{ 558e6896-1f16-471a-aa88-778cb358a94e } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-11-04T04:17:29.999Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "5371de79-27c0-4bf6-a02e-79afe75f5cf2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "19d3852e-27b9-40a6-8fa5-3674912a7fba", "vfModuleModelCustomizationUUID": "d2d1fff8-37de-4547-ab38-41f7a0c8bc68", "isBase": true, "artifacts": [ "22d461ee-6f86-47b0-af8e-f186ba13b010", "894738dc-6741-4184-a36e-04bb5462c7c3" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "9404a8f6-3151-43f4-8839-e3b812752566", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fa30a26d-5f5c-4be7-b458-346f6672ce5c", "vfModuleModelCustomizationUUID": "e4bc74df-24b0-4332-9b87-c2f4aab2cb7a", "isBase": false, "artifacts": [ "558e6896-1f16-471a-aa88-778cb358a94e" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-04T04:17:30.000Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:19d3852e-27b9-40a6-8fa5-3674912a7fba VfModuleModelInvariantUUID:5371de79-27c0-4bf6-a02e-79afe75f5cf2 VfModuleModelDescription:NULL Artifacts UUID List:{ 22d461ee-6f86-47b0-af8e-f186ba13b010 , 894738dc-6741-4184-a36e-04bb5462c7c3 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:fa30a26d-5f5c-4be7-b458-346f6672ce5c VfModuleModelInvariantUUID:9404a8f6-3151-43f4-8839-e3b812752566 VfModuleModelDescription:NULL Artifacts UUID List:{ 558e6896-1f16-471a-aa88-778cb358a94e } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-11-04T04:17:30.000Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 22d461ee-6f86-47b0-af8e-f186ba13b010 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-04T04:17:30.000Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-04T04:17:30.000Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-04T04:17:30.049Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-04T04:17:30.050Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 22d461ee-6f86-47b0-af8e-f186ba13b010 914 2022-11-04T04:17:30.050Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-11-04T04:17:30.050Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-04T04:17:30.050Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T04:17:30.050Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:17:30.052Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:17:30.052Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535450050, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-04T04:17:30.152Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:17:30.153Z||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-11-04T04:17:30.153Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:17:30.162Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:17:30.162Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:17:31.052Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3da31de8-c6bf-49b1-b677-bff7511b729d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-04T04:17:31.053Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-04T04:17:31.054Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-04T04:17:31.105Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-04T04:17:31.105Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 3da31de8-c6bf-49b1-b677-bff7511b729d 12 2022-11-04T04:17:31.105Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-11-04T04:17:31.105Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-04T04:17:31.106Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T04:17:31.106Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:17:31.107Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:17:31.108Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535451105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-04T04:17:31.208Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:17:31.209Z||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-11-04T04:17:31.209Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:17:31.236Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:17:31.237Z||pool-113-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:17:32.108Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 894738dc-6741-4184-a36e-04bb5462c7c3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-04T04:17:32.109Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-04T04:17:32.110Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-04T04:17:32.158Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-04T04:17:32.159Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 894738dc-6741-4184-a36e-04bb5462c7c3 96 2022-11-04T04:17:32.159Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-11-04T04:17:32.160Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-04T04:17:32.160Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T04:17:32.160Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:17:32.161Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:17:32.162Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535452159, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-04T04:17:32.262Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:17:32.263Z||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-11-04T04:17:32.263Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:17:32.277Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:17:32.278Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-04T04:17:33.162Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 558e6896-1f16-471a-aa88-778cb358a94e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-04T04:17:33.163Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-04T04:17:33.163Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-04T04:17:33.218Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-04T04:17:33.219Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 558e6896-1f16-471a-aa88-778cb358a94e 20206 2022-11-04T04:17:33.220Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-11-04T04:17:33.220Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-04T04:17:33.220Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T04:17:33.220Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:17:33.222Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:17:33.222Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535453220, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-04T04:17:33.322Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:17:33.323Z||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-11-04T04:17:33.324Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:17:33.335Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:17:33.336Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:17:34.224Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 664957ab-4293-4dc9-842b-66d5bc4757fa 2022-11-04T04:17:34.225Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 3a6d0514-7f75-4a63-9724-364bf9903ab9 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-04T04:17:34.238Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ec49710, org.onap.sdc.toscaparser.api.parameters.Input@29da6d81, org.onap.sdc.toscaparser.api.parameters.Input@39dff1f4, org.onap.sdc.toscaparser.api.parameters.Input@35da1525, org.onap.sdc.toscaparser.api.parameters.Input@f9c7899] 2022-11-04T04:17:34.240Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:17:34.240Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:17:34.240Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-11-04T04:17:34.240Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 9548e433-9ec2-4317-b01a-10936f021f08 2022-11-04T04:17:34.241Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9548e433-9ec2-4317-b01a-10936f021f08 matches Tosca VF Customization UUID: 9548e433-9ec2-4317-b01a-10936f021f08 2022-11-04T04:17:34.241Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 9548e433-9ec2-4317-b01a-10936f021f08 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-11-04T04:17:34.243Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:17:34.244Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:17:34.245Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 9548e433-9ec2-4317-b01a-10936f021f08: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-11-04T04:17:34.245Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5650edf1 2022-11-04T04:17:34.245Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:17:34.245Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-04T04:17:34.245Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e4bc74df-24b0-4332-9b87-c2f4aab2cb7a 2022-11-04T04:17:34.246Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e4bc74df-24b0-4332-9b87-c2f4aab2cb7a 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-11-04T04:17:34.248Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:17:34.248Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-04T04:17:34.249Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T04:17:34.249Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:17:34.249Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-04T04:17:34.249Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T04:17:34.249Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:17:34.250Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-04T04:17:34.250Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=9548e433-9ec2-4317-b01a-10936f021f08 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-11-04T04:17:34.252Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:17:34.252Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:17:34.252Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 664957ab-4293-4dc9-842b-66d5bc4757fa: basic_cnf_macro 2022-11-04T04:17:34.252Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:17:34.252Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:17:34.252Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:17:34.252Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:17:34.252Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:17:34.252Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:17:34.253Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:17:34.253Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:17:34.253Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:17:34.253Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:17:34.253Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-04T04:17:34.295Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 3a6d0514-7f75-4a63-9724-364bf9903ab9 2 ASDC deployResourceStructure 2022-11-04T04:17:34.296Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-11-04T04:17:34.296Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-04T04:17:34.296Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T04:17:34.296Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:17:34.298Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:17:34.298Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535454296, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-04T04:17:34.398Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-04T04:17:34.399Z||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-11-04T04:17:34.399Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:17:34.415Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:17:34.415Z||pool-116-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:17:35.299Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-11-04T04:17:35.300Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-04T04:17:35.300Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T04:17:35.300Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:17:35.302Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:17:35.302Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535455299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-04T04:17:35.402Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:17:35.403Z||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-11-04T04:17:35.403Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:17:35.413Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:17:35.414Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:17:36.306Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-11-04T04:17:36.306Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-11-04T04:17:36.306Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-04T04:17:36.307Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:17:36.308Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:17:36.309Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535456305, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-04T04:17:36.410Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:17:36.410Z||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-11-04T04:17:36.410Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:17:36.421Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:17:36.421Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:17:37.309Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-11-04T04:17:37.310Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-04T04:17:37.310Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T04:17:37.310Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:17:37.312Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:17:37.312Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535457309, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-04T04:17:37.412Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:17:37.413Z||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-11-04T04:17:37.413Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:17:37.428Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:17:37.429Z||pool-119-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:17:38.313Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-11-04T04:17:38.314Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-11-04T04:17:38.314Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-04T04:17:38.314Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:17:38.316Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:17:38.316Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535458313, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-04T04:17:38.416Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:17:38.417Z||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-11-04T04:17:38.417Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:17:38.427Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:17:38.427Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:17:39.317Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-04T04:17:39.317Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-04T04:17:39.317Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T04:17:39.317Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:17:39.319Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:17:39.319Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535459317, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:17:39.419Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:17:39.420Z||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-11-04T04:17:39.420Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:17:39.432Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:17:39.432Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:17:40.320Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58a25bc6-3031-4a23-8202-83fd67d105d8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T04:17:40.331Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58a25bc6-3031-4a23-8202-83fd67d105d8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T04:17:40.334Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T04:17:40.334Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-04T04:17:40.334Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-04T04:18:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:18:06.685Z||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-11-04T04:18:06.686Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:18:06.809Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:18:07.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535426683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "ves-openapi-manager", "timestamp": 1667535433556, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535434522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "policy-id", "timestamp": 1667535430822, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "aai-ml", "timestamp": 1667535437841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535426683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-04T04:18:07.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "ves-openapi-manager", "timestamp": 1667535433556, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "policy-id", "timestamp": 1667535430822, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535434522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "aai-ml", "timestamp": 1667535437841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535426683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-04T04:18:07.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "ves-openapi-manager", "timestamp": 1667535433556, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "policy-id", "timestamp": 1667535430822, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-04T04:18:07.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535434522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "aai-ml", "timestamp": 1667535437841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "ves-openapi-manager", "timestamp": 1667535433556, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535426683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "policy-id", "timestamp": 1667535430822, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535434522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "cds", "timestamp": 1667535439146, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "aai-ml", "timestamp": 1667535437841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "ves-openapi-manager", "timestamp": 1667535433556, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535426683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "policy-id", "timestamp": 1667535430822, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535434522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "cds", "timestamp": 1667535439146, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "multicloud-k8s-id", "timestamp": 1667535441165, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "aai-ml", "timestamp": 1667535437841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "ves-openapi-manager", "timestamp": 1667535433556, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535426683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "policy-id", "timestamp": 1667535430822, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535434522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "cds", "timestamp": 1667535439146, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "multicloud-k8s-id", "timestamp": 1667535441165, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "aai-ml", "timestamp": 1667535437841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "ves-openapi-manager", "timestamp": 1667535433556, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535426683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "policy-id", "timestamp": 1667535430822, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535434522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "cds", "timestamp": 1667535439146, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "multicloud-k8s-id", "timestamp": 1667535441165, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "aai-ml", "timestamp": 1667535437841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "ves-openapi-manager", "timestamp": 1667535433556, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535426683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535434522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "policy-id", "timestamp": 1667535430822, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "cds", "timestamp": 1667535439146, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "multicloud-k8s-id", "timestamp": 1667535441165, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "aai-ml", "timestamp": 1667535437841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "ves-openapi-manager", "timestamp": 1667535433556, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535426683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "policy-id", "timestamp": 1667535430822, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535434522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "cds", "timestamp": 1667535439146, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "multicloud-k8s-id", "timestamp": 1667535441165, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "aai-ml", "timestamp": 1667535437841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535426683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "ves-openapi-manager", "timestamp": 1667535433556, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "policy-id", "timestamp": 1667535430822, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:18:07.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535434522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "cds", "timestamp": 1667535439146, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "multicloud-k8s-id", "timestamp": 1667535441165, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "aai-ml", "timestamp": 1667535437841, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535446997, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535447688, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "policy-id", "timestamp": 1667535447675, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "cds", "timestamp": 1667535439146, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "multicloud-k8s-id", "timestamp": 1667535441165, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "aai-ml", "timestamp": 1667535448621, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:18:07.313Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "policy-id", "timestamp": 1667535448679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:18:07.314Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "cds", "timestamp": 1667535439146, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.314Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "multicloud-k8s-id", "timestamp": 1667535441165, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.314Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535448991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-04T04:18:07.314Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "policy-id", "timestamp": 1667535449681, "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-11-04T04:18:07.320Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58a25bc6-3031-4a23-8202-83fd67d105d8 2022-11-04T04:18:07.321Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58a25bc6-3031-4a23-8202-83fd67d105d8 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-11-04T04:18:07.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "cds", "timestamp": 1667535439146, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:18:07.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535449991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:18:07.333Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "multicloud-k8s-id", "timestamp": 1667535441165, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535450050, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-04T04:18:07.334Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "cds", "timestamp": 1667535449899, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:18:07.334Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535450994, "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-11-04T04:18:07.339Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 58a25bc6-3031-4a23-8202-83fd67d105d8 2022-11-04T04:18:07.339Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58a25bc6-3031-4a23-8202-83fd67d105d8 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-11-04T04:18:07.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "multicloud-k8s-id", "timestamp": 1667535441165, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:18:07.349Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "policy-id", "timestamp": 1667535450822, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.350Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535451105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-04T04:18:07.350Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "multicloud-k8s-id", "timestamp": 1667535451913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-04T04:18:07.350Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "policy-id", "timestamp": 1667535450822, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.350Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535452159, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-04T04:18:07.351Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "multicloud-k8s-id", "timestamp": 1667535452972, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-04T04:18:07.351Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "cds", "timestamp": 1667535452484, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-04T04:18:07.357Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 58a25bc6-3031-4a23-8202-83fd67d105d8 2022-11-04T04:18:07.357Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58a25bc6-3031-4a23-8202-83fd67d105d8 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-11-04T04:18:07.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "policy-id", "timestamp": 1667535450822, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-04T04:18:07.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535453220, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-04T04:18:07.368Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "multicloud-k8s-id", "timestamp": 1667535454037, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-04T04:18:07.368Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "ves-openapi-manager", "timestamp": 1667535453558, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "policy-id", "timestamp": 1667535450822, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535454296, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-04T04:18:07.369Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "clamp", "timestamp": 1667535454576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "multicloud-k8s-id", "timestamp": 1667535455109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-04T04:18:07.370Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "ves-openapi-manager", "timestamp": 1667535453558, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "policy-id", "timestamp": 1667535450822, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "aai-ml", "timestamp": 1667535455530, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:18:07.370Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "cds", "timestamp": 1667535454146, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535455299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-04T04:18:07.370Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "clamp", "timestamp": 1667535454576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-04T04:18:07.371Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "multicloud-k8s-id", "timestamp": 1667535456179, "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-11-04T04:18:07.377Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58a25bc6-3031-4a23-8202-83fd67d105d8 2022-11-04T04:18:07.377Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58a25bc6-3031-4a23-8202-83fd67d105d8 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-11-04T04:18:07.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "ves-openapi-manager", "timestamp": 1667535453558, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "policy-id", "timestamp": 1667535450822, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "aai-ml", "timestamp": 1667535456534, "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-11-04T04:18:07.393Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 58a25bc6-3031-4a23-8202-83fd67d105d8 2022-11-04T04:18:07.394Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58a25bc6-3031-4a23-8202-83fd67d105d8 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-11-04T04:18:07.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "cds", "timestamp": 1667535454146, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535456305, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-04T04:18:07.405Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "clamp", "timestamp": 1667535454576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "multicloud-k8s-id", "timestamp": 1667535457181, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-04T04:18:07.406Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "ves-openapi-manager", "timestamp": 1667535453558, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "policy-id", "timestamp": 1667535450822, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "cds", "timestamp": 1667535454146, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535457309, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-04T04:18:07.407Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "clamp", "timestamp": 1667535454576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "ves-openapi-manager", "timestamp": 1667535453558, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "policy-id", "timestamp": 1667535450822, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:18:07.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "cds", "timestamp": 1667535454146, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535458313, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-04T04:18:07.408Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "clamp", "timestamp": 1667535454576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "ves-openapi-manager", "timestamp": 1667535453558, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "policy-id", "timestamp": 1667535459576, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:18:07.409Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "cds", "timestamp": 1667535454146, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535459317, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:18:07.409Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "clamp", "timestamp": 1667535454576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "ves-openapi-manager", "timestamp": 1667535453558, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "policy-id", "timestamp": 1667535460580, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:18:07.410Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "cds", "timestamp": 1667535454146, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "clamp", "timestamp": 1667535454576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "ves-openapi-manager", "timestamp": 1667535453558, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "policy-id", "timestamp": 1667535461583, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-04T04:18:07.427Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8fdc21ae-f677-48a8-86e3-8b922852ee91 2022-11-04T04:18:07.427Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fdc21ae-f677-48a8-86e3-8b922852ee91 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-11-04T04:18:07.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "cds", "timestamp": 1667535454146, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "multicloud-k8s-id", "timestamp": 1667535461165, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "clamp", "timestamp": 1667535454576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "cds", "timestamp": 1667535454146, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:18:07.437Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "multicloud-k8s-id", "timestamp": 1667535461165, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-04T04:18:07.437Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "clamp", "timestamp": 1667535454576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.437Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "cds", "timestamp": 1667535462901, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:18:07.438Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "multicloud-k8s-id", "timestamp": 1667535461165, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-04T04:18:07.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "clamp", "timestamp": 1667535454576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:18:07.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "multicloud-k8s-id", "timestamp": 1667535461165, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "cds", "timestamp": 1667535464174, "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=? 2022-11-04T04:18:07.444Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8fdc21ae-f677-48a8-86e3-8b922852ee91 2022-11-04T04:18:07.445Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fdc21ae-f677-48a8-86e3-8b922852ee91 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-11-04T04:18:07.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535464520, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "multicloud-k8s-id", "timestamp": 1667535461165, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-04T04:18:07.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535464520, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "multicloud-k8s-id", "timestamp": 1667535461165, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535464520, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "multicloud-k8s-id", "timestamp": 1667535461165, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535464520, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "aai-ml", "timestamp": 1667535467841, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "multicloud-k8s-id", "timestamp": 1667535461165, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:18:07.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535464520, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "aai-ml", "timestamp": 1667535467841, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "multicloud-k8s-id", "timestamp": 1667535469866, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-04T04:18:07.461Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535464520, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "aai-ml", "timestamp": 1667535467841, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "multicloud-k8s-id", "timestamp": 1667535470925, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-04T04:18:07.462Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535464520, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "aai-ml", "timestamp": 1667535467841, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "multicloud-k8s-id", "timestamp": 1667535471985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-04T04:18:07.462Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535464520, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:18:07.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "aai-ml", "timestamp": 1667535467841, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "multicloud-k8s-id", "timestamp": 1667535473025, "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-11-04T04:18:07.469Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8fdc21ae-f677-48a8-86e3-8b922852ee91 2022-11-04T04:18:07.470Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fdc21ae-f677-48a8-86e3-8b922852ee91 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-11-04T04:18:07.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535473314, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:18:07.480Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "aai-ml", "timestamp": 1667535467841, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "multicloud-k8s-id", "timestamp": 1667535474028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-04T04:18:07.480Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "aai-ml", "timestamp": 1667535467841, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "clamp", "timestamp": 1667535474813, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:18:07.481Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "aai-ml", "timestamp": 1667535467841, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:18:07.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535475671, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:18:07.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "aai-ml", "timestamp": 1667535476549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:18:07.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535476675, "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-11-04T04:18:07.488Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8fdc21ae-f677-48a8-86e3-8b922852ee91 2022-11-04T04:18:07.488Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fdc21ae-f677-48a8-86e3-8b922852ee91 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-11-04T04:18:07.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "clamp", "timestamp": 1667535479834, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:18:07.498Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "clamp", "timestamp": 1667535480837, "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-11-04T04:18:07.504Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 58a25bc6-3031-4a23-8202-83fd67d105d8 2022-11-04T04:18:07.505Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58a25bc6-3031-4a23-8202-83fd67d105d8 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-11-04T04:18:07.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "clamp", "timestamp": 1667535454576, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "aai-ml", "timestamp": 1667535482785, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:18:07.515Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:18:07.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "clamp", "timestamp": 1667535454576, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-04T04:18:07.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "aai-ml", "timestamp": 1667535483789, "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-11-04T04:18:07.521Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8fdc21ae-f677-48a8-86e3-8b922852ee91 2022-11-04T04:18:07.522Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fdc21ae-f677-48a8-86e3-8b922852ee91 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-11-04T04:18:07.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "clamp", "timestamp": 1667535454576, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "clamp", "timestamp": 1667535454576, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.532Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "clamp", "timestamp": 1667535454576, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.532Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:07.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-04T04:18:07.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "clamp", "timestamp": 1667535454576, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:07.532Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-04T04:18:10.334Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58a25bc6-3031-4a23-8202-83fd67d105d8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T04:18:10.345Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58a25bc6-3031-4a23-8202-83fd67d105d8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T04:18:10.349Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T04:18:10.349Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-04T04:18:10.349Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-04T04:18:10.350Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-04T04:18:10.350Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:18:10.350Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:18:10.350Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:18:10.350Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:18:10.350Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:18:10.350Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:18:10.350Z|58a25bc6-3031-4a23-8202-83fd67d105d8|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-11-04T04:18:10.356Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-04T04:18:40.356Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 58a25bc6-3031-4a23-8202-83fd67d105d8 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-11-04T04:18:40.365Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 58a25bc6-3031-4a23-8202-83fd67d105d8 and serviceModelVersionId: 664957ab-4293-4dc9-842b-66d5bc4757fa 2022-11-04T04:18:40.365Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd6a534f-2cb5-49f6-877e-edd18d736618 2022-11-04T04:18:40.366Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd6a534f-2cb5-49f6-877e-edd18d736618/model-vers/model-ver/664957ab-4293-4dc9-842b-66d5bc4757fa?depth=0 2022-11-04T04:18:40.369Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-11-04T04:18:40.392Z|58a25bc6-3031-4a23-8202-83fd67d105d8|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/fd6a534f-2cb5-49f6-877e-edd18d736618/model-vers/model-ver/664957ab-4293-4dc9-842b-66d5bc4757fa?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-11-04T04:18:40.394Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd6a534f-2cb5-49f6-877e-edd18d736618/model-vers/model-ver/664957ab-4293-4dc9-842b-66d5bc4757fa?depth=0|INFO|500||Invoke 2022-11-04T04:18:40.410Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd6a534f-2cb5-49f6-877e-edd18d736618/model-vers/model-ver/664957ab-4293-4dc9-842b-66d5bc4757fa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-04T04:18:40.494Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd6a534f-2cb5-49f6-877e-edd18d736618/model-vers/model-ver/664957ab-4293-4dc9-842b-66d5bc4757fa?depth=0|INFO|500||InvokeReturn 2022-11-04T04:18:40.494Z|58a25bc6-3031-4a23-8202-83fd67d105d8|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/fd6a534f-2cb5-49f6-877e-edd18d736618/model-vers/model-ver/664957ab-4293-4dc9-842b-66d5bc4757fa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221104-04:18:40:416-66481], vertex-id=[254096], Content-Length=[0], Date=[Fri, 04 Nov 2022 04:18:40 GMT], Content-Type=[application/json]} 2022-11-04T04:18:40.495Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-11-04T04:18:40.495Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-04T04:18:40.495Z|58a25bc6-3031-4a23-8202-83fd67d105d8|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-11-04T04:18:40.500Z|58a25bc6-3031-4a23-8202-83fd67d105d8|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-11-04T04:18:40.500Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 58a25bc6-3031-4a23-8202-83fd67d105d8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-04T04:18:40.501Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-04T04:18:40.501Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:18:40.502Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:18:40.502Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535520501, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-04T04:18:40.603Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:18:40.603Z||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-11-04T04:18:40.603Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:18:40.617Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:18:40.617Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 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-11-04T04:18:41.514Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:18:41.514Z|58a25bc6-3031-4a23-8202-83fd67d105d8|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-11-04T04:18:41.514Z|58a25bc6-3031-4a23-8202-83fd67d105d8|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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:18:42.140Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:18:42.141Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-04T04:18:42.141Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"8fdc21ae-f677-48a8-86e3-8b922852ee91","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d1eaa07d-2218-4780-bdb3-3edfe65de021","serviceDescription":"service","serviceInvariantUUID":"4be256c9-f5b0-4f73-890b-0a6d01964fde","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e487b4a1-a2b5-4639-83e6-6077df9a6179","resourceInvariantUUID":"2265760d-d080-496b-a7c9-23da476da715","resourceCustomizationUUID":"7485f7d1-8578-44e7-a9c5-45605475c748","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":"YWU1ZjhlMDhjYTA0YTY3Mjg4Mjc2NDI0MGNlYTA4MWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac805dd8-6c84-45dd-8cbd-9381400f2ae2","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":"YTgzZmZkYzBlMzA0N2FhNDEwOTZkZjJmOWFhNDE5MmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"66eadec7-5f7c-46d1-b61a-8fd5a160342f","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":"4d584a56-f6e7-419b-8948-e08535236124","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":"45a01f7c-232f-4e63-9695-1094be305244","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":"681373b4-ff32-4994-9120-b8712e591db0","artifactVersion":"2","generatedFromUUID":"4d584a56-f6e7-419b-8948-e08535236124"},{"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":"Y2U4MTkwNzkyZmEzZjk1NmI2ZThjNTRjNGNjYWZhNjQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"12e5600a-4168-4dfa-b609-cc73164ab149","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":"ZjM1ZDNlODk4ZDg4OTRhZDgzNTJmYjJmMzlhNTMyNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b40ceda4-e711-4ec7-b02e-40e10e9baa10","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTA0YzkzOGUzZGIwMjFjMTllMzIxZTE4YzZjZWUyY2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5a73ec59-95a5-4a8a-9146-49f88e2748ed","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-04T04:18:42.142Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:18:42.142Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:18:42.144Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:18:42.144Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535521514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:42.244Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:18:42.246Z||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-11-04T04:18:42.246Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:18:42.264Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:18:42.265Z||pool-123-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:18:43.144Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:18:43.147Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:18:43.150Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:18:43.150Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535521514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-04T04:18:43.250Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:18:43.251Z||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-11-04T04:18:43.251Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:18:43.261Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:18:43.262Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-04T04:18:44.151Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:18:44.154Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:18:44.156Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:18:44.156Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535521514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-04T04:18:44.256Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:18:44.257Z||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-11-04T04:18:44.257Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:18:44.273Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:18:44.274Z||pool-125-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:18:45.156Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:18:45.159Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:18:45.161Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:18:45.161Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535521514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:45.261Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:18:45.262Z||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-11-04T04:18:45.263Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:18:45.278Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:18:45.279Z||pool-126-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:18:46.162Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:18:46.163Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:18:46.165Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:18:46.165Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535521514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-04T04:18:46.265Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:18:46.266Z||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-11-04T04:18:46.266Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:18:46.276Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:18:46.279Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:18:47.166Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:18:47.166Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:18:47.168Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:18:47.168Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535521514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:47.268Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:18:47.269Z||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-11-04T04:18:47.269Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:18:47.279Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:18:47.280Z||pool-128-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:18:48.168Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:18:48.169Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:18:48.171Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:18:48.171Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535521514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:18:48.271Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:18:48.273Z||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-11-04T04:18:48.273Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:18:48.284Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:18:48.285Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:18:49.172Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:18:49.173Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:18:49.175Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:18:49.175Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535521514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:18:49.275Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:18:49.276Z||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-11-04T04:18:49.276Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:18:49.285Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:18:49.286Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:18:50.176Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "d1eaa07d-2218-4780-bdb3-3edfe65de021", "serviceDescription": "service", "serviceInvariantUUID": "4be256c9-f5b0-4f73-890b-0a6d01964fde", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "7485f7d1-8578-44e7-a9c5-45605475c748", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e487b4a1-a2b5-4639-83e6-6077df9a6179", "resourceInvariantUUID": "2265760d-d080-496b-a7c9-23da476da715", "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": "YTgzZmZkYzBlMzA0N2FhNDEwOTZkZjJmOWFhNDE5MmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "66eadec7-5f7c-46d1-b61a-8fd5a160342f", "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": "4d584a56-f6e7-419b-8948-e08535236124", "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": "681373b4-ff32-4994-9120-b8712e591db0", "generatedFromUUID": "4d584a56-f6e7-419b-8948-e08535236124" }, "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": "681373b4-ff32-4994-9120-b8712e591db0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NTA0YzkzOGUzZGIwMjFjMTllMzIxZTE4YzZjZWUyY2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5a73ec59-95a5-4a8a-9146-49f88e2748ed" } ], "workloadContext": "Production" } 2022-11-04T04:18:50.176Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-04T04:18:50.176Z|58a25bc6-3031-4a23-8202-83fd67d105d8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d1eaa07d-2218-4780-bdb3-3edfe65de021 ASDC 2022-11-04T04:18:50.177Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:8fdc21ae-f677-48a8-86e3-8b922852ee91 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:d1eaa07d-2218-4780-bdb3-3edfe65de021 ServiceInvariantUUID:4be256c9-f5b0-4f73-890b-0a6d01964fde 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:5a73ec59-95a5-4a8a-9146-49f88e2748ed ArtifactChecksum:NTA0YzkzOGUzZGIwMjFjMTllMzIxZTE4YzZjZWUyY2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:7485f7d1-8578-44e7-a9c5-45605475c748 ResourceInvariantUUID:2265760d-d080-496b-a7c9-23da476da715 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:e487b4a1-a2b5-4639-83e6-6077df9a6179 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:66eadec7-5f7c-46d1-b61a-8fd5a160342f ArtifactChecksum:YTgzZmZkYzBlMzA0N2FhNDEwOTZkZjJmOWFhNDE5MmQ= 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:4d584a56-f6e7-419b-8948-e08535236124 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:681373b4-ff32-4994-9120-b8712e591db0 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:681373b4-ff32-4994-9120-b8712e591db0 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-04T04:18:50.177Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d1eaa07d-2218-4780-bdb3-3edfe65de021 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-11-04T04:18:50.209Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-04T04:18:50.210Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-04T04:18:50.210Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-04T04:18:50.210Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5a73ec59-95a5-4a8a-9146-49f88e2748ed from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-04T04:18:50.210Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-04T04:18:50.210Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-04T04:18:50.282Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-04T04:18:50.285Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 5a73ec59-95a5-4a8a-9146-49f88e2748ed 78812 2022-11-04T04:18:50.286Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-04T04:18:50.286Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-04T04:18:50.286Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T04:18:50.286Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:18:50.287Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:18:50.287Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535530285, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:18:50.388Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-04T04:18:50.389Z||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-11-04T04:18:50.389Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:18:50.399Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:18:50.400Z||pool-131-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:18:51.288Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-04T04:18:51.289Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-04T04:18:51.289Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5a73ec59-95a5-4a8a-9146-49f88e2748ed, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-04T04:18:51.289Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-11-04T04:18:51.289Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-04T04:18:51.289Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-04T04:18:51.366Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14596178514925546163/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-11-04T04:18:52.188Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-04T04:18:52.188Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-04T04:18:52.188Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-04T04:18:52.188Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-11-04T04:18:52.189Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||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-11-04T04:18:52.189Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||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-11-04T04:18:52.189Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-04T04:18:52.189Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-04T04:18:52.189Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|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-BasicVmMacro-csar.csar 2022-11-04T04:18:52.189Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||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-11-04T04:18:52.189Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-04T04:18:52.190Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||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-11-04T04:18:52.190Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-04T04:18:52.190Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-04T04:18:52.190Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:18:52.190Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:18:52.190Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-04T04:18:52.190Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-04T04:18:52.190Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-04T04:18:52.191Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:18:52.191Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:18:52.191Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-04T04:18:52.191Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-04T04:18:52.191Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-04T04:18:52.191Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:18:52.191Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:18:52.191Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:18:52.192Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-04T04:18:52.192Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-04T04:18:52.192Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-04T04:18:52.192Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-04T04:18:52.192Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-04T04:18:52.192Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-04T04:18:52.192Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:18:52.192Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-04T04:18:52.193Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:18:52.193Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-04T04:18:52.193Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T04:18:52.193Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:18:52.193Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-04T04:18:52.193Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T04:18:52.193Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:18:52.194Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-04T04:18:52.194Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T04:18:52.194Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:18:52.194Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-04T04:18:52.194Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-04T04:18:52.194Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-04T04:18:52.194Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a558fa73-d355-41d0-933f-3af5f659647c 2022-11-04T04:18:52.194Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:18:52.194Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:18:52.194Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:18:52.195Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:18:52.195Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:18:52.195Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:18:52.195Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:18:52.195Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:18:52.195Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:d1eaa07d-2218-4780-bdb3-3edfe65de021 Model Version:NULL Model InvariantUuid:4be256c9-f5b0-4f73-890b-0a6d01964fde Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:037eb63a-f8af-4fed-b25e-d36a1d4f0ebb Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2265760d-d080-496b-a7c9-23da476da715 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7485f7d1-8578-44e7-a9c5-45605475c748 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cfe1b38e-81d5-45d6-9fbc-de45731d0527 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:b33c419e-ec1e-4ab7-a59c-e148e11bdbd7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a558fa73-d355-41d0-933f-3af5f659647c ModelInvariantUuid:69964eba-3d12-4671-b527-e57182037fe0 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:cd1ebd50-957d-42f5-acd6-a13daf125383 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:fc878328-0bb3-4a69-992a-280436a449b4 ModelInvariantUuid:e5c80dcb-b39e-4cf7-bc57-baa602aa42aa ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:d9dd6bac-6b47-463b-9da5-c6ba3d7977d3 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-11-04T04:18:52.204Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: e487b4a1-a2b5-4639-83e6-6077df9a6179 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-11-04T04:18:52.207Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||basic_vm_macro 0 2022-11-04T04:18:52.207Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e487b4a1-a2b5-4639-83e6-6077df9a6179 2022-11-04T04:18:52.207Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 66eadec7-5f7c-46d1-b61a-8fd5a160342f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-04T04:18:52.208Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-04T04:18:52.208Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||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-11-04T04:18:52.253Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-04T04:18:52.254Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 66eadec7-5f7c-46d1-b61a-8fd5a160342f 792 2022-11-04T04:18:52.254Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||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-11-04T04:18:52.254Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||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-11-04T04:18:52.254Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T04:18:52.254Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:18:52.255Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:18:52.256Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535532254, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-04T04:18:52.356Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:18:52.357Z||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-11-04T04:18:52.357Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:18:52.370Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:18:52.370Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-04T04:18:53.258Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "cfe1b38e-81d5-45d6-9fbc-de45731d0527", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b33c419e-ec1e-4ab7-a59c-e148e11bdbd7", "vfModuleModelCustomizationUUID": "a2614e91-7ff6-4762-819e-f3e94f540229", "isBase": true, "artifacts": [ "4d584a56-f6e7-419b-8948-e08535236124", "681373b4-ff32-4994-9120-b8712e591db0" ], "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-11-04T04:18:53.261Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b33c419e-ec1e-4ab7-a59c-e148e11bdbd7 VfModuleModelInvariantUUID:cfe1b38e-81d5-45d6-9fbc-de45731d0527 VfModuleModelDescription:NULL Artifacts UUID List:{ 4d584a56-f6e7-419b-8948-e08535236124 , 681373b4-ff32-4994-9120-b8712e591db0 } 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-11-04T04:18:53.263Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "cfe1b38e-81d5-45d6-9fbc-de45731d0527", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b33c419e-ec1e-4ab7-a59c-e148e11bdbd7", "vfModuleModelCustomizationUUID": "a2614e91-7ff6-4762-819e-f3e94f540229", "isBase": true, "artifacts": [ "4d584a56-f6e7-419b-8948-e08535236124", "681373b4-ff32-4994-9120-b8712e591db0" ], "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-11-04T04:18:53.264Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b33c419e-ec1e-4ab7-a59c-e148e11bdbd7 VfModuleModelInvariantUUID:cfe1b38e-81d5-45d6-9fbc-de45731d0527 VfModuleModelDescription:NULL Artifacts UUID List:{ 4d584a56-f6e7-419b-8948-e08535236124 , 681373b4-ff32-4994-9120-b8712e591db0 } 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-11-04T04:18:53.264Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4d584a56-f6e7-419b-8948-e08535236124 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-04T04:18:53.264Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-04T04:18:53.264Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||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-11-04T04:18:53.309Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-04T04:18:53.310Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 4d584a56-f6e7-419b-8948-e08535236124 5033 2022-11-04T04:18:53.310Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||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-11-04T04:18:53.310Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||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-11-04T04:18:53.311Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T04:18:53.311Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:18:53.313Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:18:53.313Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535533310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-04T04:18:53.413Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:18:53.413Z||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-11-04T04:18:53.414Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:18:53.424Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:18:53.425Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-04T04:18:54.313Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 681373b4-ff32-4994-9120-b8712e591db0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-04T04:18:54.314Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-04T04:18:54.314Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||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-11-04T04:18:54.360Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-04T04:18:54.361Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 681373b4-ff32-4994-9120-b8712e591db0 903 2022-11-04T04:18:54.361Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||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-11-04T04:18:54.361Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||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-11-04T04:18:54.361Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T04:18:54.362Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:18:54.363Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:18:54.364Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535534361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-04T04:18:54.464Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-04T04:18:54.464Z||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-11-04T04:18:54.465Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:18:54.478Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:18:54.478Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:18:55.364Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d1eaa07d-2218-4780-bdb3-3edfe65de021 2022-11-04T04:18:55.365Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 e487b4a1-a2b5-4639-83e6-6077df9a6179 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-11-04T04:18:55.379Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3fafd86a, org.onap.sdc.toscaparser.api.parameters.Input@c3bdaa5, org.onap.sdc.toscaparser.api.parameters.Input@141f0865, org.onap.sdc.toscaparser.api.parameters.Input@5a2f11ab, org.onap.sdc.toscaparser.api.parameters.Input@1b02ee0c] 2022-11-04T04:18:55.380Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:18:55.381Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:18:55.381Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-11-04T04:18:55.381Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 7485f7d1-8578-44e7-a9c5-45605475c748 2022-11-04T04:18:55.381Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7485f7d1-8578-44e7-a9c5-45605475c748 matches Tosca VF Customization UUID: 7485f7d1-8578-44e7-a9c5-45605475c748 2022-11-04T04:18:55.382Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 7485f7d1-8578-44e7-a9c5-45605475c748 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-11-04T04:18:55.384Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:18:55.384Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:18:55.385Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 7485f7d1-8578-44e7-a9c5-45605475c748: {\"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-11-04T04:18:55.385Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70e6b0a 2022-11-04T04:18:55.385Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:18:55.386Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-04T04:18:55.386Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a2614e91-7ff6-4762-819e-f3e94f540229 2022-11-04T04:18:55.386Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a2614e91-7ff6-4762-819e-f3e94f540229 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-11-04T04:18:55.388Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:18:55.388Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-04T04:18:55.389Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T04:18:55.389Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:18:55.389Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-04T04:18:55.389Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T04:18:55.389Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:18:55.390Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-04T04:18:55.390Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-04T04:18:55.390Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-04T04:18:55.390Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a558fa73-d355-41d0-933f-3af5f659647c 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-11-04T04:18:55.393Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:18:55.393Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-04T04:18:55.393Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-04T04:18:55.393Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:18:55.394Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-04T04:18:55.394Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7485f7d1-8578-44e7-a9c5-45605475c748 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-11-04T04:18:55.396Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:18:55.396Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:18:55.396Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d1eaa07d-2218-4780-bdb3-3edfe65de021: basic_vm_macro 2022-11-04T04:18:55.396Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:18:55.397Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:18:55.397Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:18:55.397Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:18:55.397Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:18:55.397Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:18:55.397Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:18:55.397Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:18:55.398Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:18:55.398Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:18:55.398Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||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-11-04T04:18:55.488Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro e487b4a1-a2b5-4639-83e6-6077df9a6179 1 ASDC deployResourceStructure 2022-11-04T04:18:55.489Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||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-11-04T04:18:55.490Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||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-11-04T04:18:55.490Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T04:18:55.490Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:18:55.492Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:18:55.493Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535535489, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-04T04:18:55.593Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:18:55.593Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-04T04:18:55.594Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:18:55.606Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:18:55.606Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:18:56.494Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||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-11-04T04:18:56.494Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||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-11-04T04:18:56.494Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T04:18:56.494Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:18:56.496Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:18:56.496Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535536494, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-04T04:18:56.596Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:18:56.597Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-04T04:18:56.597Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:18:56.630Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:18:56.631Z||pool-136-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:18:57.497Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||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-11-04T04:18:57.498Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||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-11-04T04:18:57.498Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T04:18:57.498Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:18:57.500Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:18:57.500Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535537497, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-04T04:18:57.600Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:18:57.601Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-04T04:18:57.602Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:18:57.614Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:18:57.614Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:18:58.501Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-04T04:18:58.501Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-04T04:18:58.501Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T04:18:58.502Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:18:58.503Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:18:58.504Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535538501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:18:58.604Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:18:58.604Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-04T04:18:58.605Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:18:58.617Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:18:58.617Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:18:59.504Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fdc21ae-f677-48a8-86e3-8b922852ee91 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T04:18:59.516Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fdc21ae-f677-48a8-86e3-8b922852ee91 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T04:18:59.519Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T04:18:59.519Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-04T04:18:59.519Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-04T04:18:59.519Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-04T04:18:59.519Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:18:59.519Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:18:59.519Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:18:59.519Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:18:59.519Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:18:59.519Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|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-11-04T04:18:59.524Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-04T04:19:06.684Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:19:06.685Z||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-11-04T04:19:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:19:06.705Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:19:06.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:19:06.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "clamp", "timestamp": 1667535454576, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:19:06.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:19:29.524Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8fdc21ae-f677-48a8-86e3-8b922852ee91 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-11-04T04:19:29.530Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8fdc21ae-f677-48a8-86e3-8b922852ee91 and serviceModelVersionId: d1eaa07d-2218-4780-bdb3-3edfe65de021 2022-11-04T04:19:29.530Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4be256c9-f5b0-4f73-890b-0a6d01964fde 2022-11-04T04:19:29.531Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4be256c9-f5b0-4f73-890b-0a6d01964fde/model-vers/model-ver/d1eaa07d-2218-4780-bdb3-3edfe65de021?depth=0 2022-11-04T04:19:29.534Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-11-04T04:19:29.559Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4be256c9-f5b0-4f73-890b-0a6d01964fde/model-vers/model-ver/d1eaa07d-2218-4780-bdb3-3edfe65de021?depth=0|INFO|500||Invoke 2022-11-04T04:19:29.560Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4be256c9-f5b0-4f73-890b-0a6d01964fde/model-vers/model-ver/d1eaa07d-2218-4780-bdb3-3edfe65de021?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4be256c9-f5b0-4f73-890b-0a6d01964fde/model-vers/model-ver/d1eaa07d-2218-4780-bdb3-3edfe65de021?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8fdc21ae-f677-48a8-86e3-8b922852ee91], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a9989011-f5b1-490c-8391-f8a4834446bc], X-ECOMP-RequestID=[8fdc21ae-f677-48a8-86e3-8b922852ee91], X-TransactionId=[], X-ONAP-RequestID=[8fdc21ae-f677-48a8-86e3-8b922852ee91], Content-Type=[application/merge-patch+json]} 2022-11-04T04:19:29.595Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4be256c9-f5b0-4f73-890b-0a6d01964fde/model-vers/model-ver/d1eaa07d-2218-4780-bdb3-3edfe65de021?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-04T04:19:29.691Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4be256c9-f5b0-4f73-890b-0a6d01964fde/model-vers/model-ver/d1eaa07d-2218-4780-bdb3-3edfe65de021?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/4be256c9-f5b0-4f73-890b-0a6d01964fde/model-vers/model-ver/d1eaa07d-2218-4780-bdb3-3edfe65de021?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221104-04:19:29:605-4335], vertex-id=[213144], Content-Length=[0], Date=[Fri, 04 Nov 2022 04:19:29 GMT], Content-Type=[application/json]} 2022-11-04T04:19:29.692Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4be256c9-f5b0-4f73-890b-0a6d01964fde/model-vers/model-ver/d1eaa07d-2218-4780-bdb3-3edfe65de021?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-04T04:19:29.693Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4be256c9-f5b0-4f73-890b-0a6d01964fde/model-vers/model-ver/d1eaa07d-2218-4780-bdb3-3edfe65de021?depth=0|INFO|500||InvokeReturn 2022-11-04T04:19:29.693Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-04T04:19:29.693Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|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-11-04T04:19:29.698Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|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-11-04T04:19:29.698Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8fdc21ae-f677-48a8-86e3-8b922852ee91 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-04T04:19:29.699Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-04T04:19:29.699Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:19:29.701Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:19:29.701Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535569699, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-04T04:19:29.801Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:19:29.802Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-04T04:19:29.802Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:19:29.822Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:19:29.823Z||pool-139-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-11-04T04:19:30.714Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:19:30.714Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|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-11-04T04:19:30.714Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:19:31.339Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:19:31.340Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-04T04:19:31.340Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b2154e8-1505-4b8d-9ec7-3affc30838fa","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"67350f68-e37f-431e-8567-d088c845db9a","serviceDescription":"service","serviceInvariantUUID":"96a10c2d-7f54-4073-8518-a734ec464e0e","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c3fe0b11-2289-49dd-85f6-3dd881827ad5","resourceInvariantUUID":"f137457c-00ff-46b5-a88b-7507b4f299c3","resourceCustomizationUUID":"88d058c2-fe5e-4cdf-bee2-79f1e12645c4","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":"MmNlNjZkYzljYjViMWMwNjViMGU3NDdkZWZlYzczMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3a282d8e-416a-44c9-87e9-fdbc8d306632","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":"67bd5b6e-eabb-4ace-acab-30afdf83da28","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":"301ffc4c-202f-4a2c-a23c-76beb8f507d9","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":"NWRiNGJhYjFhZGNkODdiODA5YWM1NjVjZGZlYjYzNGM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"98dccb73-50c2-49fc-98a3-b40a34e08cdb","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":"e7caa34a-bbae-4418-bdd5-9cfd892c0e0e","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":"185215cf-98ba-4cce-b9df-570ba312a260","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":"085e2c94-2813-4912-a12f-466a153ec0c4","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":"NWJiMDk0ZGUwYTk2MGFmNTc0NGEzMWEwZDM4MDNmOGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"abf9226f-fa3b-427d-b81c-47cb1882436d","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MGQ1ZWUxNDJlYTI5Y2QwYTg4NDZkZjljOWJkZGI5YTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"760bc0f0-5233-4b81-9b8e-3b04914812bd","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-04T04:19:31.341Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:19:31.341Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:19:31.343Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:19:31.343Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535570714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:19:31.445Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-04T04:19:31.446Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-04T04:19:31.446Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:19:31.458Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:19:31.458Z||pool-140-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:19:32.344Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:19:32.345Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:19:32.346Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:19:32.347Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535570714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:19:32.449Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-04T04:19:32.450Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-04T04:19:32.450Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:19:32.466Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:19:32.466Z||pool-141-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:19:33.347Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:19:33.348Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:19:33.351Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:19:33.351Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535570714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-04T04:19:33.451Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:19:33.452Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-04T04:19:33.452Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:19:33.463Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:19:33.464Z||pool-142-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-04T04:19:34.351Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:19:34.352Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:19:34.353Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:19:34.354Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535570714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-04T04:19:34.454Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:19:34.454Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-04T04:19:34.455Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:19:34.472Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:19:34.473Z||pool-143-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:19:35.354Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:19:35.355Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:19:35.356Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:19:35.356Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535570714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:19:35.457Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:19:35.458Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-04T04:19:35.458Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:19:35.469Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:19:35.471Z||pool-144-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:19:36.357Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:19:36.358Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:19:36.359Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:19:36.359Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535570714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:19:36.460Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:19:36.460Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-04T04:19:36.460Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:19:36.473Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:19:36.473Z||pool-145-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:19:37.360Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:19:37.360Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:19:37.362Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:19:37.362Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535570714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:19:37.462Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:19:37.463Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-04T04:19:37.463Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:19:37.473Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:19:37.474Z||pool-146-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:19:38.362Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:19:38.363Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:19:38.366Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:19:38.366Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535570714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:19:38.466Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:19:38.467Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-04T04:19:38.467Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:19:38.476Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:19:38.477Z||pool-147-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:19:39.367Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-04T04:19:39.368Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:19:39.370Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:19:39.370Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535570714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:19:39.470Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:19:39.471Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-04T04:19:39.471Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:19:39.481Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:19:39.481Z||pool-148-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:19:40.371Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "67350f68-e37f-431e-8567-d088c845db9a", "serviceDescription": "service", "serviceInvariantUUID": "96a10c2d-7f54-4073-8518-a734ec464e0e", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "88d058c2-fe5e-4cdf-bee2-79f1e12645c4", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "c3fe0b11-2289-49dd-85f6-3dd881827ad5", "resourceInvariantUUID": "f137457c-00ff-46b5-a88b-7507b4f299c3", "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": "MGQ1ZWUxNDJlYTI5Y2QwYTg4NDZkZjljOWJkZGI5YTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "760bc0f0-5233-4b81-9b8e-3b04914812bd" } ], "workloadContext": "Production" } 2022-11-04T04:19:40.371Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-04T04:19:40.371Z|8fdc21ae-f677-48a8-86e3-8b922852ee91|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 67350f68-e37f-431e-8567-d088c845db9a ASDC 2022-11-04T04:19:40.372Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:1b2154e8-1505-4b8d-9ec7-3affc30838fa ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:67350f68-e37f-431e-8567-d088c845db9a ServiceInvariantUUID:96a10c2d-7f54-4073-8518-a734ec464e0e 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:760bc0f0-5233-4b81-9b8e-3b04914812bd ArtifactChecksum:MGQ1ZWUxNDJlYTI5Y2QwYTg4NDZkZjljOWJkZGI5YTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:88d058c2-fe5e-4cdf-bee2-79f1e12645c4 ResourceInvariantUUID:f137457c-00ff-46b5-a88b-7507b4f299c3 ResourceName:test-pnf ResourceType:PNF ResourceUUID:c3fe0b11-2289-49dd-85f6-3dd881827ad5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-04T04:19:40.372Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 67350f68-e37f-431e-8567-d088c845db9a 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-11-04T04:19:40.395Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-04T04:19:40.396Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-04T04:19:40.396Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-04T04:19:40.396Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 760bc0f0-5233-4b81-9b8e-3b04914812bd from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-04T04:19:40.396Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-04T04:19:40.396Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-04T04:19:40.458Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-04T04:19:40.462Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 760bc0f0-5233-4b81-9b8e-3b04914812bd 105683 2022-11-04T04:19:40.463Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-04T04:19:40.463Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-04T04:19:40.463Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-04T04:19:40.463Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:19:40.465Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:19:40.465Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535580463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:19:40.565Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:19:40.566Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-04T04:19:40.566Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:19:40.576Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:19:40.577Z||pool-149-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:19:41.466Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-04T04:19:41.467Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-04T04:19:41.467Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 760bc0f0-5233-4b81-9b8e-3b04914812bd, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-04T04:19:41.467Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-11-04T04:19:41.467Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-04T04:19:41.467Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-04T04:19:41.532Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2193326627782184010/Definitions/service-TestPnfMacro-template.yml 2022-11-04T04:19:42.080Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-04T04:19:42.081Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-04T04:19:42.081Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-04T04:19:42.081Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-04T04:19:42.081Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-04T04:19:42.081Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-04T04:19:42.081Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||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-11-04T04:19:42.081Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-04T04:19:42.081Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-04T04:19:42.082Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-04T04:19:42.082Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|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-TestPnfMacro-csar.csar 2022-11-04T04:19:42.082Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-04T04:19:42.082Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:19:42.082Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:19:42.083Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-04T04:19:42.083Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-04T04:19:42.083Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-04T04:19:42.083Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:19:42.084Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:19:42.084Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-04T04:19:42.085Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-04T04:19:42.085Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-04T04:19:42.085Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:19:42.086Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:19:42.086Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:19:42.086Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:19:42.086Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:19:42.086Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:19:42.086Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:19:42.086Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:19:42.086Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:19:42.086Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:19:42.086Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:67350f68-e37f-431e-8567-d088c845db9a Model Version:NULL Model InvariantUuid:96a10c2d-7f54-4073-8518-a734ec464e0e 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-11-04T04:19:42.092Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: c3fe0b11-2289-49dd-85f6-3dd881827ad5 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-11-04T04:19:42.094Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||test-pnf 0 2022-11-04T04:19:42.095Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c3fe0b11-2289-49dd-85f6-3dd881827ad5 2022-11-04T04:19:42.095Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 67350f68-e37f-431e-8567-d088c845db9a 2022-11-04T04:19:42.095Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 67350f68-e37f-431e-8567-d088c845db9a 2022-11-04T04:19:42.095Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 c3fe0b11-2289-49dd-85f6-3dd881827ad5 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-11-04T04:19:42.101Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3dc4e12b, org.onap.sdc.toscaparser.api.parameters.Input@2036f43e, org.onap.sdc.toscaparser.api.parameters.Input@6d6b631b, org.onap.sdc.toscaparser.api.parameters.Input@4f46ad3c, org.onap.sdc.toscaparser.api.parameters.Input@5591d046] 2022-11-04T04:19:42.101Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:19:42.101Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:19:42.102Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 67350f68-e37f-431e-8567-d088c845db9a: test-pnf 2022-11-04T04:19:42.102Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||Processing PNF resource: c3fe0b11-2289-49dd-85f6-3dd881827ad5 2022-11-04T04:19:42.102Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-04T04:19:42.102Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-04T04:19:42.102Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||Resource customization UUID: 88d058c2-fe5e-4cdf-bee2-79f1e12645c4 is the same as notified resource customizationUUID: 88d058c2-fe5e-4cdf-bee2-79f1e12645c4 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-11-04T04:19:42.137Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf c3fe0b11-2289-49dd-85f6-3dd881827ad5 0 ASDC deployResourceStructure 2022-11-04T04:19:42.138Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-04T04:19:42.138Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-04T04:19:42.138Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-04T04:19:42.138Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:19:42.139Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:19:42.140Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535582138, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:19:42.240Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:19:42.241Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-04T04:19:42.241Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:19:42.253Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:19:42.254Z||pool-150-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-04T04:19:43.140Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b2154e8-1505-4b8d-9ec7-3affc30838fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T04:19:43.150Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b2154e8-1505-4b8d-9ec7-3affc30838fa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T04:19:43.153Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T04:19:43.153Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-04T04:19:43.153Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-04T04:20:06.684Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:20:06.685Z||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-11-04T04:20:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:20:06.708Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:20:06.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "clamp", "timestamp": 1667535454576, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:20:06.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "clamp", "timestamp": 1667535500816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:20:06.711Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:20:06.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "clamp", "timestamp": 1667535503821, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:20:06.711Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:20:06.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "clamp", "timestamp": 1667535504834, "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-11-04T04:20:06.721Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8fdc21ae-f677-48a8-86e3-8b922852ee91 2022-11-04T04:20:06.721Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fdc21ae-f677-48a8-86e3-8b922852ee91 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-11-04T04:20:06.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "58a25bc6-3031-4a23-8202-83fd67d105d8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535520501, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-04T04:20:06.733Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:20:06.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535521514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535521514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-04T04:20:06.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535521514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-04T04:20:06.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535521514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535521514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-04T04:20:06.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535521514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535521514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535521514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535530285, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535532254, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535533310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535534361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535535489, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535536494, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535537497, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535538501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "ves-openapi-manager", "timestamp": 1667535533556, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "policy-id", "timestamp": 1667535530822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "ves-openapi-manager", "timestamp": 1667535533556, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "policy-id", "timestamp": 1667535530822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "multicloud-k8s-id", "timestamp": 1667535541165, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "ves-openapi-manager", "timestamp": 1667535533556, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "policy-id", "timestamp": 1667535530822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "multicloud-k8s-id", "timestamp": 1667535541165, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "ves-openapi-manager", "timestamp": 1667535533556, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "policy-id", "timestamp": 1667535530822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "multicloud-k8s-id", "timestamp": 1667535541165, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "ves-openapi-manager", "timestamp": 1667535533556, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "policy-id", "timestamp": 1667535530822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "multicloud-k8s-id", "timestamp": 1667535541165, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "clamp", "timestamp": 1667535544576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "ves-openapi-manager", "timestamp": 1667535533556, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "policy-id", "timestamp": 1667535530822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "cds", "timestamp": 1667535544145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "multicloud-k8s-id", "timestamp": 1667535541165, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "clamp", "timestamp": 1667535544576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "ves-openapi-manager", "timestamp": 1667535533556, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "policy-id", "timestamp": 1667535530822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "cds", "timestamp": 1667535544145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "multicloud-k8s-id", "timestamp": 1667535541165, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "clamp", "timestamp": 1667535544576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-04T04:20:06.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:20:13.154Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b2154e8-1505-4b8d-9ec7-3affc30838fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T04:20:13.175Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b2154e8-1505-4b8d-9ec7-3affc30838fa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T04:20:13.180Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T04:20:13.181Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-04T04:20:13.181Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-04T04:20:43.181Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b2154e8-1505-4b8d-9ec7-3affc30838fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T04:20:43.198Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b2154e8-1505-4b8d-9ec7-3affc30838fa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T04:20:43.201Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T04:20:43.201Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-04T04:20:43.201Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-04T04:21:06.684Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:21:06.685Z||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-11-04T04:21:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:21:06.707Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:21:06.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:21:06.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "ves-openapi-manager", "timestamp": 1667535533556, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:21:06.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:21:13.201Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b2154e8-1505-4b8d-9ec7-3affc30838fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T04:21:13.212Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b2154e8-1505-4b8d-9ec7-3affc30838fa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T04:21:13.214Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T04:21:13.214Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-04T04:21:13.214Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-04T04:21:43.215Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b2154e8-1505-4b8d-9ec7-3affc30838fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T04:21:43.225Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b2154e8-1505-4b8d-9ec7-3affc30838fa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T04:21:43.228Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T04:21:43.228Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-04T04:21:43.228Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-04T04:22:06.684Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:22:06.685Z||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-11-04T04:22:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:22:07.208Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:22:07.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "policy-id", "timestamp": 1667535530822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "cds", "timestamp": 1667535544145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "multicloud-k8s-id", "timestamp": 1667535541165, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "clamp", "timestamp": 1667535544576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "ves-openapi-manager", "timestamp": 1667535533556, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "policy-id", "timestamp": 1667535530822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:22:07.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "cds", "timestamp": 1667535544145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "multicloud-k8s-id", "timestamp": 1667535541165, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "clamp", "timestamp": 1667535544576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "ves-openapi-manager", "timestamp": 1667535549371, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-04T04:22:07.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:22:07.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "policy-id", "timestamp": 1667535549662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:22:07.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:22:07.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "cds", "timestamp": 1667535544145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "multicloud-k8s-id", "timestamp": 1667535541165, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:22:07.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "clamp", "timestamp": 1667535544576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "ves-openapi-manager", "timestamp": 1667535550397, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-04T04:22:07.213Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:22:07.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "policy-id", "timestamp": 1667535550668, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:22:07.213Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:22:07.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "cds", "timestamp": 1667535544145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "clamp", "timestamp": 1667535544576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "ves-openapi-manager", "timestamp": 1667535551399, "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-11-04T04:22:07.220Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1b2154e8-1505-4b8d-9ec7-3affc30838fa 2022-11-04T04:22:07.220Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b2154e8-1505-4b8d-9ec7-3affc30838fa 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-11-04T04:22:07.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "policy-id", "timestamp": 1667535551673, "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-11-04T04:22:07.233Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b2154e8-1505-4b8d-9ec7-3affc30838fa 2022-11-04T04:22:07.234Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b2154e8-1505-4b8d-9ec7-3affc30838fa 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-11-04T04:22:07.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "cds", "timestamp": 1667535544145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "clamp", "timestamp": 1667535544576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "cds", "timestamp": 1667535544145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "clamp", "timestamp": 1667535544576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:22:07.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "cds", "timestamp": 1667535544145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:22:07.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "cds", "timestamp": 1667535553888, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:22:07.246Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:22:07.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535554520, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "cds", "timestamp": 1667535555135, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-04T04:22:07.251Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b2154e8-1505-4b8d-9ec7-3affc30838fa 2022-11-04T04:22:07.251Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b2154e8-1505-4b8d-9ec7-3affc30838fa 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-11-04T04:22:07.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535554520, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535554520, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "clamp", "timestamp": 1667535557824, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:22:07.259Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:22:07.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535554520, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "aai-ml", "timestamp": 1667535557841, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "clamp", "timestamp": 1667535558842, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:22:07.260Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:22:07.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535554520, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "aai-ml", "timestamp": 1667535557841, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "clamp", "timestamp": 1667535559846, "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-11-04T04:22:07.264Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b2154e8-1505-4b8d-9ec7-3affc30838fa 2022-11-04T04:22:07.264Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b2154e8-1505-4b8d-9ec7-3affc30838fa 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-11-04T04:22:07.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535554520, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "aai-ml", "timestamp": 1667535557841, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535554520, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "aai-ml", "timestamp": 1667535557841, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535554520, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "aai-ml", "timestamp": 1667535557841, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535554520, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:22:07.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "aai-ml", "timestamp": 1667535557841, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535564253, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:22:07.272Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:22:07.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "aai-ml", "timestamp": 1667535557841, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "aai-ml", "timestamp": 1667535557841, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535566075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:22:07.273Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:22:07.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "aai-ml", "timestamp": 1667535557841, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:22:07.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667535567078, "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-11-04T04:22:07.278Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b2154e8-1505-4b8d-9ec7-3affc30838fa 2022-11-04T04:22:07.278Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b2154e8-1505-4b8d-9ec7-3affc30838fa 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-11-04T04:22:07.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "aai-ml", "timestamp": 1667535567573, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:22:07.286Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:22:07.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8fdc21ae-f677-48a8-86e3-8b922852ee91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535569699, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-04T04:22:07.286Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:22:07.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "aai-ml", "timestamp": 1667535571949, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:22:07.286Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:22:07.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535570714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.286Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "aai-ml", "timestamp": 1667535572952, "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-11-04T04:22:07.290Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b2154e8-1505-4b8d-9ec7-3affc30838fa 2022-11-04T04:22:07.290Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b2154e8-1505-4b8d-9ec7-3affc30838fa 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-11-04T04:22:07.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535570714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535570714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535570714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535570714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535570714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535570714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535570714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-04T04:22:07.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535570714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-04T04:22:07.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-04T04:22:07.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535580463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-04T04:22:07.299Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:22:07.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-04T04:22:07.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535582138, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-04T04:22:07.299Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:22:13.228Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b2154e8-1505-4b8d-9ec7-3affc30838fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-04T04:22:13.239Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b2154e8-1505-4b8d-9ec7-3affc30838fa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-04T04:22:13.242Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-04T04:22:13.243Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-04T04:22:13.243Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-04T04:22:13.243Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-04T04:22:13.243Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:22:13.243Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:22:13.243Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:22:13.243Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:22:13.243Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:22:13.243Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:22:13.243Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-04T04:22:13.243Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|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-11-04T04:22:13.248Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-04T04:22:43.248Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b2154e8-1505-4b8d-9ec7-3affc30838fa 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-11-04T04:22:43.255Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b2154e8-1505-4b8d-9ec7-3affc30838fa and serviceModelVersionId: 67350f68-e37f-431e-8567-d088c845db9a 2022-11-04T04:22:43.255Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 96a10c2d-7f54-4073-8518-a734ec464e0e 2022-11-04T04:22:43.257Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/96a10c2d-7f54-4073-8518-a734ec464e0e/model-vers/model-ver/67350f68-e37f-431e-8567-d088c845db9a?depth=0 2022-11-04T04:22:43.262Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-11-04T04:22:43.289Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|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/96a10c2d-7f54-4073-8518-a734ec464e0e/model-vers/model-ver/67350f68-e37f-431e-8567-d088c845db9a?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-11-04T04:22:43.294Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96a10c2d-7f54-4073-8518-a734ec464e0e/model-vers/model-ver/67350f68-e37f-431e-8567-d088c845db9a?depth=0|INFO|500||Invoke 2022-11-04T04:22:43.319Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96a10c2d-7f54-4073-8518-a734ec464e0e/model-vers/model-ver/67350f68-e37f-431e-8567-d088c845db9a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-04T04:22:43.410Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96a10c2d-7f54-4073-8518-a734ec464e0e/model-vers/model-ver/67350f68-e37f-431e-8567-d088c845db9a?depth=0|INFO|500||InvokeReturn 2022-11-04T04:22:43.411Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|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/96a10c2d-7f54-4073-8518-a734ec464e0e/model-vers/model-ver/67350f68-e37f-431e-8567-d088c845db9a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221104-04:22:43:325-78943], vertex-id=[229400], Content-Length=[0], Date=[Fri, 04 Nov 2022 04:22:43 GMT], Content-Type=[application/json]} 2022-11-04T04:22:43.411Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-11-04T04:22:43.411Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-04T04:22:43.412Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|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-11-04T04:22:43.416Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|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-11-04T04:22:43.416Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b2154e8-1505-4b8d-9ec7-3affc30838fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-04T04:22:43.417Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-04T04:22:43.417Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-04T04:22:43.419Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-04T04:22:43.419Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535763417, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-04T04:22:43.520Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-04T04:22:43.521Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-04T04:22:43.521Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:22:43.534Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:22:43.534Z||pool-151-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-11-04T04:22:44.432Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:22:44.433Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:22:44.433Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:22:54.708Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:22:54.708Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:22:54.709Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:22:54.709Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:23:04.255Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:23:04.256Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:23:04.256Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:23:04.256Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:23:06.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:23:06.685Z||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-11-04T04:23:06.686Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:23:07.311Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:23:07.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-04T04:23:07.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b2154e8-1505-4b8d-9ec7-3affc30838fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667535763417, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-04T04:23:07.312Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-04T04:23:13.813Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:23:13.814Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:23:13.815Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:23:13.815Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:23:23.353Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:24:06.682Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:24:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:24:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:24:06.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:24:06.684Z||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-11-04T04:24:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:24:16.220Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:24:16.220Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:25:06.682Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:25:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:25:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:25:06.684Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:25:06.685Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|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-11-04T04:25:06.685Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:25:16.224Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:25:16.231Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:26:06.682Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:26:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:26:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:26:06.684Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:26:06.684Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|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-11-04T04:26:06.684Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:26:16.239Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:26:16.248Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:27:06.682Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:27:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:27:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:27:06.684Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:27:06.684Z||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-11-04T04:27:06.684Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:27:16.249Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:27:16.251Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:28:06.682Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:28:06.682Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:28:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:28:06.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:28:06.685Z||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-11-04T04:28:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:28:16.223Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:28:16.223Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:29:06.682Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:29:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:29:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:29:06.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:29:06.684Z||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-11-04T04:29:06.684Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:29:16.277Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:29:16.278Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:30:06.682Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:30:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:30:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:30:06.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:30:06.684Z||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-11-04T04:30:06.684Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:30:16.247Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:30:16.250Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:31:06.682Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:31:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:31:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:31:06.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:31:06.685Z||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-11-04T04:31:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:31:16.237Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:31:16.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:32:06.682Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:32:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:32:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:32:06.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:32:06.684Z||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-11-04T04:32:06.684Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:32:16.217Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:32:16.223Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:33:06.682Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:33:06.682Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:33:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:33:06.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:33:06.684Z||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-11-04T04:33:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:33:16.234Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:33:16.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:34:06.682Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:34:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:34:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:34:06.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:34:06.685Z||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-11-04T04:34:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:34:16.228Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:34:16.228Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:35:06.682Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:35:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:35:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:35:06.684Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:35:06.684Z||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-11-04T04:35:06.684Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:35:16.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:35:16.227Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:36:06.682Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:36:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:36:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:36:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:36:06.685Z||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-11-04T04:36:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:36:16.249Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:36:16.251Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:37:06.682Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:37:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:37:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:37:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:37:06.684Z||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-11-04T04:37:06.684Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:37:16.224Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:37:16.234Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:38:06.682Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:38:06.682Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:38:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:38:06.684Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:38:06.685Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|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-11-04T04:38:06.685Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:38:16.219Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:38:16.252Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:39:06.682Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:39:06.682Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:39:06.682Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:39:06.684Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:39:06.684Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|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-11-04T04:39:06.684Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:39:16.228Z|1b2154e8-1505-4b8d-9ec7-3affc30838fa|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:39:16.228Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:40:06.682Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:40:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:40:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:40:06.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:40:06.684Z||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-11-04T04:40:06.684Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:40:16.222Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:40:16.249Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:41:06.682Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:41:06.682Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:41:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:41:06.684Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:41:06.684Z||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-11-04T04:41:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:41:16.219Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:41:16.221Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:42:06.682Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:42:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:42:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:42:06.684Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:42:06.684Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|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-11-04T04:42:06.685Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:42:16.219Z|eb17f891-e776-4a50-b92f-f32c9c1ed387|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:42:16.223Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:43:06.682Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:43:06.682Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-04T04:43:06.683Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:43:06.684Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-04T04:43:06.685Z||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-11-04T04:43:06.685Z||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 1Afwx7Ywq03N2lXs) ... 2022-11-04T04:43:16.228Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-04T04:43:16.228Z|b6b159bb-1bf2-46b4-9157-afb6b2602d09|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK