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-03T03:07:39.183Z||main|||||INFO|500||The following profiles are active: basic 2022-11-03T03:07:50.059Z||main|||||INFO|500||Starting service [Tomcat] 2022-11-03T03:07:50.060Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-11-03T03:07:50.160Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-11-03T03:07:54.504Z||main|||||INFO|500||catdb-pool - Starting... 2022-11-03T03:07:55.104Z||main|||||INFO|500||catdb-pool - Start completed. 2022-11-03T03:07:55.554Z||main|||||INFO|500||reqdb-pool - Starting... 2022-11-03T03:07:55.563Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-11-03T03:07:55.695Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-11-03T03:07:55.929Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-11-03T03:07:56.623Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-11-03T03:07:58.324Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-03T03:08:00.272Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-03T03:08:00.320Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-11-03T03:08:01.068Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-03T03:08:01.327Z||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-03T03:08:02.325Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-03T03:08:03.308Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-11-03T03:08:03.335Z||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$$36dd570f.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-03T03:08:03.336Z||main|||||WARN|500||The sdc end point is not alive 2022-11-03T03:08:05.888Z||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-03T03:08:08.748Z||main|||||WARN|500||--- 2022-11-03T03:08:08.749Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-11-03T03:08:08.749Z||main|||||WARN|500||--- 2022-11-03T03:08:09.155Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-11-03T03:08:14.470Z||main|||||INFO|500||Started Application in 38.259 seconds (JVM running for 40.267) 2022-11-03T03:08:14.485Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-03T03:08:14.488Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-03T03:08:14.506Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-03T03:08:14.527Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-03T03:08:14.580Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b651d0ab-b5a9-4ed8-8e2c-f8884b6e4967 url= /sdc/v1/artifactTypes 2022-11-03T03:08:14.581Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-03T03:08:14.829Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-11-03T03:08:14.851Z||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-03T03:08:14.871Z||scheduling-1|||||DEBUG|500||create keys 2022-11-03T03:08:14.879Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-11-03T03:08:14.917Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:08:14.945Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 963d201a-a1f1-43a1-a643-f3ab4270aeaf url= /sdc/v1/registerForDistribution 2022-11-03T03:08:15.043Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 963d201a-a1f1-43a1-a643-f3ab4270aeaf url= /sdc/v1/registerForDistribution 2022-11-03T03:08:15.043Z||scheduling-1|||||INFO|500||start DistributionClient 2022-11-03T03:08:15.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:08:15.065Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:08:15.069Z||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-03T03:08:15.070Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:08:15.071Z||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-03T03:08:15.071Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:08:15.072Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-11-03T03:08:25.401Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:08:25.402Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:09:15.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:09:15.053Z||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-03T03:09:15.053Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:09:15.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:09:15.058Z||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-03T03:09:15.058Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:09:24.612Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:09:24.614Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:10:15.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:10:15.052Z||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-03T03:10:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:10:15.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:10:15.058Z||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-03T03:10:15.058Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:10:24.608Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:10:24.609Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:11:15.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:11:15.052Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T03:11:15.052Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qeDhCcGrT8MDFMvW) ... 2022-11-03T03:11:15.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:11:15.057Z||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-03T03:11:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:11:24.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:11:24.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:12:15.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:12:15.053Z||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-03T03:12:15.053Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:12:15.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:12:15.057Z||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-03T03:12:15.058Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:12:24.608Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:12:24.608Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:13:15.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:13:15.052Z||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-03T03:13:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:13:15.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:13:15.057Z||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-03T03:13:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:13:24.605Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:13:24.607Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:14:15.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:14:15.052Z||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-03T03:14:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:14:15.056Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:14:15.057Z||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-03T03:14:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:14:24.601Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:14:24.605Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:15:15.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:15:15.054Z||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-03T03:15:15.054Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:15:15.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:15:15.059Z||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-03T03:15:15.059Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:15:24.608Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:15:24.608Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:16:15.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:16:15.052Z||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-03T03:16:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:16:15.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:16:15.057Z||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-03T03:16:15.058Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:16:24.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:16:24.609Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:17:15.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:17:15.052Z||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-03T03:17:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:17:15.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:17:15.058Z||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-03T03:17:15.058Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:17:24.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:17:24.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:18:15.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:18:15.053Z||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-03T03:18:15.053Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:18:15.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:18:15.057Z||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-03T03:18:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:18:24.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:18:24.605Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:18:32.299Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-11-03T03:19:15.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:19:15.052Z||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-03T03:19:15.053Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:19:15.056Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:19:15.057Z||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-03T03:19:15.058Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:19:24.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:19:24.600Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:20:15.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:20:15.052Z||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-03T03:20:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:20:15.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:20:15.057Z||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-03T03:20:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:20:24.601Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:20:24.606Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:21:15.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:21:15.052Z||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-03T03:21:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:21:15.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:21:15.057Z||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-03T03:21:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:21:24.605Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:21:24.609Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:22:15.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:22:15.052Z||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-03T03:22:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:22:15.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:22:15.058Z||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-03T03:22:15.058Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:22:24.603Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:22:24.605Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:23:15.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:23:15.052Z||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-03T03:23:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:23:15.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:23:15.057Z||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-03T03:23:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:23:24.601Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:23:24.601Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:24:15.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:24:15.053Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T03:24:15.054Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qeDhCcGrT8MDFMvW) ... 2022-11-03T03:24:15.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:24:15.057Z||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-03T03:24:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:24:24.604Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:24:24.604Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:25:15.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:25:15.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T03:25:15.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qeDhCcGrT8MDFMvW) ... 2022-11-03T03:25:15.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:25:15.057Z||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-03T03:25:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:25:24.599Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:25:24.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:26:15.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:26:15.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T03:26:15.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qeDhCcGrT8MDFMvW) ... 2022-11-03T03:26:15.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:26:15.057Z||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-03T03:26:15.058Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:26:24.596Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:26:24.603Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:27:15.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:27:15.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T03:27:15.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qeDhCcGrT8MDFMvW) ... 2022-11-03T03:27:15.056Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:27:15.057Z||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-03T03:27:15.058Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:27:24.601Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:27:24.604Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:28:15.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:28:15.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T03:28:15.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qeDhCcGrT8MDFMvW) ... 2022-11-03T03:28:15.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:28:15.057Z||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-03T03:28:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:28:24.605Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:28:24.605Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:29:15.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:29:15.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T03:29:15.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qeDhCcGrT8MDFMvW) ... 2022-11-03T03:29:15.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:29:15.057Z||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-03T03:29:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:29:24.608Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:29:24.610Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:30:15.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:30:15.051Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T03:30:15.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qeDhCcGrT8MDFMvW) ... 2022-11-03T03:30:15.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:30:15.057Z||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-03T03:30:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:30:24.596Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:30:24.598Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:31:15.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:31:15.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T03:31:15.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qeDhCcGrT8MDFMvW) ... 2022-11-03T03:31:15.056Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:31:15.057Z||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-03T03:31:15.058Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:31:24.601Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:31:24.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:32:15.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:32:15.051Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T03:32:15.053Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qeDhCcGrT8MDFMvW) ... 2022-11-03T03:32:15.056Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:32:15.057Z||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-03T03:32:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:32:24.604Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:32:24.648Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:33:15.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:33:15.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T03:33:15.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qeDhCcGrT8MDFMvW) ... 2022-11-03T03:33:15.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:33:15.057Z||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-03T03:33:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:33:24.597Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:33:24.603Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:34:15.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:34:15.053Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T03:34:15.053Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qeDhCcGrT8MDFMvW) ... 2022-11-03T03:34:15.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:34:15.057Z||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-03T03:34:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:34:24.603Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:34:24.626Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:35:15.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:35:15.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T03:35:15.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qeDhCcGrT8MDFMvW) ... 2022-11-03T03:35:15.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:35:15.057Z||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-03T03:35:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:35:24.596Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:35:24.597Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:36:15.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:36:15.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T03:36:15.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qeDhCcGrT8MDFMvW) ... 2022-11-03T03:36:15.057Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:36:15.058Z||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-03T03:36:15.058Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:36:24.601Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:36:24.601Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:37:15.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:37:15.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T03:37:15.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qeDhCcGrT8MDFMvW) ... 2022-11-03T03:37:15.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:37:15.057Z||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-03T03:37:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:37:24.608Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:37:24.609Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:38:15.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:38:15.052Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T03:38:15.052Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qeDhCcGrT8MDFMvW) ... 2022-11-03T03:38:15.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:38:15.057Z||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-03T03:38:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:38:24.607Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:38:24.611Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:39:15.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:39:15.052Z||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-03T03:39:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:39:15.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:39:15.057Z||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-03T03:39:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:39:24.602Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:39:24.604Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:40:15.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:40:15.051Z||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-03T03:40:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:40:15.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:40:15.057Z||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-03T03:40:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:40:24.597Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:40:24.598Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:41:15.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:41:15.052Z||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-03T03:41:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:41:15.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:41:15.057Z||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-03T03:41:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:41:24.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:41:24.608Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:42:15.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:42:15.052Z||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-03T03:42:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:42:15.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:42:15.057Z||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-03T03:42:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:42:24.608Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:42:24.633Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:43:15.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:43:15.053Z||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-03T03:43:15.053Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:43:15.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:43:15.057Z||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-03T03:43:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:43:24.598Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:43:24.600Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:44:15.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:44:15.052Z||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-03T03:44:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:44:15.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:44:15.058Z||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-03T03:44:15.058Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:44:24.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:44:24.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:45:15.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:45:15.052Z||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-03T03:45:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:45:15.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:45:15.057Z||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-03T03:45:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:45:24.604Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:45:24.603Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:46:15.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:46:15.053Z||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-03T03:46:15.053Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:46:15.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:46:15.057Z||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-03T03:46:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:46:24.604Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:46:24.604Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:47:15.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:47:15.052Z||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-03T03:47:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:47:15.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:47:15.057Z||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-03T03:47:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:47:24.648Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:47:24.648Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:48:15.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:48:15.052Z||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-03T03:48:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:48:15.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:48:15.057Z||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-03T03:48:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:48:24.588Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:48:24.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:49:15.053Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:49:15.054Z||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-03T03:49:15.054Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:49:15.056Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:49:15.057Z||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-03T03:49:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:49:24.610Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:49:24.611Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:50:15.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:50:15.052Z||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-03T03:50:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:50:15.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:50:15.057Z||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-03T03:50:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:50:24.605Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:50:24.605Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:51:15.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:51:15.053Z||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-03T03:51:15.053Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:51:15.057Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:51:15.057Z||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-03T03:51:15.058Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:51:24.609Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:51:24.609Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:52:15.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:52:15.052Z||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-03T03:52:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:52:15.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:52:15.057Z||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-03T03:52:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:52:24.598Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:52:24.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:53:15.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:53:15.052Z||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-03T03:53:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:53:15.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:53:15.057Z||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-03T03:53:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:53:24.608Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:53:24.608Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:54:15.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:54:15.051Z||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-03T03:54:15.051Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:54:15.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:54:15.057Z||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-03T03:54:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:54:24.601Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:54:24.607Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:55:15.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:55:15.052Z||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-03T03:55:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:55:15.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:55:15.057Z||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-03T03:55:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:55:24.609Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:55:24.610Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:56:15.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:56:15.052Z||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-03T03:56:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:56:15.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:56:15.057Z||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-03T03:56:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:56:24.599Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:56:24.605Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:57:15.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:57:15.052Z||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-03T03:57:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:57:15.056Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:57:15.062Z||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-03T03:57:15.062Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:57:24.600Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:57:24.628Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:58:15.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:58:15.051Z||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-03T03:58:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:58:15.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:58:15.057Z||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-03T03:58:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:58:24.595Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:58:24.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:59:15.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:59:15.052Z||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-03T03:59:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:59:15.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T03:59:15.058Z||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-03T03:59:15.058Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T03:59:24.617Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T03:59:24.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:00:15.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:00:15.055Z||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-03T04:00:15.056Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:00:15.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:00:15.060Z||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-03T04:00:15.060Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:00:15.697Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:00:15.698Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:00:15.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-03T04:00:15.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"12799f06-5fff-4517-b997-1b242acbb413","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7023aaf4-8c5b-44f2-8fc1-372cc89538be","serviceDescription":"service","serviceInvariantUUID":"c4e1be17-0292-46ba-9c5a-dc5bacebac30","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"414b09c6-ce8e-4050-a2f0-89496e1560a2","resourceInvariantUUID":"2922685e-6a95-4d3c-84d5-6e8edca167e0","resourceCustomizationUUID":"82be77fb-16d3-48c2-b09b-209b4f4cc80a","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":"MjdiYmFlMTQ5ZWU4YmE5ZDJkNzkzN2ExYmQ5YTA5ODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"32410c96-f69b-404f-9f93-686bb1f03536","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YTY2NTI2OGQ1OWU3NGMzZTljNjMzZTBiNDJjNzQyZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c7a35c53-1060-4d39-b887-fcdd50528952","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-03T04:00:15.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:15.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "cds", "timestamp": 1667447980327, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:00:15.724Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:00:15.727Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-03T04:00:15.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:15.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "policy-id", "timestamp": 1667447986465, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:00:15.728Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-03T04:00:15.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:15.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "cds", "timestamp": 1667447980327, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:00:15.728Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-03T04:00:15.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:15.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "policy-id", "timestamp": 1667447986465, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:00:15.728Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-03T04:00:15.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:15.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "cds", "timestamp": 1667447990228, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:00:15.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:00:15.729Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:00:15.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:15.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "policy-id", "timestamp": 1667447989468, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:00:15.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:00:15.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:15.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "cds", "timestamp": 1667447991250, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-11-03T04:00:15.738Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:00:15.738Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448015051, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-03T04:00:15.839Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms 2022-11-03T04:00:15.843Z||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-03T04:00:15.843Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:00:15.858Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:00:15.859Z||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-03T04:00:15.924Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 12799f06-5fff-4517-b997-1b242acbb413 2022-11-03T04:00:15.942Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12799f06-5fff-4517-b997-1b242acbb413 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-03T04:00:15.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:15.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "policy-id", "timestamp": 1667447990481, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:00:15.971Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:00:15.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:15.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "ves-openapi-manager", "timestamp": 1667447990533, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:00:15.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-03T04:00:15.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:15.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667447990606, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:00:15.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-03T04:00:15.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:15.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "policy-id", "timestamp": 1667447991487, "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-03T04:00:15.998Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12799f06-5fff-4517-b997-1b242acbb413 2022-11-03T04:00:15.999Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12799f06-5fff-4517-b997-1b242acbb413 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-03T04:00:16.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:16.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "ves-openapi-manager", "timestamp": 1667447990533, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-03T04:00:16.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-03T04:00:16.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:16.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667447990606, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:00:16.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-03T04:00:16.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:16.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667447993455, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:00:16.011Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:00:16.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:16.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "multicloud-k8s-id", "timestamp": 1667447994442, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:00:16.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-03T04:00:16.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:16.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "clamp", "timestamp": 1667447994775, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:00:16.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-03T04:00:16.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:16.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "multicloud-k8s-id", "timestamp": 1667447994442, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:00:16.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-03T04:00:16.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:16.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "clamp", "timestamp": 1667447994775, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:00:16.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-03T04:00:16.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:16.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "aai-ml", "timestamp": 1667447995936, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:00:16.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-03T04:00:16.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:16.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667447996397, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:00:16.014Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:00:16.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:16.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "aai-ml", "timestamp": 1667447995936, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:00:16.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-03T04:00:16.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:16.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667447997402, "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-03T04:00:16.023Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 12799f06-5fff-4517-b997-1b242acbb413 2022-11-03T04:00:16.024Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12799f06-5fff-4517-b997-1b242acbb413 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-03T04:00:16.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:16.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "aai-ml", "timestamp": 1667447998787, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:00:16.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:00:16.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:16.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "clamp", "timestamp": 1667448004921, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:00:16.037Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:00:16.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:16.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "clamp", "timestamp": 1667448006023, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:00:16.037Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:00:16.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:16.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "clamp", "timestamp": 1667448007031, "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-03T04:00:16.043Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 12799f06-5fff-4517-b997-1b242acbb413 2022-11-03T04:00:16.044Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12799f06-5fff-4517-b997-1b242acbb413 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-03T04:00:16.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:16.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "aai-ml", "timestamp": 1667448007157, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:00:16.065Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:00:16.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-03T04:00:16.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "aai-ml", "timestamp": 1667448008163, "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-03T04:00:16.071Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 12799f06-5fff-4517-b997-1b242acbb413 2022-11-03T04:00:16.071Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12799f06-5fff-4517-b997-1b242acbb413 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-03T04:00:16.753Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:00:16.754Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:00:16.756Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:00:16.756Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448015051, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:00:16.856Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:00:16.858Z||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-03T04:00:16.858Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:00:16.889Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:00:16.889Z||pool-4-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:00:17.758Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "7023aaf4-8c5b-44f2-8fc1-372cc89538be", "serviceDescription": "service", "serviceInvariantUUID": "c4e1be17-0292-46ba-9c5a-dc5bacebac30", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82be77fb-16d3-48c2-b09b-209b4f4cc80a", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "414b09c6-ce8e-4050-a2f0-89496e1560a2", "resourceInvariantUUID": "2922685e-6a95-4d3c-84d5-6e8edca167e0", "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": "YTY2NTI2OGQ1OWU3NGMzZTljNjMzZTBiNDJjNzQyZDM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c7a35c53-1060-4d39-b887-fcdd50528952" } ], "workloadContext": "Production" } 2022-11-03T04:00:17.759Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-03T04:00:17.759Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7023aaf4-8c5b-44f2-8fc1-372cc89538be ASDC 2022-11-03T04:00:17.870Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:12799f06-5fff-4517-b997-1b242acbb413 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:7023aaf4-8c5b-44f2-8fc1-372cc89538be ServiceInvariantUUID:c4e1be17-0292-46ba-9c5a-dc5bacebac30 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:c7a35c53-1060-4d39-b887-fcdd50528952 ArtifactChecksum:YTY2NTI2OGQ1OWU3NGMzZTljNjMzZTBiNDJjNzQyZDM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82be77fb-16d3-48c2-b09b-209b4f4cc80a ResourceInvariantUUID:2922685e-6a95-4d3c-84d5-6e8edca167e0 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:414b09c6-ce8e-4050-a2f0-89496e1560a2 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-11-03T04:00:17.871Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7023aaf4-8c5b-44f2-8fc1-372cc89538be 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-03T04:00:17.924Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T04:00:17.926Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-11-03T04:00:17.927Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-11-03T04:00:17.928Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c7a35c53-1060-4d39-b887-fcdd50528952 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-03T04:00:17.928Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-11-03T04:00:17.930Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-03T04:00:18.032Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-11-03T04:00:18.041Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c7a35c53-1060-4d39-b887-fcdd50528952 52509 2022-11-03T04:00:18.042Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||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-03T04:00:18.042Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||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-03T04:00:18.045Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T04:00:18.046Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:00:18.048Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:00:18.048Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448018041, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:00:18.148Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:00:18.150Z||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-03T04:00:18.151Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:00:18.166Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:00:18.167Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:00:19.049Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T04:00:19.050Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-11-03T04:00:19.050Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c7a35c53-1060-4d39-b887-fcdd50528952, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-03T04:00:19.051Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-11-03T04:00:19.149Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-03T04:00:19.149Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-03T04:00:19.568Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP381151132432568570/Definitions/service-BasicNetwork-template.yml 2022-11-03T04:00:20.104Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-03T04:00:20.110Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-11-03T04:00:20.110Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-03T04:00:20.110Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-11-03T04:00:20.110Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||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-03T04:00:20.111Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||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-03T04:00:20.111Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||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-03T04:00:20.111Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||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-03T04:00:20.111Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-03T04:00:20.111Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||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-03T04:00:20.111Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||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-03T04:00:20.111Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||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-03T04:00:20.111Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-11-03T04:00:20.117Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:00:20.119Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:00:20.123Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-03T04:00:20.123Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-11-03T04:00:20.124Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T04:00:20.125Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:00:20.126Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:00:20.126Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-03T04:00:20.126Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-11-03T04:00:20.126Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T04:00:20.126Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:00:20.126Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:00:20.126Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:00:20.127Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:00:20.130Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:00:20.130Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:00:20.130Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:00:20.130Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:00:20.130Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:00:20.130Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:00:20.130Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:7023aaf4-8c5b-44f2-8fc1-372cc89538be Model Version:NULL Model InvariantUuid:c4e1be17-0292-46ba-9c5a-dc5bacebac30 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:2922685e-6a95-4d3c-84d5-6e8edca167e0 Model UUID:3bd5207c-5aa9-4a00-9aa1-2adef9a0b289 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:82be77fb-16d3-48c2-b09b-209b4f4cc80a 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-03T04:00:20.152Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 414b09c6-ce8e-4050-a2f0-89496e1560a2 2022-11-03T04:00:20.153Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||No resources found for Service: 7023aaf4-8c5b-44f2-8fc1-372cc89538be 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-03T04:00:20.305Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500|| 2022-11-03T04:00:20.311Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-11-03T04:00:20.312Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 7023aaf4-8c5b-44f2-8fc1-372cc89538be 2022-11-03T04:00:20.312Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 7023aaf4-8c5b-44f2-8fc1-372cc89538be 2022-11-03T04:00:20.312Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-11-03T04:00:20.312Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||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-03T04:00:20.328Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71dc071, org.onap.sdc.toscaparser.api.parameters.Input@3816c663, org.onap.sdc.toscaparser.api.parameters.Input@7fa8d5d8, org.onap.sdc.toscaparser.api.parameters.Input@6ffaf5c8, org.onap.sdc.toscaparser.api.parameters.Input@68dbe0e] 2022-11-03T04:00:20.333Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:00:20.334Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:00:20.335Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:00:20.335Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:00:20.335Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 7023aaf4-8c5b-44f2-8fc1-372cc89538be: Generic NeutronNet 2022-11-03T04:00:20.336Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:00:20.336Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:00:20.336Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:00:20.336Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||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-03T04:00:20.400Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:00:20.401Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:00:20.402Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:00:20.402Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:00:20.402Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:00:20.402Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:00:20.402Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||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-03T04:00:20.532Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-11-03T04:00:20.533Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||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-03T04:00:20.533Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||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-03T04:00:20.533Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T04:00:20.534Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:00:20.535Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:00:20.536Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448020533, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:00:20.636Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:00:20.637Z||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-03T04:00:20.637Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:00:20.652Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:00:20.653Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:00:21.537Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12799f06-5fff-4517-b997-1b242acbb413 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:00:21.558Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12799f06-5fff-4517-b997-1b242acbb413 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:00:21.563Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T04:00:21.564Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-03T04:00:21.564Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-03T04:00:21.564Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-03T04:00:21.564Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:00:21.564Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:00:21.564Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:00:21.564Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:00:21.564Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:00:21.564Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:00:21.565Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-03T04:00:21.571Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-03T04:00:51.572Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 12799f06-5fff-4517-b997-1b242acbb413 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-03T04:00:51.581Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 12799f06-5fff-4517-b997-1b242acbb413 and serviceModelVersionId: 7023aaf4-8c5b-44f2-8fc1-372cc89538be 2022-11-03T04:00:51.581Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c4e1be17-0292-46ba-9c5a-dc5bacebac30 2022-11-03T04:01:03.055Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c4e1be17-0292-46ba-9c5a-dc5bacebac30/model-vers/model-ver/7023aaf4-8c5b-44f2-8fc1-372cc89538be?depth=0 2022-11-03T04:01:03.163Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-11-03T04:01:03.713Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4e1be17-0292-46ba-9c5a-dc5bacebac30/model-vers/model-ver/7023aaf4-8c5b-44f2-8fc1-372cc89538be?depth=0|INFO|500||Invoke 2022-11-03T04:01:03.725Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4e1be17-0292-46ba-9c5a-dc5bacebac30/model-vers/model-ver/7023aaf4-8c5b-44f2-8fc1-372cc89538be?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4e1be17-0292-46ba-9c5a-dc5bacebac30/model-vers/model-ver/7023aaf4-8c5b-44f2-8fc1-372cc89538be?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[12799f06-5fff-4517-b997-1b242acbb413], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[792f9c5d-69e9-4408-b40d-a8a5686c45f8], X-ECOMP-RequestID=[12799f06-5fff-4517-b997-1b242acbb413], X-TransactionId=[], X-ONAP-RequestID=[12799f06-5fff-4517-b997-1b242acbb413], Content-Type=[application/merge-patch+json]} 2022-11-03T04:01:03.869Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4e1be17-0292-46ba-9c5a-dc5bacebac30/model-vers/model-ver/7023aaf4-8c5b-44f2-8fc1-372cc89538be?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-03T04:01:03.996Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4e1be17-0292-46ba-9c5a-dc5bacebac30/model-vers/model-ver/7023aaf4-8c5b-44f2-8fc1-372cc89538be?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/c4e1be17-0292-46ba-9c5a-dc5bacebac30/model-vers/model-ver/7023aaf4-8c5b-44f2-8fc1-372cc89538be?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221103-04:01:04:868-50532], vertex-id=[200792], Content-Length=[0], Date=[Thu, 03 Nov 2022 04:01:04 GMT], Content-Type=[application/json]} 2022-11-03T04:01:03.998Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4e1be17-0292-46ba-9c5a-dc5bacebac30/model-vers/model-ver/7023aaf4-8c5b-44f2-8fc1-372cc89538be?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-03T04:01:03.999Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4e1be17-0292-46ba-9c5a-dc5bacebac30/model-vers/model-ver/7023aaf4-8c5b-44f2-8fc1-372cc89538be?depth=0|INFO|500||InvokeReturn 2022-11-03T04:01:04.003Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-03T04:01:04.003Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-03T04:01:04.011Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-03T04:01:04.012Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 12799f06-5fff-4517-b997-1b242acbb413 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-03T04:01:04.013Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-03T04:01:04.014Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:01:04.018Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:01:04.019Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448064012, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T04:01:04.116Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-11-03T04:01:04.118Z||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-03T04:01:04.118Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:01:04.138Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:01:04.139Z||pool-7-thread-1|||||INFO|500||cambria reply ok (22 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-03T04:01:15.051Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:01:15.052Z|12799f06-5fff-4517-b997-1b242acbb413|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-03T04:01:15.052Z|12799f06-5fff-4517-b997-1b242acbb413|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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:01:15.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:01:15.057Z||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-03T04:01:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:01:15.204Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:01:15.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:01:15.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448015051, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:01:15.205Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:01:15.695Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:01:15.697Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-03T04:01:15.698Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"43a3516a-3dde-48c3-850f-d09704aa2e5e","serviceName":"Demo_pNF_XxELe6e3VORXe5417oD0","serviceVersion":"1.0","serviceUUID":"103c4be2-033d-4da4-a3f6-f74d6f6bca09","serviceDescription":"catalog service description","serviceInvariantUUID":"5f52abeb-c2d1-442d-85b4-cdba66099896","resources":[{"resourceInstanceName":"pNF 5aa6bd50-d460 0","resourceName":"pNF 5aa6bd50-d460","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"12282b4b-331a-4ce0-b489-f66c7e6e1760","resourceInvariantUUID":"983e51f1-5b5e-4412-852a-10e45b3728c4","resourceCustomizationUUID":"7ab41154-81c3-4951-bbe1-bf1cd3e26c6b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/vf-license-model.xml","artifactChecksum":"ZTY0ZmEyMzZjYmY0OWM3NjkzZmQ1ZDNlMzk3NjQyYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0bacb3d-52d3-4b89-9cf4-bc7bb83e49a3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/pNF.csar","artifactChecksum":"N2VlNmFjNzVkZTgyOTczYmU5NGJmNDk0YjEzYjg0ZTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cbf22e27-9f88-463c-bf38-93282227d274","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b705fa03-909c-4668-b59d-96d39e9d9723","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/vendor-license-model.xml","artifactChecksum":"YTMxZTU2YjU2NDUwNWM3YmJjOGY5NThlYWZmZWUwYmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0fa48bd9-4a7d-46bd-acfb-e22ad5253bdb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7fc953e4-082c-483e-9309-703913f2e543","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"745f0ca4-00b1-46cb-bf22-35524cf6fdee","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXxele6e3vorxe5417od0-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-template.yml","artifactChecksum":"YmI3YjVmYjk2MDU4NzE5NzM4MmRjMWRmMzc4Zjk0OWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cbff5dc9-8715-41f5-a486-e75726626751","artifactVersion":"1"},{"artifactName":"service-DemoPnfXxele6e3vorxe5417od0-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar","artifactChecksum":"NmM5ZjI2YjM4NTZhYTNmNWFiNWYwYjQwMDM0YTdjMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4888630e-6bb0-4e94-a708-0db58a87df4c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-03T04:01:15.699Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:01:15.699Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:01:15.701Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:01:15.701Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:01:15.802Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-03T04:01:15.803Z||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-03T04:01:15.803Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:01:15.828Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:01:15.828Z||pool-8-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:01:16.702Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:01:16.703Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:01:16.705Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:01:16.705Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T04:01:16.805Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:01:16.806Z||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-03T04:01:16.806Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:01:16.817Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:01:16.817Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-03T04:01:17.706Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:01:17.707Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:01:17.709Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:01:17.709Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T04:01:17.809Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:01:17.810Z||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-03T04:01:17.810Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:01:17.822Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:01:17.822Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:01:18.709Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:01:18.710Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:01:18.713Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:01:18.713Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:01:18.813Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:01:18.814Z||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-03T04:01:18.814Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:01:18.827Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:01:18.827Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:01:19.714Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:01:19.714Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:01:19.716Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:01:19.716Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:01:19.817Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:01:19.818Z||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-03T04:01:19.818Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:01:19.833Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:01:19.834Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:01:20.717Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:01:20.718Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:01:20.721Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:01:20.721Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:01:20.821Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:01:20.822Z||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-03T04:01:20.823Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:01:20.836Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:01:20.836Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:01:21.721Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:01:21.722Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:01:21.724Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:01:21.724Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:01:21.826Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-03T04:01:21.827Z||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-03T04:01:21.827Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:01:21.840Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:01:21.841Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:01:22.725Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:01:22.726Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:01:22.728Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:01:22.728Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:01:22.828Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:01:22.829Z||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-03T04:01:22.829Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:01:22.842Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:01:22.843Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:01:23.730Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "serviceName": "Demo_pNF_XxELe6e3VORXe5417oD0", "serviceVersion": "1.0", "serviceUUID": "103c4be2-033d-4da4-a3f6-f74d6f6bca09", "serviceDescription": "catalog service description", "serviceInvariantUUID": "5f52abeb-c2d1-442d-85b4-cdba66099896", "resources": [ { "resourceInstanceName": "pNF 5aa6bd50-d460 0", "resourceCustomizationUUID": "7ab41154-81c3-4951-bbe1-bf1cd3e26c6b", "resourceName": "pNF 5aa6bd50-d460", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "12282b4b-331a-4ce0-b489-f66c7e6e1760", "resourceInvariantUUID": "983e51f1-5b5e-4412-852a-10e45b3728c4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfXxele6e3vorxe5417od0-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar", "artifactChecksum": "NmM5ZjI2YjM4NTZhYTNmNWFiNWYwYjQwMDM0YTdjMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4888630e-6bb0-4e94-a708-0db58a87df4c" } ], "workloadContext": "Production" } 2022-11-03T04:01:23.730Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-03T04:01:23.730Z|12799f06-5fff-4517-b997-1b242acbb413|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 103c4be2-033d-4da4-a3f6-f74d6f6bca09 ASDC 2022-11-03T04:01:23.731Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:43a3516a-3dde-48c3-850f-d09704aa2e5e ServiceName:Demo_pNF_XxELe6e3VORXe5417oD0 ServiceVersion:1.0 ServiceUUID:103c4be2-033d-4da4-a3f6-f74d6f6bca09 ServiceInvariantUUID:5f52abeb-c2d1-442d-85b4-cdba66099896 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfXxele6e3vorxe5417od0-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar ArtifactUUID:4888630e-6bb0-4e94-a708-0db58a87df4c ArtifactChecksum:NmM5ZjI2YjM4NTZhYTNmNWFiNWYwYjQwMDM0YTdjMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5aa6bd50-d460 0 ResourceCustomizationUUID:7ab41154-81c3-4951-bbe1-bf1cd3e26c6b ResourceInvariantUUID:983e51f1-5b5e-4412-852a-10e45b3728c4 ResourceName:pNF 5aa6bd50-d460 ResourceType:PNF ResourceUUID:12282b4b-331a-4ce0-b489-f66c7e6e1760 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-03T04:01:23.731Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 103c4be2-033d-4da4-a3f6-f74d6f6bca09 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-03T04:01:23.766Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T04:01:23.767Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-11-03T04:01:23.767Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-11-03T04:01:23.768Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4888630e-6bb0-4e94-a708-0db58a87df4c from URL: /sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar 2022-11-03T04:01:23.768Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-11-03T04:01:23.768Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar 2022-11-03T04:01:23.835Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-11-03T04:01:23.844Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar 4888630e-6bb0-4e94-a708-0db58a87df4c 82635 2022-11-03T04:01:23.845Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar ASDC sendASDCNotification 2022-11-03T04:01:23.845Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar 2022-11-03T04:01:23.845Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T04:01:23.846Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:01:23.848Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:01:23.848Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448083845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:01:23.949Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-03T04:01:23.951Z||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-03T04:01:23.951Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:01:23.967Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:01:23.970Z||pool-16-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:01:24.849Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T04:01:24.850Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-11-03T04:01:24.851Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 4888630e-6bb0-4e94-a708-0db58a87df4c, URL: /sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar to file: /app/ASDC/1/service-DemoPnfXxele6e3vorxe5417od0-csar.csar 2022-11-03T04:01:24.851Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXxele6e3vorxe5417od0-csar.csar 2022-11-03T04:01:24.851Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXxele6e3vorxe5417od0-csar.csar 2022-11-03T04:01:24.852Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXxele6e3vorxe5417od0-csar.csar 2022-11-03T04:01:25.061Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4221757753265130459/Definitions/service-DemoPnfXxele6e3vorxe5417od0-template.yml 2022-11-03T04:01:25.732Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-03T04:01:25.733Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-11-03T04:01:25.733Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXxele6e3vorxe5417od0-csar.csar 2022-11-03T04:01:25.733Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-03T04:01:25.733Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||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-DemoPnfXxele6e3vorxe5417od0-csar.csar 2022-11-03T04:01:25.733Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfXxele6e3vorxe5417od0-csar.csar 2022-11-03T04:01:25.733Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||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-DemoPnfXxele6e3vorxe5417od0-csar.csar 2022-11-03T04:01:25.733Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXxele6e3vorxe5417od0-csar.csar 2022-11-03T04:01:25.733Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXxele6e3vorxe5417od0-csar.csar 2022-11-03T04:01:25.733Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5aa6bd50-d460 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-DemoPnfXxele6e3vorxe5417od0-csar.csar 2022-11-03T04:01:25.734Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXxele6e3vorxe5417od0-csar.csar 2022-11-03T04:01:25.734Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-11-03T04:01:25.734Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:01:25.734Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_XxELe6e3VORXe5417oD0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:01:25.734Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Node template pNF 5aa6bd50-d460 0 is matching search criteria 2022-11-03T04:01:25.734Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-11-03T04:01:25.734Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 5aa6bd50-d460 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T04:01:25.734Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:01:25.735Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_XxELe6e3VORXe5417oD0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:01:25.735Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Node template pNF 5aa6bd50-d460 0 is matching search criteria 2022-11-03T04:01:25.735Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-11-03T04:01:25.735Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 5aa6bd50-d460 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T04:01:25.735Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:01:25.735Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_XxELe6e3VORXe5417oD0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:01:25.735Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:01:25.735Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_XxELe6e3VORXe5417oD0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:01:25.735Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:01:25.735Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_XxELe6e3VORXe5417oD0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:01:25.735Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:01:25.735Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_XxELe6e3VORXe5417oD0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:01:25.736Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:01:25.736Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_XxELe6e3VORXe5417oD0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:01:25.736Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_XxELe6e3VORXe5417oD0 Description:catalog service description Model UUID:103c4be2-033d-4da4-a3f6-f74d6f6bca09 Model Version:NULL Model InvariantUuid:5f52abeb-c2d1-442d-85b4-cdba66099896 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-03T04:01:25.743Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 12282b4b-331a-4ce0-b489-f66c7e6e1760 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-03T04:01:25.747Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||pNF 5aa6bd50-d460 0 2022-11-03T04:01:25.748Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 12282b4b-331a-4ce0-b489-f66c7e6e1760 2022-11-03T04:01:25.748Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 103c4be2-033d-4da4-a3f6-f74d6f6bca09 2022-11-03T04:01:25.748Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 103c4be2-033d-4da4-a3f6-f74d6f6bca09 2022-11-03T04:01:25.748Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5aa6bd50-d460 0 12282b4b-331a-4ce0-b489-f66c7e6e1760 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-03T04:01:25.754Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56441, org.onap.sdc.toscaparser.api.parameters.Input@55dd245c, org.onap.sdc.toscaparser.api.parameters.Input@4dc915c7, org.onap.sdc.toscaparser.api.parameters.Input@5718d77a, org.onap.sdc.toscaparser.api.parameters.Input@7c1486b4] 2022-11-03T04:01:25.754Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:01:25.755Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_XxELe6e3VORXe5417oD0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:01:25.755Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 103c4be2-033d-4da4-a3f6-f74d6f6bca09: pNF 5aa6bd50-d460 2022-11-03T04:01:25.755Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||Processing PNF resource: 12282b4b-331a-4ce0-b489-f66c7e6e1760 2022-11-03T04:01:25.755Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:01:25.756Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_XxELe6e3VORXe5417oD0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:01:25.756Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||Resource customization UUID: 7ab41154-81c3-4951-bbe1-bf1cd3e26c6b is the same as notified resource customizationUUID: 7ab41154-81c3-4951-bbe1-bf1cd3e26c6b 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-03T04:01:25.810Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5aa6bd50-d460 12282b4b-331a-4ce0-b489-f66c7e6e1760 0 ASDC deployResourceStructure 2022-11-03T04:01:25.810Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar ASDC sendASDCNotification 2022-11-03T04:01:25.810Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar 2022-11-03T04:01:25.810Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T04:01:25.811Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:01:25.812Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:01:25.813Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448085810, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:01:25.913Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:01:25.914Z||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-03T04:01:25.914Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:01:25.940Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:01:25.941Z||pool-17-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:01:26.813Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43a3516a-3dde-48c3-850f-d09704aa2e5e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:01:26.829Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43a3516a-3dde-48c3-850f-d09704aa2e5e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:01:26.833Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T04:01:26.834Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-03T04:01:26.834Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-03T04:01:56.834Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43a3516a-3dde-48c3-850f-d09704aa2e5e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:01:56.848Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43a3516a-3dde-48c3-850f-d09704aa2e5e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:01:56.851Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T04:01:56.851Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-03T04:01:56.851Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-03T04:02:15.057Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:02:15.058Z||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-03T04:02:15.058Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:02:15.097Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:02:15.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448015051, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:02:15.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448018041, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:02:15.120Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:02:15.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448020533, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:02:15.120Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:02:15.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "cds", "timestamp": 1667448025327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "clamp", "timestamp": 1667448024776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "aai-ml", "timestamp": 1667448025936, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "ves-openapi-manager", "timestamp": 1667448030534, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "policy-id", "timestamp": 1667448026464, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "cds", "timestamp": 1667448025327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "aai-ml", "timestamp": 1667448025936, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "ves-openapi-manager", "timestamp": 1667448030534, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "clamp", "timestamp": 1667448024776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "policy-id", "timestamp": 1667448026464, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "multicloud-k8s-id", "timestamp": 1667448034442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "cds", "timestamp": 1667448025327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "aai-ml", "timestamp": 1667448025936, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "clamp", "timestamp": 1667448024776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "ves-openapi-manager", "timestamp": 1667448030534, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "policy-id", "timestamp": 1667448026464, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "multicloud-k8s-id", "timestamp": 1667448034442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "cds", "timestamp": 1667448025327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "aai-ml", "timestamp": 1667448025936, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "clamp", "timestamp": 1667448024776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "ves-openapi-manager", "timestamp": 1667448030534, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "policy-id", "timestamp": 1667448026464, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "multicloud-k8s-id", "timestamp": 1667448034442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "cds", "timestamp": 1667448025327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "clamp", "timestamp": 1667448024776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "ves-openapi-manager", "timestamp": 1667448030534, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "aai-ml", "timestamp": 1667448025936, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "policy-id", "timestamp": 1667448026464, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "multicloud-k8s-id", "timestamp": 1667448034442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "cds", "timestamp": 1667448025327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "clamp", "timestamp": 1667448024776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "aai-ml", "timestamp": 1667448025936, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "ves-openapi-manager", "timestamp": 1667448030534, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-03T04:02:15.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "policy-id", "timestamp": 1667448026464, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "multicloud-k8s-id", "timestamp": 1667448034442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "cds", "timestamp": 1667448025327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "aai-ml", "timestamp": 1667448025936, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "ves-openapi-manager", "timestamp": 1667448030534, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "clamp", "timestamp": 1667448024776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "policy-id", "timestamp": 1667448026464, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "multicloud-k8s-id", "timestamp": 1667448034442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "cds", "timestamp": 1667448025327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:02:15.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "clamp", "timestamp": 1667448024776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:02:15.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "ves-openapi-manager", "timestamp": 1667448030534, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "aai-ml", "timestamp": 1667448025936, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:02:15.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "policy-id", "timestamp": 1667448026464, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:02:15.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "multicloud-k8s-id", "timestamp": 1667448034442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "cds", "timestamp": 1667448041633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:02:15.150Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:02:15.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "aai-ml", "timestamp": 1667448041137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:02:15.150Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:02:15.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "policy-id", "timestamp": 1667448040875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:02:15.151Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:02:15.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "ves-openapi-manager", "timestamp": 1667448041184, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T04:02:15.151Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:02:15.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "multicloud-k8s-id", "timestamp": 1667448034442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:02:15.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "cds", "timestamp": 1667448042653, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-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-03T04:02:15.165Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 43a3516a-3dde-48c3-850f-d09704aa2e5e 2022-11-03T04:02:15.166Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43a3516a-3dde-48c3-850f-d09704aa2e5e 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-03T04:02:15.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "policy-id", "timestamp": 1667448041880, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:02:15.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:02:15.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "ves-openapi-manager", "timestamp": 1667448042372, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-03T04:02:15.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:02:15.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "policy-id", "timestamp": 1667448042885, "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-03T04:02:15.188Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 43a3516a-3dde-48c3-850f-d09704aa2e5e 2022-11-03T04:02:15.188Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43a3516a-3dde-48c3-850f-d09704aa2e5e 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-03T04:02:15.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "ves-openapi-manager", "timestamp": 1667448043377, "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-03T04:02:15.208Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 43a3516a-3dde-48c3-850f-d09704aa2e5e 2022-11-03T04:02:15.208Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43a3516a-3dde-48c3-850f-d09704aa2e5e 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-03T04:02:15.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "cds", "timestamp": 1667448043657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.217Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "cds", "timestamp": 1667448043657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "cds", "timestamp": 1667448043657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "clamp", "timestamp": 1667448046672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:02:15.218Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:02:15.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "aai-ml", "timestamp": 1667448046251, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:02:15.219Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:02:15.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "cds", "timestamp": 1667448043657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "clamp", "timestamp": 1667448047691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:02:15.219Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:02:15.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "aai-ml", "timestamp": 1667448047255, "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-03T04:02:15.225Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 43a3516a-3dde-48c3-850f-d09704aa2e5e 2022-11-03T04:02:15.226Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43a3516a-3dde-48c3-850f-d09704aa2e5e 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-03T04:02:15.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "policy-id", "timestamp": 1667448046464, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "cds", "timestamp": 1667448043657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "clamp", "timestamp": 1667448048694, "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-03T04:02:15.239Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 43a3516a-3dde-48c3-850f-d09704aa2e5e 2022-11-03T04:02:15.239Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43a3516a-3dde-48c3-850f-d09704aa2e5e 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-03T04:02:15.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "policy-id", "timestamp": 1667448046464, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "cds", "timestamp": 1667448043657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "policy-id", "timestamp": 1667448046464, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-03T04:02:15.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "cds", "timestamp": 1667448043657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:02:15.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "policy-id", "timestamp": 1667448046464, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "cds", "timestamp": 1667448051433, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:02:15.249Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:02:15.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "ves-openapi-manager", "timestamp": 1667448050533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "policy-id", "timestamp": 1667448046464, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448050606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "cds", "timestamp": 1667448052439, "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-03T04:02:15.262Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 655ba66b-ce65-4726-a842-1335943f7f0d 2022-11-03T04:02:15.262Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 655ba66b-ce65-4726-a842-1335943f7f0d 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-03T04:02:15.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "ves-openapi-manager", "timestamp": 1667448050533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.270Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "policy-id", "timestamp": 1667448046464, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.271Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448050606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.271Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "ves-openapi-manager", "timestamp": 1667448050533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "policy-id", "timestamp": 1667448046464, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:02:15.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448050606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "ves-openapi-manager", "timestamp": 1667448050533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "policy-id", "timestamp": 1667448054210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:02:15.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:02:15.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448050606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "multicloud-k8s-id", "timestamp": 1667448054442, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "clamp", "timestamp": 1667448054778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "ves-openapi-manager", "timestamp": 1667448050533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "policy-id", "timestamp": 1667448055214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:02:15.273Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:02:15.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448050606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "multicloud-k8s-id", "timestamp": 1667448054442, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-03T04:02:15.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "clamp", "timestamp": 1667448054778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-03T04:02:15.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "ves-openapi-manager", "timestamp": 1667448050533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "policy-id", "timestamp": 1667448056219, "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-03T04:02:15.280Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 655ba66b-ce65-4726-a842-1335943f7f0d 2022-11-03T04:02:15.280Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 655ba66b-ce65-4726-a842-1335943f7f0d 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-03T04:02:15.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448050606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "aai-ml", "timestamp": 1667448055936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "multicloud-k8s-id", "timestamp": 1667448054442, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-03T04:02:15.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "clamp", "timestamp": 1667448054778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "ves-openapi-manager", "timestamp": 1667448050533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448050606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "aai-ml", "timestamp": 1667448055936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "multicloud-k8s-id", "timestamp": 1667448054442, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "clamp", "timestamp": 1667448054778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "aai-ml", "timestamp": 1667448055936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448050606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:02:15.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "multicloud-k8s-id", "timestamp": 1667448054442, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-03T04:02:15.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "clamp", "timestamp": 1667448054778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "aai-ml", "timestamp": 1667448055936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448059410, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:02:15.296Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:02:15.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "multicloud-k8s-id", "timestamp": 1667448054442, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "clamp", "timestamp": 1667448054778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "aai-ml", "timestamp": 1667448055936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "multicloud-k8s-id", "timestamp": 1667448054442, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:02:15.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "clamp", "timestamp": 1667448054778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:02:15.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "aai-ml", "timestamp": 1667448055936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448061505, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:02:15.297Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:02:15.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "multicloud-k8s-id", "timestamp": 1667448062190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T04:02:15.298Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:02:15.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "aai-ml", "timestamp": 1667448055936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:02:15.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448062518, "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-03T04:02:15.304Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 43a3516a-3dde-48c3-850f-d09704aa2e5e 2022-11-03T04:02:15.304Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43a3516a-3dde-48c3-850f-d09704aa2e5e 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-03T04:02:15.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "multicloud-k8s-id", "timestamp": 1667448063274, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T04:02:15.313Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:02:15.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "aai-ml", "timestamp": 1667448063706, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:02:15.313Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:02:15.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448050606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "multicloud-k8s-id", "timestamp": 1667448064333, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-03T04:02:15.314Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:02:15.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "12799f06-5fff-4517-b997-1b242acbb413", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448064012, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T04:02:15.314Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:02:15.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448050606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "multicloud-k8s-id", "timestamp": 1667448065372, "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-03T04:02:15.320Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 655ba66b-ce65-4726-a842-1335943f7f0d 2022-11-03T04:02:15.320Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 655ba66b-ce65-4726-a842-1335943f7f0d 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-03T04:02:15.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "clamp", "timestamp": 1667448065934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:02:15.333Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:02:15.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448050606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "multicloud-k8s-id", "timestamp": 1667448066377, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T04:02:15.333Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:02:15.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448050606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "clamp", "timestamp": 1667448067951, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:02:15.333Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:02:15.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448050606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "clamp", "timestamp": 1667448068956, "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-03T04:02:15.338Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 655ba66b-ce65-4726-a842-1335943f7f0d 2022-11-03T04:02:15.338Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 655ba66b-ce65-4726-a842-1335943f7f0d 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-03T04:02:15.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448050606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448050606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:02:15.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "aai-ml", "timestamp": 1667448070445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:02:15.348Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:02:15.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448070669, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:02:15.349Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:02:15.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "aai-ml", "timestamp": 1667448071449, "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-03T04:02:15.355Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 655ba66b-ce65-4726-a842-1335943f7f0d 2022-11-03T04:02:15.356Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 655ba66b-ce65-4726-a842-1335943f7f0d 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-03T04:02:15.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448073095, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:02:15.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:02:15.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448074102, "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-03T04:02:15.372Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 655ba66b-ce65-4726-a842-1335943f7f0d 2022-11-03T04:02:15.372Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 655ba66b-ce65-4726-a842-1335943f7f0d 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-03T04:02:15.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "multicloud-k8s-id", "timestamp": 1667448074442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "cds", "timestamp": 1667448070327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.384Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "ves-openapi-manager", "timestamp": 1667448070533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.384Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:15.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:02:15.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "policy-id", "timestamp": 1667448066464, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:15.384Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:02:26.851Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43a3516a-3dde-48c3-850f-d09704aa2e5e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:02:26.863Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43a3516a-3dde-48c3-850f-d09704aa2e5e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:02:26.868Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T04:02:26.868Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-03T04:02:26.868Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-03T04:02:26.868Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-03T04:02:26.868Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:02:26.868Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:02:26.868Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:02:26.868Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:02:26.868Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:02:26.868Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:02:26.868Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:02:26.868Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-03T04:02:26.874Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-03T04:02:56.874Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 43a3516a-3dde-48c3-850f-d09704aa2e5e 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-03T04:02:56.881Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 43a3516a-3dde-48c3-850f-d09704aa2e5e and serviceModelVersionId: 103c4be2-033d-4da4-a3f6-f74d6f6bca09 2022-11-03T04:02:56.882Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5f52abeb-c2d1-442d-85b4-cdba66099896 2022-11-03T04:02:56.882Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5f52abeb-c2d1-442d-85b4-cdba66099896/model-vers/model-ver/103c4be2-033d-4da4-a3f6-f74d6f6bca09?depth=0 2022-11-03T04:02:56.886Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-11-03T04:02:56.921Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f52abeb-c2d1-442d-85b4-cdba66099896/model-vers/model-ver/103c4be2-033d-4da4-a3f6-f74d6f6bca09?depth=0|INFO|500||Invoke 2022-11-03T04:02:56.921Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f52abeb-c2d1-442d-85b4-cdba66099896/model-vers/model-ver/103c4be2-033d-4da4-a3f6-f74d6f6bca09?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f52abeb-c2d1-442d-85b4-cdba66099896/model-vers/model-ver/103c4be2-033d-4da4-a3f6-f74d6f6bca09?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[43a3516a-3dde-48c3-850f-d09704aa2e5e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[03b25226-6d23-44be-a3ec-db3c88723e79], X-ECOMP-RequestID=[43a3516a-3dde-48c3-850f-d09704aa2e5e], X-TransactionId=[], X-ONAP-RequestID=[43a3516a-3dde-48c3-850f-d09704aa2e5e], Content-Type=[application/merge-patch+json]} 2022-11-03T04:02:56.945Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f52abeb-c2d1-442d-85b4-cdba66099896/model-vers/model-ver/103c4be2-033d-4da4-a3f6-f74d6f6bca09?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-03T04:02:57.027Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f52abeb-c2d1-442d-85b4-cdba66099896/model-vers/model-ver/103c4be2-033d-4da4-a3f6-f74d6f6bca09?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/5f52abeb-c2d1-442d-85b4-cdba66099896/model-vers/model-ver/103c4be2-033d-4da4-a3f6-f74d6f6bca09?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221103-04:02:57:943-68077], vertex-id=[209128], Content-Length=[0], Date=[Thu, 03 Nov 2022 04:02:57 GMT], Content-Type=[application/json]} 2022-11-03T04:02:57.028Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f52abeb-c2d1-442d-85b4-cdba66099896/model-vers/model-ver/103c4be2-033d-4da4-a3f6-f74d6f6bca09?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-03T04:02:57.028Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f52abeb-c2d1-442d-85b4-cdba66099896/model-vers/model-ver/103c4be2-033d-4da4-a3f6-f74d6f6bca09?depth=0|INFO|500||InvokeReturn 2022-11-03T04:02:57.028Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-03T04:02:57.029Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-03T04:02:57.035Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-03T04:02:57.035Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 43a3516a-3dde-48c3-850f-d09704aa2e5e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-03T04:02:57.035Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-03T04:02:57.036Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:02:57.038Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:02:57.039Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448177035, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T04:02:57.138Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T04:02:57.139Z||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-03T04:02:57.139Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:02:57.154Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:02:57.155Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-03T04:02:58.056Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-03T04:02:58.056Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"655ba66b-ce65-4726-a842-1335943f7f0d","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"257af060-a985-46c0-ae0c-10d4cf4226c8","serviceDescription":"service","serviceInvariantUUID":"a5b86594-7d7c-4391-a1b4-3121c77c52a5","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d03c524-cf62-4070-a4be-7dd5fd259241","resourceInvariantUUID":"dd72314f-fd6f-4d13-884a-1cc418b20c53","resourceCustomizationUUID":"0d82acd1-bf14-4613-b130-e8df011bcbca","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":"ZDQ5NjJlM2QzZTYyZjEyMDlhNGFlOGFlNzNlYTliZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f561a0e5-61d2-49ba-94d4-fb335ac28efc","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":"NGMwODEzNzUzNmE2OTM2MmE0YmYzNTI5YjU4NWFkODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f73043ba-de6b-4415-b843-786288c62d8a","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":"78f5740f-f5c9-46d1-a8e4-801b89006f8d","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":"10bd1de9-ed9c-4664-bb56-ed0b60cae79d","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":"8c3cab81-45cd-4ac0-a487-f4d8705df1c0","artifactVersion":"2","generatedFromUUID":"78f5740f-f5c9-46d1-a8e4-801b89006f8d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDg2ODY3YTk2NGFiNjY2Njc4NjEwNTIxZGQ4YjAwMmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"71975a4c-bc64-495d-8703-9b0b2274bb0a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWUyMmQ1YTU2MTQwZjg3OWNjOTlhODMzMTUyYzAzNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7875e9eb-3ae7-416d-bb17-f1d123734462","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-03T04:02:58.062Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:02:58.063Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:02:58.074Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:02:58.074Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:02:58.174Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T04:02:58.175Z||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-03T04:02:58.175Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:02:58.188Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:02:58.189Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-03T04:02:59.078Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:02:59.080Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:02:59.081Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:02:59.082Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-03T04:02:59.182Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:02:59.183Z||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-03T04:02:59.183Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:02:59.199Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:02:59.200Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:03:00.084Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:03:00.085Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:03:00.088Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:03:00.088Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-03T04:03:00.189Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:03:00.190Z||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-03T04:03:00.190Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:00.206Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:00.207Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-11-03T04:03:01.088Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:03:01.089Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:03:01.092Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:03:01.092Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:01.192Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:03:01.193Z||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-03T04:03:01.194Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:01.207Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:01.208Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:03:02.093Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:03:02.094Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:03:02.097Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:03:02.097Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-03T04:03:02.197Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:03:02.198Z||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-03T04:03:02.198Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:02.210Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:02.210Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-03T04:03:03.098Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:03:03.099Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:03:03.101Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:03:03.101Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:03.204Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-11-03T04:03:03.205Z||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-03T04:03:03.205Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:03.221Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:03.222Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:03:04.102Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:03:04.103Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:03:04.104Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:03:04.104Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:03:04.204Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T04:03:04.206Z||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-03T04:03:04.206Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:04.220Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:04.221Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-03T04:03:05.106Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "257af060-a985-46c0-ae0c-10d4cf4226c8", "serviceDescription": "service", "serviceInvariantUUID": "a5b86594-7d7c-4391-a1b4-3121c77c52a5", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "0d82acd1-bf14-4613-b130-e8df011bcbca", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7d03c524-cf62-4070-a4be-7dd5fd259241", "resourceInvariantUUID": "dd72314f-fd6f-4d13-884a-1cc418b20c53", "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": "NGMwODEzNzUzNmE2OTM2MmE0YmYzNTI5YjU4NWFkODc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f73043ba-de6b-4415-b843-786288c62d8a", "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": "78f5740f-f5c9-46d1-a8e4-801b89006f8d", "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": "8c3cab81-45cd-4ac0-a487-f4d8705df1c0", "generatedFromUUID": "78f5740f-f5c9-46d1-a8e4-801b89006f8d" }, "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": "8c3cab81-45cd-4ac0-a487-f4d8705df1c0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZWUyMmQ1YTU2MTQwZjg3OWNjOTlhODMzMTUyYzAzNzI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7875e9eb-3ae7-416d-bb17-f1d123734462" } ], "workloadContext": "Production" } 2022-11-03T04:03:05.107Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-03T04:03:05.107Z|43a3516a-3dde-48c3-850f-d09704aa2e5e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 257af060-a985-46c0-ae0c-10d4cf4226c8 ASDC 2022-11-03T04:03:05.107Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:655ba66b-ce65-4726-a842-1335943f7f0d ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:257af060-a985-46c0-ae0c-10d4cf4226c8 ServiceInvariantUUID:a5b86594-7d7c-4391-a1b4-3121c77c52a5 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:7875e9eb-3ae7-416d-bb17-f1d123734462 ArtifactChecksum:ZWUyMmQ1YTU2MTQwZjg3OWNjOTlhODMzMTUyYzAzNzI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:0d82acd1-bf14-4613-b130-e8df011bcbca ResourceInvariantUUID:dd72314f-fd6f-4d13-884a-1cc418b20c53 ResourceName:basic_vm ResourceType:VF ResourceUUID:7d03c524-cf62-4070-a4be-7dd5fd259241 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:f73043ba-de6b-4415-b843-786288c62d8a ArtifactChecksum:NGMwODEzNzUzNmE2OTM2MmE0YmYzNTI5YjU4NWFkODc= 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:78f5740f-f5c9-46d1-a8e4-801b89006f8d 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:8c3cab81-45cd-4ac0-a487-f4d8705df1c0 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:8c3cab81-45cd-4ac0-a487-f4d8705df1c0 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-03T04:03:05.107Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 257af060-a985-46c0-ae0c-10d4cf4226c8 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-03T04:03:05.149Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T04:03:05.150Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-11-03T04:03:05.150Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-11-03T04:03:05.151Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7875e9eb-3ae7-416d-bb17-f1d123734462 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-03T04:03:05.151Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-11-03T04:03:05.151Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-03T04:03:05.222Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-11-03T04:03:05.227Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 7875e9eb-3ae7-416d-bb17-f1d123734462 71063 2022-11-03T04:03:05.227Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||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-03T04:03:05.228Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||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-03T04:03:05.228Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T04:03:05.228Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:03:05.230Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:03:05.230Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448185227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:03:05.331Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:03:05.332Z||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-03T04:03:05.332Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:05.345Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:05.345Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:03:06.231Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T04:03:06.232Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-11-03T04:03:06.232Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 7875e9eb-3ae7-416d-bb17-f1d123734462, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-03T04:03:06.233Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-11-03T04:03:06.233Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-03T04:03:06.234Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-11-03T04:03:06.322Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5746737575092199938/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-03T04:03:07.321Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-03T04:03:07.322Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-11-03T04:03:07.322Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-03T04:03:07.322Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-11-03T04:03:07.322Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||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-03T04:03:07.322Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||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-03T04:03:07.322Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-03T04:03:07.322Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-03T04:03:07.322Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-03T04:03:07.322Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||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-03T04:03:07.322Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-03T04:03:07.322Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||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-03T04:03:07.322Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-03T04:03:07.323Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-11-03T04:03:07.323Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:07.323Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:03:07.323Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-03T04:03:07.323Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-11-03T04:03:07.325Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T04:03:07.326Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:07.326Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:03:07.326Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-03T04:03:07.326Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-11-03T04:03:07.327Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T04:03:07.327Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:07.327Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:03:07.327Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:07.327Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-03T04:03:07.327Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-03T04:03:07.328Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-03T04:03:07.328Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-03T04:03:07.328Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-03T04:03:07.328Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-03T04:03:07.328Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:07.328Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-03T04:03:07.329Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:07.330Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-03T04:03:07.330Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T04:03:07.330Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:07.330Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-03T04:03:07.330Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T04:03:07.330Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:07.330Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-03T04:03:07.330Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T04:03:07.330Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:07.330Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-03T04:03:07.330Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-03T04:03:07.330Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-03T04:03:07.331Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6b04aafe-2261-46e2-8e0e-e3d3c7063ecd 2022-11-03T04:03:07.331Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:07.331Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:03:07.331Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:07.331Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:03:07.331Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:07.331Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:03:07.331Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:07.331Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:03:07.331Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:257af060-a985-46c0-ae0c-10d4cf4226c8 Model Version:NULL Model InvariantUuid:a5b86594-7d7c-4391-a1b4-3121c77c52a5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:f9759d27-fbc5-4891-b775-be87a41e999f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:dd72314f-fd6f-4d13-884a-1cc418b20c53 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0d82acd1-bf14-4613-b130-e8df011bcbca NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:646bad20-0708-43b0-a618-cf9107ec7098 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:db6682a6-076c-4018-b32d-d0ed312fa53f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6b04aafe-2261-46e2-8e0e-e3d3c7063ecd ModelInvariantUuid:96457ed5-2a5d-4985-94ed-3226e5362b39 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:11cb3d29-49bf-4fb2-8e97-0172aad6e342 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:f82be422-a2d0-4b27-85ae-93511a7dffef ModelInvariantUuid:809960e4-9577-4a17-9aa6-ea456d0595f2 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:bee89d08-ba7a-4c97-942c-d78a55107877 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-03T04:03:07.341Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d03c524-cf62-4070-a4be-7dd5fd259241 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-03T04:03:07.346Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||basic_vm 0 2022-11-03T04:03:07.347Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d03c524-cf62-4070-a4be-7dd5fd259241 2022-11-03T04:03:07.347Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f73043ba-de6b-4415-b843-786288c62d8a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-03T04:03:07.347Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-11-03T04:03:07.347Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||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-03T04:03:07.437Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-11-03T04:03:07.438Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json f73043ba-de6b-4415-b843-786288c62d8a 787 2022-11-03T04:03:07.438Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||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-03T04:03:07.438Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||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-03T04:03:07.438Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T04:03:07.438Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:03:07.440Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:03:07.440Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448187438, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T04:03:07.540Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:03:07.542Z||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-03T04:03:07.543Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:07.555Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:07.556Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:03:08.441Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "646bad20-0708-43b0-a618-cf9107ec7098", "vfModuleModelVersion": "1", "vfModuleModelUUID": "db6682a6-076c-4018-b32d-d0ed312fa53f", "vfModuleModelCustomizationUUID": "69889200-01db-42be-9a75-9f4806316fb8", "isBase": true, "artifacts": [ "78f5740f-f5c9-46d1-a8e4-801b89006f8d", "8c3cab81-45cd-4ac0-a487-f4d8705df1c0" ], "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-03T04:03:08.490Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:db6682a6-076c-4018-b32d-d0ed312fa53f VfModuleModelInvariantUUID:646bad20-0708-43b0-a618-cf9107ec7098 VfModuleModelDescription:NULL Artifacts UUID List:{ 78f5740f-f5c9-46d1-a8e4-801b89006f8d , 8c3cab81-45cd-4ac0-a487-f4d8705df1c0 } 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-03T04:03:08.493Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "646bad20-0708-43b0-a618-cf9107ec7098", "vfModuleModelVersion": "1", "vfModuleModelUUID": "db6682a6-076c-4018-b32d-d0ed312fa53f", "vfModuleModelCustomizationUUID": "69889200-01db-42be-9a75-9f4806316fb8", "isBase": true, "artifacts": [ "78f5740f-f5c9-46d1-a8e4-801b89006f8d", "8c3cab81-45cd-4ac0-a487-f4d8705df1c0" ], "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-03T04:03:08.493Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:db6682a6-076c-4018-b32d-d0ed312fa53f VfModuleModelInvariantUUID:646bad20-0708-43b0-a618-cf9107ec7098 VfModuleModelDescription:NULL Artifacts UUID List:{ 78f5740f-f5c9-46d1-a8e4-801b89006f8d , 8c3cab81-45cd-4ac0-a487-f4d8705df1c0 } 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-03T04:03:08.493Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 78f5740f-f5c9-46d1-a8e4-801b89006f8d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-03T04:03:08.493Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-11-03T04:03:08.494Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||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-03T04:03:08.556Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-11-03T04:03:08.557Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 78f5740f-f5c9-46d1-a8e4-801b89006f8d 5033 2022-11-03T04:03:08.557Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||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-03T04:03:08.557Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||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-03T04:03:08.557Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T04:03:08.557Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:03:08.559Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:03:08.559Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448188557, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T04:03:08.660Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-03T04:03:08.662Z||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-03T04:03:08.663Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:08.676Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:08.677Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:03:09.561Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8c3cab81-45cd-4ac0-a487-f4d8705df1c0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-03T04:03:09.561Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-11-03T04:03:09.561Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||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-03T04:03:09.608Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-11-03T04:03:09.611Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 8c3cab81-45cd-4ac0-a487-f4d8705df1c0 903 2022-11-03T04:03:09.612Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||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-03T04:03:09.612Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||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-03T04:03:09.612Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T04:03:09.612Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:03:09.614Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:03:09.614Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448189612, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-03T04:03:09.715Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-03T04:03:09.716Z||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-03T04:03:09.716Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:09.732Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:09.732Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:03:10.615Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 257af060-a985-46c0-ae0c-10d4cf4226c8 2022-11-03T04:03:10.615Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 7d03c524-cf62-4070-a4be-7dd5fd259241 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-03T04:03:10.650Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49a6875d, org.onap.sdc.toscaparser.api.parameters.Input@6476abf8, org.onap.sdc.toscaparser.api.parameters.Input@10dc9858, org.onap.sdc.toscaparser.api.parameters.Input@2db565c1, org.onap.sdc.toscaparser.api.parameters.Input@50548345] 2022-11-03T04:03:10.652Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:10.653Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:03:10.653Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-11-03T04:03:10.653Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 0d82acd1-bf14-4613-b130-e8df011bcbca 2022-11-03T04:03:10.654Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0d82acd1-bf14-4613-b130-e8df011bcbca matches Tosca VF Customization UUID: 0d82acd1-bf14-4613-b130-e8df011bcbca 2022-11-03T04:03:10.654Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 0d82acd1-bf14-4613-b130-e8df011bcbca 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-03T04:03:10.660Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:10.661Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:03:10.663Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 0d82acd1-bf14-4613-b130-e8df011bcbca: {\"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-03T04:03:10.663Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4506dbcf 2022-11-03T04:03:10.663Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:10.663Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-03T04:03:10.664Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 69889200-01db-42be-9a75-9f4806316fb8 2022-11-03T04:03:10.666Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 69889200-01db-42be-9a75-9f4806316fb8 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-03T04:03:10.673Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:10.673Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-03T04:03:10.673Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T04:03:10.675Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:10.675Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-03T04:03:10.675Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T04:03:10.675Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:10.675Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-03T04:03:10.675Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-03T04:03:10.675Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-03T04:03:10.675Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6b04aafe-2261-46e2-8e0e-e3d3c7063ecd 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-03T04:03:10.692Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:10.692Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-03T04:03:10.693Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T04:03:10.693Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:10.693Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-03T04:03:10.693Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=0d82acd1-bf14-4613-b130-e8df011bcbca 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-03T04:03:10.696Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:10.696Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:03:10.697Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 257af060-a985-46c0-ae0c-10d4cf4226c8: basic_vm 2022-11-03T04:03:10.697Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:10.697Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:03:10.697Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:10.697Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:03:10.697Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:10.697Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:03:10.697Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:10.697Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:03:10.697Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:10.697Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:03:10.697Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||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-03T04:03:10.822Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 7d03c524-cf62-4070-a4be-7dd5fd259241 1 ASDC deployResourceStructure 2022-11-03T04:03:10.823Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||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-03T04:03:10.823Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||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-03T04:03:10.823Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T04:03:10.824Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:03:10.828Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:03:10.828Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448190823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T04:03:10.926Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-03T04:03:10.927Z||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-03T04:03:10.927Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:10.951Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:10.951Z||pool-30-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:03:11.830Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||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-03T04:03:11.831Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||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-03T04:03:11.831Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T04:03:11.831Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:03:11.833Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:03:11.833Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448191830, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-03T04:03:11.933Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:03:11.934Z||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-03T04:03:11.935Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:11.948Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:11.949Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:03:12.834Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||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-03T04:03:12.835Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||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-03T04:03:12.835Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T04:03:12.835Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:03:12.837Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:03:12.837Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448192834, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-03T04:03:12.937Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:03:12.938Z||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-03T04:03:12.939Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:12.953Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:12.954Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:03:13.838Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||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-03T04:03:13.838Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||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-03T04:03:13.838Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T04:03:13.839Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:03:13.840Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:03:13.840Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448193838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:03:13.941Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-03T04:03:13.942Z||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-03T04:03:13.942Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:13.955Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:13.955Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:03:14.841Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 655ba66b-ce65-4726-a842-1335943f7f0d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:03:14.854Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 655ba66b-ce65-4726-a842-1335943f7f0d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:03:14.858Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T04:03:14.859Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-03T04:03:14.859Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-03T04:03:14.859Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-03T04:03:14.859Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:03:14.859Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:03:14.859Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:03:14.859Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:03:14.859Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:03:14.859Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:03:14.859Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-03T04:03:14.864Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-03T04:03:15.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:03:15.057Z||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-03T04:03:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:15.100Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:15.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "ves-openapi-manager", "timestamp": 1667448070533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "cds", "timestamp": 1667448070327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "multicloud-k8s-id", "timestamp": 1667448074442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "policy-id", "timestamp": 1667448066464, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "ves-openapi-manager", "timestamp": 1667448070533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "multicloud-k8s-id", "timestamp": 1667448074442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "cds", "timestamp": 1667448070327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "policy-id", "timestamp": 1667448066464, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "cds", "timestamp": 1667448070327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "ves-openapi-manager", "timestamp": 1667448070533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "multicloud-k8s-id", "timestamp": 1667448074442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "policy-id", "timestamp": 1667448066464, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "cds", "timestamp": 1667448070327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "ves-openapi-manager", "timestamp": 1667448070533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "multicloud-k8s-id", "timestamp": 1667448074442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "policy-id", "timestamp": 1667448066464, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "cds", "timestamp": 1667448070327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "ves-openapi-manager", "timestamp": 1667448070533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "multicloud-k8s-id", "timestamp": 1667448074442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "policy-id", "timestamp": 1667448066464, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "cds", "timestamp": 1667448070327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "ves-openapi-manager", "timestamp": 1667448070533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "multicloud-k8s-id", "timestamp": 1667448074442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-03T04:03:15.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "policy-id", "timestamp": 1667448066464, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/resourceInstances/pnf5aa6bd50d4600/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448080606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "cds", "timestamp": 1667448070327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "multicloud-k8s-id", "timestamp": 1667448074442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "ves-openapi-manager", "timestamp": 1667448070533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "policy-id", "timestamp": 1667448066464, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448080606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "cds", "timestamp": 1667448070327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "multicloud-k8s-id", "timestamp": 1667448074442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "ves-openapi-manager", "timestamp": 1667448070533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "policy-id", "timestamp": 1667448066464, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448080606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "multicloud-k8s-id", "timestamp": 1667448084434, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T04:03:15.108Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:03:15.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "cds", "timestamp": 1667448084563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:03:15.108Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:03:15.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "policy-id", "timestamp": 1667448083790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:03:15.108Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:03:15.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448083845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:03:15.108Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:03:15.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448080606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "clamp", "timestamp": 1667448084775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "cds", "timestamp": 1667448085568, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-03T04:03:15.121Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 70493b2a-f47e-41f3-beac-d2b6b4891545 2022-11-03T04:03:15.121Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70493b2a-f47e-41f3-beac-d2b6b4891545 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-03T04:03:15.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "policy-id", "timestamp": 1667448084796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:03:15.129Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:03:15.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "multicloud-k8s-id", "timestamp": 1667448085499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-03T04:03:15.130Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:03:15.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448080606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "clamp", "timestamp": 1667448084775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448085810, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXxele6e3vorxe5417od0/1.0/artifacts/service-DemoPnfXxele6e3vorxe5417od0-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:03:15.130Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:03:15.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "policy-id", "timestamp": 1667448085800, "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-03T04:03:15.140Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70493b2a-f47e-41f3-beac-d2b6b4891545 2022-11-03T04:03:15.141Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70493b2a-f47e-41f3-beac-d2b6b4891545 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-03T04:03:15.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "multicloud-k8s-id", "timestamp": 1667448086568, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T04:03:15.150Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:03:15.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448080606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.152Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "aai-ml", "timestamp": 1667448085936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.152Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "clamp", "timestamp": 1667448084775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.153Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "multicloud-k8s-id", "timestamp": 1667448087619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-03T04:03:15.153Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:03:15.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448080606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "aai-ml", "timestamp": 1667448085936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "clamp", "timestamp": 1667448084775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-03T04:03:15.154Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "multicloud-k8s-id", "timestamp": 1667448088654, "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-03T04:03:15.159Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70493b2a-f47e-41f3-beac-d2b6b4891545 2022-11-03T04:03:15.160Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70493b2a-f47e-41f3-beac-d2b6b4891545 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-03T04:03:15.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448080606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "aai-ml", "timestamp": 1667448085936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "clamp", "timestamp": 1667448084775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "multicloud-k8s-id", "timestamp": 1667448089657, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448080606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "aai-ml", "timestamp": 1667448085936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "clamp", "timestamp": 1667448084775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "aai-ml", "timestamp": 1667448085936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448090351, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "clamp", "timestamp": 1667448084775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "aai-ml", "timestamp": 1667448085936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "clamp", "timestamp": 1667448084775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "aai-ml", "timestamp": 1667448085936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448092412, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:03:15.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:03:15.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "clamp", "timestamp": 1667448084775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:03:15.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "aai-ml", "timestamp": 1667448085936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:15.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448093417, "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-03T04:03:15.172Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 70493b2a-f47e-41f3-beac-d2b6b4891545 2022-11-03T04:03:15.172Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70493b2a-f47e-41f3-beac-d2b6b4891545 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-03T04:03:15.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "aai-ml", "timestamp": 1667448085936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:03:15.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:03:15.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "aai-ml", "timestamp": 1667448095679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:03:15.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:03:15.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "aai-ml", "timestamp": 1667448102049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:03:15.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:03:15.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "clamp", "timestamp": 1667448102934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:03:15.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:03:15.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "aai-ml", "timestamp": 1667448103052, "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-03T04:03:15.185Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 70493b2a-f47e-41f3-beac-d2b6b4891545 2022-11-03T04:03:15.185Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70493b2a-f47e-41f3-beac-d2b6b4891545 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-03T04:03:15.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "clamp", "timestamp": 1667448104941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:03:15.194Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:03:15.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:03:15.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "clamp", "timestamp": 1667448105946, "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-03T04:03:15.200Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 70493b2a-f47e-41f3-beac-d2b6b4891545 2022-11-03T04:03:15.200Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70493b2a-f47e-41f3-beac-d2b6b4891545 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-03T04:03:44.865Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 655ba66b-ce65-4726-a842-1335943f7f0d 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-03T04:03:44.872Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 655ba66b-ce65-4726-a842-1335943f7f0d and serviceModelVersionId: 257af060-a985-46c0-ae0c-10d4cf4226c8 2022-11-03T04:03:44.872Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a5b86594-7d7c-4391-a1b4-3121c77c52a5 2022-11-03T04:03:44.873Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a5b86594-7d7c-4391-a1b4-3121c77c52a5/model-vers/model-ver/257af060-a985-46c0-ae0c-10d4cf4226c8?depth=0 2022-11-03T04:03:44.878Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-11-03T04:03:44.939Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5b86594-7d7c-4391-a1b4-3121c77c52a5/model-vers/model-ver/257af060-a985-46c0-ae0c-10d4cf4226c8?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-03T04:03:44.940Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5b86594-7d7c-4391-a1b4-3121c77c52a5/model-vers/model-ver/257af060-a985-46c0-ae0c-10d4cf4226c8?depth=0|INFO|500||Invoke 2022-11-03T04:03:44.980Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5b86594-7d7c-4391-a1b4-3121c77c52a5/model-vers/model-ver/257af060-a985-46c0-ae0c-10d4cf4226c8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-03T04:03:45.071Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5b86594-7d7c-4391-a1b4-3121c77c52a5/model-vers/model-ver/257af060-a985-46c0-ae0c-10d4cf4226c8?depth=0|INFO|500||InvokeReturn 2022-11-03T04:03:45.072Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5b86594-7d7c-4391-a1b4-3121c77c52a5/model-vers/model-ver/257af060-a985-46c0-ae0c-10d4cf4226c8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221103-04:03:45:984-74410], vertex-id=[184464], Content-Length=[0], Date=[Thu, 03 Nov 2022 04:03:45 GMT], Content-Type=[application/json]} 2022-11-03T04:03:45.075Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-11-03T04:03:45.076Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-03T04:03:45.076Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-03T04:03:45.080Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-03T04:03:45.080Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 655ba66b-ce65-4726-a842-1335943f7f0d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-03T04:03:45.080Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-03T04:03:45.081Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:03:45.082Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:03:45.082Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448225080, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T04:03:45.183Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-03T04:03:45.184Z||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-03T04:03:45.184Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:45.219Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:45.219Z||pool-34-thread-1|||||INFO|500||cambria reply ok (36 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-03T04:03:46.475Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-03T04:03:46.475Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"70493b2a-f47e-41f3-beac-d2b6b4891545","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"ff2d4214-ca5b-4538-beb9-eee150eb3fa8","serviceDescription":"service","serviceInvariantUUID":"b2a428ce-e354-484c-849d-5689cbeac95f","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a7793cb7-ad27-4481-b839-07d9ed36f70f","resourceInvariantUUID":"d45d0d15-1441-42f7-9cce-5f6a7b8eca82","resourceCustomizationUUID":"86218825-999f-4cb2-b318-8eb1a26ad875","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":"YWJlMDMxYjE4NDkyZDUyMTEzOTMzMWVhNmQxZmJkMWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"83afcbfc-351a-412c-977c-a146324190fe","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":"d7fde1e2-bbdd-4385-bfad-90108c137e6f","artifactVersion":"2","generatedFromUUID":"409b768d-742c-4ceb-877c-8e22d88cac4c"},{"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":"409b768d-742c-4ceb-877c-8e22d88cac4c","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":"YmI0ZDYzY2VmNDgxYjlhMDg0MjY5ZDNkZmQ5ODAxZDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"055bb511-b4b5-4431-a331-ad8fe42696f6","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":"647828b8-690a-42f0-b14b-98512affaf22","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":"712867a5-5a38-4364-b066-d8f95d32394d","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":"64608cad-3806-4d99-92b8-737f9012b9a6","artifactVersion":"2","generatedFromUUID":"647828b8-690a-42f0-b14b-98512affaf22"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MDdkNjZlMDAzZmFiYjRhM2M4MjEwOTJlZDIwZGQ0ZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b785440b-b7f5-476b-9d56-200171075a17","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MWFjZmU5M2I2OGRkMzJkMzE0NjUzMmZkNzk3ZTdkMGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"69abaff9-a946-4a72-aeec-af2cc4090f76","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-03T04:03:46.476Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:03:46.476Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:03:46.479Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:03:46.479Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:46.579Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:03:46.582Z||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-03T04:03:46.582Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:46.599Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:46.600Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:03:47.479Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:03:47.483Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:03:47.485Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:03:47.485Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-03T04:03:47.585Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:03:47.586Z||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-03T04:03:47.586Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:47.605Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:47.606Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:03:48.488Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:03:48.491Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:03:48.494Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:03:48.495Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-03T04:03:48.594Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T04:03:48.596Z||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-03T04:03:48.596Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:48.620Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:48.621Z||pool-37-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:03:49.498Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:03:49.499Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:03:49.501Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:03:49.501Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-03T04:03:49.601Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:03:49.602Z||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-03T04:03:49.602Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:49.616Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:49.616Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:03:50.502Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:03:50.503Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:03:50.505Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:03:50.506Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-03T04:03:50.606Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:03:50.607Z||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-03T04:03:50.607Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:50.629Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:50.629Z||pool-39-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:03:51.506Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:03:51.507Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:03:51.509Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:03:51.509Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:51.610Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:03:51.611Z||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-03T04:03:51.611Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:51.630Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:51.631Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:03:52.510Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:03:52.511Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:03:52.513Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:03:52.513Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-03T04:03:52.613Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:03:52.615Z||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-03T04:03:52.615Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:52.629Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:52.630Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-03T04:03:53.514Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:03:53.514Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:03:53.516Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:03:53.516Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:03:53.616Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:03:53.617Z||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-03T04:03:53.617Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:53.633Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:53.633Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:03:54.517Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:03:54.517Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:03:54.519Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:03:54.519Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:03:54.619Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:03:54.620Z||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-03T04:03:54.621Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:54.635Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:54.636Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:03:55.521Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "ff2d4214-ca5b-4538-beb9-eee150eb3fa8", "serviceDescription": "service", "serviceInvariantUUID": "b2a428ce-e354-484c-849d-5689cbeac95f", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "86218825-999f-4cb2-b318-8eb1a26ad875", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a7793cb7-ad27-4481-b839-07d9ed36f70f", "resourceInvariantUUID": "d45d0d15-1441-42f7-9cce-5f6a7b8eca82", "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": "d7fde1e2-bbdd-4385-bfad-90108c137e6f", "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": "409b768d-742c-4ceb-877c-8e22d88cac4c", "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": "YmI0ZDYzY2VmNDgxYjlhMDg0MjY5ZDNkZmQ5ODAxZDY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "055bb511-b4b5-4431-a331-ad8fe42696f6", "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": "647828b8-690a-42f0-b14b-98512affaf22", "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": "64608cad-3806-4d99-92b8-737f9012b9a6", "generatedFromUUID": "647828b8-690a-42f0-b14b-98512affaf22" }, "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": "64608cad-3806-4d99-92b8-737f9012b9a6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MWFjZmU5M2I2OGRkMzJkMzE0NjUzMmZkNzk3ZTdkMGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "69abaff9-a946-4a72-aeec-af2cc4090f76" } ], "workloadContext": "Production" } 2022-11-03T04:03:55.522Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-03T04:03:55.522Z|655ba66b-ce65-4726-a842-1335943f7f0d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ff2d4214-ca5b-4538-beb9-eee150eb3fa8 ASDC 2022-11-03T04:03:55.523Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:70493b2a-f47e-41f3-beac-d2b6b4891545 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:ff2d4214-ca5b-4538-beb9-eee150eb3fa8 ServiceInvariantUUID:b2a428ce-e354-484c-849d-5689cbeac95f 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:69abaff9-a946-4a72-aeec-af2cc4090f76 ArtifactChecksum:MWFjZmU5M2I2OGRkMzJkMzE0NjUzMmZkNzk3ZTdkMGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:86218825-999f-4cb2-b318-8eb1a26ad875 ResourceInvariantUUID:d45d0d15-1441-42f7-9cce-5f6a7b8eca82 ResourceName:basic_cnf ResourceType:VF ResourceUUID:a7793cb7-ad27-4481-b839-07d9ed36f70f 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:d7fde1e2-bbdd-4385-bfad-90108c137e6f 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:409b768d-742c-4ceb-877c-8e22d88cac4c 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:055bb511-b4b5-4431-a331-ad8fe42696f6 ArtifactChecksum:YmI0ZDYzY2VmNDgxYjlhMDg0MjY5ZDNkZmQ5ODAxZDY= 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:647828b8-690a-42f0-b14b-98512affaf22 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:64608cad-3806-4d99-92b8-737f9012b9a6 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:64608cad-3806-4d99-92b8-737f9012b9a6 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-03T04:03:55.523Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ff2d4214-ca5b-4538-beb9-eee150eb3fa8 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-03T04:03:55.554Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T04:03:55.555Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-11-03T04:03:55.555Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-11-03T04:03:55.555Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 69abaff9-a946-4a72-aeec-af2cc4090f76 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-03T04:03:55.555Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-11-03T04:03:55.555Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-03T04:03:55.630Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-11-03T04:03:55.632Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 69abaff9-a946-4a72-aeec-af2cc4090f76 68957 2022-11-03T04:03:55.633Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:03:55.633Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:03:55.633Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T04:03:55.633Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:03:55.635Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:03:55.635Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448235633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:03:55.735Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T04:03:55.736Z||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-03T04:03:55.736Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:55.749Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:55.750Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:03:56.636Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T04:03:56.638Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-11-03T04:03:56.638Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 69abaff9-a946-4a72-aeec-af2cc4090f76, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-03T04:03:56.639Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-11-03T04:03:56.639Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-03T04:03:56.639Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-03T04:03:56.734Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18072315498321424633/Definitions/service-BasicCnf-template.yml 2022-11-03T04:03:57.602Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-03T04:03:57.602Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-11-03T04:03:57.602Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-03T04:03:57.602Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-03T04:03:57.602Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:03:57.602Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:03:57.602Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-03T04:03:57.602Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:03:57.602Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-11-03T04:03:57.603Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:57.603Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:03:57.603Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-03T04:03:57.603Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-11-03T04:03:57.603Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T04:03:57.603Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:57.603Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:03:57.603Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-03T04:03:57.603Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-11-03T04:03:57.603Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T04:03:57.604Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:57.604Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:03:57.604Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:57.604Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-03T04:03:57.604Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-11-03T04:03:57.604Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria 2022-11-03T04:03:57.604Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-03T04:03:57.604Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:57.604Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-03T04:03:57.604Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:57.604Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-03T04:03:57.604Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T04:03:57.604Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:57.604Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-03T04:03:57.604Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T04:03:57.604Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:57.605Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-03T04:03:57.605Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T04:03:57.605Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:57.605Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-03T04:03:57.605Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-03T04:03:57.605Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c433c61a-8612-4b81-b11f-e6938e167866 2022-11-03T04:03:57.605Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:57.605Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:03:57.605Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:57.605Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:03:57.605Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:57.605Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:03:57.605Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:03:57.605Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:03:57.605Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:ff2d4214-ca5b-4538-beb9-eee150eb3fa8 Model Version:NULL Model InvariantUuid:b2a428ce-e354-484c-849d-5689cbeac95f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:a8545fca-b164-49cd-9961-dc83e534d66f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d45d0d15-1441-42f7-9cce-5f6a7b8eca82 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:86218825-999f-4cb2-b318-8eb1a26ad875 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cb67c2d6-cd24-43f2-bef8-72d37f257479 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:f926e27c-5e71-4dc9-bfaf-8e0f76d3a766 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c433c61a-8612-4b81-b11f-e6938e167866 ModelInvariantUuid:66313b8b-c3b4-40f6-9a27-24993123e4fb ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:e9f605b9-916e-4ec3-830a-510ff8aff2bc ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:7fbec48d-3779-4910-86cd-567c8b818498 ModelInvariantUuid:25f4caf6-d1e7-4e3a-a98c-aecf02a68f4d ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:74e54ed1-3907-48fb-bbde-7ea2d6872fb6 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-03T04:03:57.611Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: a7793cb7-ad27-4481-b839-07d9ed36f70f 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-03T04:03:57.614Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||basic_cnf 0 2022-11-03T04:03:57.614Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a7793cb7-ad27-4481-b839-07d9ed36f70f 2022-11-03T04:03:57.615Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d7fde1e2-bbdd-4385-bfad-90108c137e6f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-03T04:03:57.615Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-11-03T04:03:57.615Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:03:57.668Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-11-03T04:03:57.668Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env d7fde1e2-bbdd-4385-bfad-90108c137e6f 12 2022-11-03T04:03:57.668Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:03:57.668Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:03:57.669Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T04:03:57.669Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:03:57.671Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:03:57.672Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448237668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-03T04:03:57.772Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:03:57.772Z||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-03T04:03:57.773Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:57.788Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:57.789Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:03:58.674Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 409b768d-742c-4ceb-877c-8e22d88cac4c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-03T04:03:58.674Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-11-03T04:03:58.675Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:03:58.720Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-11-03T04:03:58.721Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 409b768d-742c-4ceb-877c-8e22d88cac4c 2688 2022-11-03T04:03:58.721Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:03:58.721Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:03:58.721Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T04:03:58.722Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:03:58.724Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:03:58.724Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448238721, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-03T04:03:58.824Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:03:58.826Z||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-03T04:03:58.826Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:58.840Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:58.841Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:03:59.725Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 055bb511-b4b5-4431-a331-ad8fe42696f6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-03T04:03:59.726Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-11-03T04:03:59.726Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:03:59.774Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-11-03T04:03:59.775Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 055bb511-b4b5-4431-a331-ad8fe42696f6 828 2022-11-03T04:03:59.775Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:03:59.775Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:03:59.776Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T04:03:59.776Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:03:59.778Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:03:59.778Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448239775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T04:03:59.878Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:03:59.879Z||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-03T04:03:59.879Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:03:59.895Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:03:59.895Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:04:00.779Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "cb67c2d6-cd24-43f2-bef8-72d37f257479", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f926e27c-5e71-4dc9-bfaf-8e0f76d3a766", "vfModuleModelCustomizationUUID": "69e110fa-7333-42c0-bb7b-8cb4aa36a9c2", "isBase": true, "artifacts": [ "409b768d-742c-4ceb-877c-8e22d88cac4c", "647828b8-690a-42f0-b14b-98512affaf22", "64608cad-3806-4d99-92b8-737f9012b9a6" ], "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-03T04:04:00.783Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f926e27c-5e71-4dc9-bfaf-8e0f76d3a766 VfModuleModelInvariantUUID:cb67c2d6-cd24-43f2-bef8-72d37f257479 VfModuleModelDescription:NULL Artifacts UUID List:{ 409b768d-742c-4ceb-877c-8e22d88cac4c , 647828b8-690a-42f0-b14b-98512affaf22 , 64608cad-3806-4d99-92b8-737f9012b9a6 } 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-03T04:04:00.785Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "cb67c2d6-cd24-43f2-bef8-72d37f257479", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f926e27c-5e71-4dc9-bfaf-8e0f76d3a766", "vfModuleModelCustomizationUUID": "69e110fa-7333-42c0-bb7b-8cb4aa36a9c2", "isBase": true, "artifacts": [ "409b768d-742c-4ceb-877c-8e22d88cac4c", "647828b8-690a-42f0-b14b-98512affaf22", "64608cad-3806-4d99-92b8-737f9012b9a6" ], "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-03T04:04:00.785Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f926e27c-5e71-4dc9-bfaf-8e0f76d3a766 VfModuleModelInvariantUUID:cb67c2d6-cd24-43f2-bef8-72d37f257479 VfModuleModelDescription:NULL Artifacts UUID List:{ 409b768d-742c-4ceb-877c-8e22d88cac4c , 647828b8-690a-42f0-b14b-98512affaf22 , 64608cad-3806-4d99-92b8-737f9012b9a6 } 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-03T04:04:00.786Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 647828b8-690a-42f0-b14b-98512affaf22 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-03T04:04:00.786Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-11-03T04:04:00.786Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:04:00.840Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-11-03T04:04:00.842Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 647828b8-690a-42f0-b14b-98512affaf22 1164 2022-11-03T04:04:00.842Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:04:00.842Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:04:00.842Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T04:04:00.842Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:04:00.844Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:04:00.844Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448240842, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T04:04:00.944Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:04:00.946Z||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-03T04:04:00.946Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:04:00.962Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:04:00.963Z||pool-48-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:04:01.845Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 64608cad-3806-4d99-92b8-737f9012b9a6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-03T04:04:01.846Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-11-03T04:04:01.846Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:04:01.948Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-11-03T04:04:01.949Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 64608cad-3806-4d99-92b8-737f9012b9a6 200 2022-11-03T04:04:01.949Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:04:01.949Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:04:01.949Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T04:04:01.950Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:04:01.951Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:04:01.951Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448241949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-03T04:04:02.052Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:04:02.053Z||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-03T04:04:02.053Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:04:02.066Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:04:02.067Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:04:02.952Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ff2d4214-ca5b-4538-beb9-eee150eb3fa8 2022-11-03T04:04:02.953Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a7793cb7-ad27-4481-b839-07d9ed36f70f 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=? 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=? 2022-11-03T04:04:02.974Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-03T04:04:02.987Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@332b91b3, org.onap.sdc.toscaparser.api.parameters.Input@5cb1e817, org.onap.sdc.toscaparser.api.parameters.Input@4125db1, org.onap.sdc.toscaparser.api.parameters.Input@7886745f, org.onap.sdc.toscaparser.api.parameters.Input@174fd4f5] 2022-11-03T04:04:02.988Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:04:02.989Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:04:02.989Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-11-03T04:04:02.989Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 86218825-999f-4cb2-b318-8eb1a26ad875 2022-11-03T04:04:02.990Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 86218825-999f-4cb2-b318-8eb1a26ad875 matches Tosca VF Customization UUID: 86218825-999f-4cb2-b318-8eb1a26ad875 2022-11-03T04:04:02.990Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 86218825-999f-4cb2-b318-8eb1a26ad875 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-03T04:04:02.993Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:04:02.994Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:04:02.995Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 86218825-999f-4cb2-b318-8eb1a26ad875: {\"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-03T04:04:02.995Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@196be721 2022-11-03T04:04:02.996Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:04:02.996Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-03T04:04:02.996Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 69e110fa-7333-42c0-bb7b-8cb4aa36a9c2 2022-11-03T04:04:02.996Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 69e110fa-7333-42c0-bb7b-8cb4aa36a9c2 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-03T04:04:03.000Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:04:03.000Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-03T04:04:03.001Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T04:04:03.001Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:04:03.001Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-03T04:04:03.002Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T04:04:03.002Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:04:03.002Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-03T04:04:03.002Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-03T04:04:03.003Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c433c61a-8612-4b81-b11f-e6938e167866 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-03T04:04:03.006Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:04:03.007Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-03T04:04:03.007Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T04:04:03.008Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:04:03.008Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-03T04:04:03.008Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=86218825-999f-4cb2-b318-8eb1a26ad875 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-03T04:04:03.011Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:04:03.012Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:04:03.013Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ff2d4214-ca5b-4538-beb9-eee150eb3fa8: basic_cnf 2022-11-03T04:04:03.013Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:04:03.013Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:04:03.014Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:04:03.014Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:04:03.014Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:04:03.015Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:04:03.015Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:04:03.015Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:04:03.015Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:04:03.016Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T04:04:03.016Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:04:03.106Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a7793cb7-ad27-4481-b839-07d9ed36f70f 1 ASDC deployResourceStructure 2022-11-03T04:04:03.107Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:04:03.107Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:04:03.107Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-03T04:04:03.107Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:04:03.109Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:04:03.109Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448243106, "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-03T04:04:03.210Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-03T04:04:03.211Z||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-03T04:04:03.212Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:04:03.232Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:04:03.234Z||pool-50-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-11-03T04:04:04.110Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:04:04.111Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:04:04.111Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-03T04:04:04.112Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:04:04.114Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:04:04.114Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448244110, "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-03T04:04:04.214Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:04:04.215Z||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-03T04:04:04.215Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:04:04.230Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:04:04.231Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:04:05.115Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:04:05.115Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:04:05.115Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T04:04:05.116Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:04:05.118Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:04:05.118Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448245114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T04:04:05.218Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:04:05.219Z||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-03T04:04:05.219Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:04:05.238Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:04:05.238Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:04:06.119Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:04:06.120Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:04:06.120Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T04:04:06.120Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:04:06.122Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:04:06.122Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448246119, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-03T04:04:06.223Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:04:06.224Z||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-03T04:04:06.224Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:04:06.238Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:04:06.239Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:04:07.124Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:04:07.124Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:04:07.124Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T04:04:07.124Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:04:07.130Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:04:07.131Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448247124, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-03T04:04:07.232Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-03T04:04:07.233Z||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-03T04:04:07.233Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:04:07.250Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:04:07.250Z||pool-54-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:04:08.132Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:04:08.132Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||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-03T04:04:08.132Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T04:04:08.133Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:04:08.134Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:04:08.135Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448248132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:04:08.235Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:04:08.235Z||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-03T04:04:08.236Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:04:08.250Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:04:08.251Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:04:09.135Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70493b2a-f47e-41f3-beac-d2b6b4891545 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:04:09.152Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70493b2a-f47e-41f3-beac-d2b6b4891545 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:04:09.157Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T04:04:09.157Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-03T04:04:09.157Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-03T04:04:09.157Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-03T04:04:09.157Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:04:09.158Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:04:09.158Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:04:09.158Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:04:09.158Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:04:09.158Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:04:09.158Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-03T04:04:09.164Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-03T04:04:15.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:04:15.057Z||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-03T04:04:15.058Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:04:15.085Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:04:15.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:04:15.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a3516a-3dde-48c3-850f-d09704aa2e5e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448177035, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T04:04:15.086Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:04:15.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:04:15.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448185227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448187438, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448188557, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:04:15.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:04:15.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448189612, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-03T04:04:15.088Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:04:15.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:04:15.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448190823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T04:04:15.088Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:04:15.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:04:15.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448191830, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-03T04:04:15.088Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:04:15.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:04:15.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448192834, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-03T04:04:15.088Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:04:15.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:04:15.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448193838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:04:15.088Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:04:39.165Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 70493b2a-f47e-41f3-beac-d2b6b4891545 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-03T04:04:39.179Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 70493b2a-f47e-41f3-beac-d2b6b4891545 and serviceModelVersionId: ff2d4214-ca5b-4538-beb9-eee150eb3fa8 2022-11-03T04:04:39.179Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b2a428ce-e354-484c-849d-5689cbeac95f 2022-11-03T04:04:39.180Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b2a428ce-e354-484c-849d-5689cbeac95f/model-vers/model-ver/ff2d4214-ca5b-4538-beb9-eee150eb3fa8?depth=0 2022-11-03T04:04:39.184Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-11-03T04:04:39.215Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2a428ce-e354-484c-849d-5689cbeac95f/model-vers/model-ver/ff2d4214-ca5b-4538-beb9-eee150eb3fa8?depth=0|INFO|500||Invoke 2022-11-03T04:04:39.216Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2a428ce-e354-484c-849d-5689cbeac95f/model-vers/model-ver/ff2d4214-ca5b-4538-beb9-eee150eb3fa8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2a428ce-e354-484c-849d-5689cbeac95f/model-vers/model-ver/ff2d4214-ca5b-4538-beb9-eee150eb3fa8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[70493b2a-f47e-41f3-beac-d2b6b4891545], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5429b561-2927-4759-af69-59b4d9a3f230], X-ECOMP-RequestID=[70493b2a-f47e-41f3-beac-d2b6b4891545], X-TransactionId=[], X-ONAP-RequestID=[70493b2a-f47e-41f3-beac-d2b6b4891545], Content-Type=[application/merge-patch+json]} 2022-11-03T04:04:39.239Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2a428ce-e354-484c-849d-5689cbeac95f/model-vers/model-ver/ff2d4214-ca5b-4538-beb9-eee150eb3fa8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-03T04:04:39.324Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2a428ce-e354-484c-849d-5689cbeac95f/model-vers/model-ver/ff2d4214-ca5b-4538-beb9-eee150eb3fa8?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/b2a428ce-e354-484c-849d-5689cbeac95f/model-vers/model-ver/ff2d4214-ca5b-4538-beb9-eee150eb3fa8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221103-04:04:40:241-59364], vertex-id=[217176], Content-Length=[0], Date=[Thu, 03 Nov 2022 04:04:40 GMT], Content-Type=[application/json]} 2022-11-03T04:04:39.324Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2a428ce-e354-484c-849d-5689cbeac95f/model-vers/model-ver/ff2d4214-ca5b-4538-beb9-eee150eb3fa8?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-03T04:04:39.325Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2a428ce-e354-484c-849d-5689cbeac95f/model-vers/model-ver/ff2d4214-ca5b-4538-beb9-eee150eb3fa8?depth=0|INFO|500||InvokeReturn 2022-11-03T04:04:39.326Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-03T04:04:39.326Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-03T04:04:39.330Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-03T04:04:39.331Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 70493b2a-f47e-41f3-beac-d2b6b4891545 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-03T04:04:39.331Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-03T04:04:39.331Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:04:39.333Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:04:39.333Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448279331, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T04:04:39.433Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:04:39.434Z||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-03T04:04:39.434Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:04:39.452Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:04:39.452Z||pool-56-thread-1|||||INFO|500||cambria reply ok (19 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-03T04:04:40.353Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:04:40.354Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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-03T04:04:40.354Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:04:50.638Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:04:50.638Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:04:50.639Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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-03T04:04:50.639Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:05:00.208Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:05:00.209Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:05:00.210Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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-03T04:05:00.210Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:05:09.750Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:05:15.051Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:05:15.052Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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-03T04:05:15.052Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:05:15.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:05:15.057Z||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-03T04:05:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:05:15.102Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:05:15.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:05:15.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "655ba66b-ce65-4726-a842-1335943f7f0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448225080, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T04:05:15.105Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:05:15.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:05:15.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:05:15.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:05:15.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:05:15.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-03T04:05:15.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:05:15.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:05:15.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-03T04:05:15.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:05:15.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:05:15.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-03T04:05:15.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:05:15.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:05:15.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-03T04:05:15.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:05:15.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:05:15.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:05:15.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:05:15.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:05:15.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-03T04:05:15.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:05:15.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448075051, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448235633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448237668, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448238721, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448239775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448240842, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448241949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448243106, "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-03T04:05:15.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448244110, "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-03T04:05:15.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:05:15.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448245114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T04:05:15.107Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:05:15.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:05:15.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448246119, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-03T04:05:15.107Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:05:15.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:05:15.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448247124, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-03T04:05:15.107Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:05:15.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:05:15.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448248132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:05:15.107Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:05:24.593Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:06:15.051Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:06:15.053Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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-03T04:06:15.053Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:06:15.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:06:15.057Z||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-03T04:06:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:06:15.598Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:06:15.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T04:06:15.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70493b2a-f47e-41f3-beac-d2b6b4891545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448279331, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T04:06:15.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:06:24.613Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:07:15.053Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:07:15.054Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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-03T04:07:15.054Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:07:15.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:07:15.057Z||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-03T04:07:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:07:24.608Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:07:24.609Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:08:15.051Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:08:15.052Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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-03T04:08:15.052Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:08:15.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:08:15.059Z||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-03T04:08:15.060Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:08:24.611Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:08:24.612Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:09:15.051Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:09:15.052Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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-03T04:09:15.052Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:09:15.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:09:15.057Z||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-03T04:09:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:09:24.602Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:09:24.602Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:10:15.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:10:15.051Z||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-03T04:10:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:10:15.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:10:15.057Z||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-03T04:10:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:10:24.597Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:10:24.597Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:11:15.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:11:15.052Z||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-03T04:11:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:11:15.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:11:15.057Z||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-03T04:11:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:11:24.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:11:24.611Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:12:15.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:12:15.052Z||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-03T04:12:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:12:15.056Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:12:15.057Z||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-03T04:12:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:12:24.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:12:24.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:13:15.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:13:15.055Z||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-03T04:13:15.055Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:13:15.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:13:15.058Z||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-03T04:13:15.058Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:13:24.628Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:13:24.629Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:14:15.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:14:15.052Z||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-03T04:14:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:14:15.056Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:14:15.057Z||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-03T04:14:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:14:15.182Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:14:15.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "ves-openapi-manager", "timestamp": 1667448810533, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.298Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.298Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "multicloud-k8s-id", "timestamp": 1667448814442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.298Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "policy-id", "timestamp": 1667448806464, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.299Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "ves-openapi-manager", "timestamp": 1667448810533, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.299Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "multicloud-k8s-id", "timestamp": 1667448814442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-03T04:14:15.299Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "policy-id", "timestamp": 1667448806464, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.299Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "ves-openapi-manager", "timestamp": 1667448810533, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.299Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "multicloud-k8s-id", "timestamp": 1667448814442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-03T04:14:15.299Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "policy-id", "timestamp": 1667448806464, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-03T04:14:15.299Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "ves-openapi-manager", "timestamp": 1667448810533, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.299Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "multicloud-k8s-id", "timestamp": 1667448814442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.300Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.300Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "policy-id", "timestamp": 1667448806464, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.300Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.300Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "cds", "timestamp": 1667448820327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.300Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.300Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "ves-openapi-manager", "timestamp": 1667448810533, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.300Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.300Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "policy-id", "timestamp": 1667448806464, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.300Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.300Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "multicloud-k8s-id", "timestamp": 1667448814442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-03T04:14:15.300Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.300Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "cds", "timestamp": 1667448820327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.301Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.301Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "ves-openapi-manager", "timestamp": 1667448810533, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.301Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.301Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "multicloud-k8s-id", "timestamp": 1667448814442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.301Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.302Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "policy-id", "timestamp": 1667448806464, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.302Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.302Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "cds", "timestamp": 1667448820327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.302Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.302Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "ves-openapi-manager", "timestamp": 1667448810533, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.302Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.302Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "multicloud-k8s-id", "timestamp": 1667448814442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.302Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.302Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "policy-id", "timestamp": 1667448806464, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.302Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.302Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "cds", "timestamp": 1667448820327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.302Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.302Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "ves-openapi-manager", "timestamp": 1667448810533, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.302Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.302Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "policy-id", "timestamp": 1667448806464, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:14:15.302Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.303Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "multicloud-k8s-id", "timestamp": 1667448814442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:14:15.303Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.303Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "cds", "timestamp": 1667448820327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.303Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.303Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "multicloud-k8s-id", "timestamp": 1667448825153, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T04:14:15.303Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:14:15.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.303Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "policy-id", "timestamp": 1667448824505, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:14:15.303Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:14:15.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.303Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "cds", "timestamp": 1667448820327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.303Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.303Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "policy-id", "timestamp": 1667448825509, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:14:15.303Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:14:15.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.303Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "multicloud-k8s-id", "timestamp": 1667448826222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T04:14:15.304Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:14:15.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "cds", "timestamp": 1667448820327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.304Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "policy-id", "timestamp": 1667448826512, "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-03T04:14:15.334Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ddbc669-7d34-4189-9e76-9a7c5b9a9be3 2022-11-03T04:14:15.334Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ddbc669-7d34-4189-9e76-9a7c5b9a9be3 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-03T04:14:15.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "multicloud-k8s-id", "timestamp": 1667448827281, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-03T04:14:15.344Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:14:15.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "cds", "timestamp": 1667448820327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:14:15.345Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "multicloud-k8s-id", "timestamp": 1667448828308, "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-03T04:14:15.353Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ddbc669-7d34-4189-9e76-9a7c5b9a9be3 2022-11-03T04:14:15.354Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ddbc669-7d34-4189-9e76-9a7c5b9a9be3 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-03T04:14:15.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "policy-id", "timestamp": 1667448827515, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.362Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "cds", "timestamp": 1667448829064, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:14:15.362Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:14:15.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "multicloud-k8s-id", "timestamp": 1667448829313, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T04:14:15.363Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:14:15.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "policy-id", "timestamp": 1667448827515, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "policy-id", "timestamp": 1667448827515, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-03T04:14:15.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "cds", "timestamp": 1667448831410, "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-03T04:14:15.368Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4ddbc669-7d34-4189-9e76-9a7c5b9a9be3 2022-11-03T04:14:15.368Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ddbc669-7d34-4189-9e76-9a7c5b9a9be3 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-03T04:14:15.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "ves-openapi-manager", "timestamp": 1667448830534, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.377Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "policy-id", "timestamp": 1667448827515, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448830606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "ves-openapi-manager", "timestamp": 1667448830534, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "policy-id", "timestamp": 1667448827515, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448830606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "ves-openapi-manager", "timestamp": 1667448830534, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "policy-id", "timestamp": 1667448827515, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448830606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "ves-openapi-manager", "timestamp": 1667448830534, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "policy-id", "timestamp": 1667448827515, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448830606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "multicloud-k8s-id", "timestamp": 1667448834442, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "clamp", "timestamp": 1667448834775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "ves-openapi-manager", "timestamp": 1667448830534, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "cds", "timestamp": 1667448835327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "policy-id", "timestamp": 1667448827515, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448830606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "multicloud-k8s-id", "timestamp": 1667448834442, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "clamp", "timestamp": 1667448834775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "ves-openapi-manager", "timestamp": 1667448830534, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "cds", "timestamp": 1667448835327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "policy-id", "timestamp": 1667448827515, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448830606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "aai-ml", "timestamp": 1667448835936, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "multicloud-k8s-id", "timestamp": 1667448834442, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "clamp", "timestamp": 1667448834775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "ves-openapi-manager", "timestamp": 1667448830534, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "cds", "timestamp": 1667448835327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "policy-id", "timestamp": 1667448827515, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448830606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "aai-ml", "timestamp": 1667448835936, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "multicloud-k8s-id", "timestamp": 1667448834442, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "clamp", "timestamp": 1667448834775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "ves-openapi-manager", "timestamp": 1667448830534, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "cds", "timestamp": 1667448835327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448830606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "policy-id", "timestamp": 1667448838303, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "aai-ml", "timestamp": 1667448835936, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "multicloud-k8s-id", "timestamp": 1667448834442, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "clamp", "timestamp": 1667448834775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "ves-openapi-manager", "timestamp": 1667448830534, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "cds", "timestamp": 1667448835327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "policy-id", "timestamp": 1667448839307, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "aai-ml", "timestamp": 1667448835936, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448839364, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:14:15.381Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:14:15.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "multicloud-k8s-id", "timestamp": 1667448834442, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-03T04:14:15.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "clamp", "timestamp": 1667448834775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "ves-openapi-manager", "timestamp": 1667448830534, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "cds", "timestamp": 1667448835327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "policy-id", "timestamp": 1667448840310, "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-03T04:14:15.394Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a262db4b-a335-4402-bc2b-49393f944f2b 2022-11-03T04:14:15.394Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a262db4b-a335-4402-bc2b-49393f944f2b 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-03T04:14:15.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "aai-ml", "timestamp": 1667448835936, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "multicloud-k8s-id", "timestamp": 1667448834442, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-03T04:14:15.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "clamp", "timestamp": 1667448834775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "ves-openapi-manager", "timestamp": 1667448830534, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "cds", "timestamp": 1667448835327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "aai-ml", "timestamp": 1667448835936, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "multicloud-k8s-id", "timestamp": 1667448834442, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448841476, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:14:15.404Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:14:15.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "clamp", "timestamp": 1667448834775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:14:15.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "ves-openapi-manager", "timestamp": 1667448830534, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "cds", "timestamp": 1667448835327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "aai-ml", "timestamp": 1667448835936, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "multicloud-k8s-id", "timestamp": 1667448834442, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448842480, "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-03T04:14:15.411Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4ddbc669-7d34-4189-9e76-9a7c5b9a9be3 2022-11-03T04:14:15.411Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ddbc669-7d34-4189-9e76-9a7c5b9a9be3 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-03T04:14:15.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "ves-openapi-manager", "timestamp": 1667448830534, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.422Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "cds", "timestamp": 1667448835327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.422Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "aai-ml", "timestamp": 1667448835936, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:14:15.422Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "multicloud-k8s-id", "timestamp": 1667448834442, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:14:15.422Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448830606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.422Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "ves-openapi-manager", "timestamp": 1667448830534, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.423Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "cds", "timestamp": 1667448835327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:14:15.423Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "aai-ml", "timestamp": 1667448844715, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:14:15.423Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:14:15.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448830606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.423Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "multicloud-k8s-id", "timestamp": 1667448845198, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T04:14:15.423Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:14:15.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "ves-openapi-manager", "timestamp": 1667448830534, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.424Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "cds", "timestamp": 1667448846076, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:14:15.424Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:14:15.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448830606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.424Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "multicloud-k8s-id", "timestamp": 1667448846273, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T04:14:15.424Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:14:15.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "ves-openapi-manager", "timestamp": 1667448830534, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.424Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448830606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.424Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "cds", "timestamp": 1667448847396, "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-03T04:14:15.431Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a262db4b-a335-4402-bc2b-49393f944f2b 2022-11-03T04:14:15.431Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a262db4b-a335-4402-bc2b-49393f944f2b 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-03T04:14:15.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "multicloud-k8s-id", "timestamp": 1667448847328, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-03T04:14:15.441Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:14:15.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "ves-openapi-manager", "timestamp": 1667448830534, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-03T04:14:15.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "policy-id", "timestamp": 1667448846464, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448830606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "cds", "timestamp": 1667448835327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "multicloud-k8s-id", "timestamp": 1667448848404, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-03T04:14:15.442Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:14:15.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "ves-openapi-manager", "timestamp": 1667448830534, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "policy-id", "timestamp": 1667448846464, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448830606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "cds", "timestamp": 1667448835327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "multicloud-k8s-id", "timestamp": 1667448849447, "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-03T04:14:15.448Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a262db4b-a335-4402-bc2b-49393f944f2b 2022-11-03T04:14:15.449Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a262db4b-a335-4402-bc2b-49393f944f2b 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-03T04:14:15.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "ves-openapi-manager", "timestamp": 1667448830534, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "policy-id", "timestamp": 1667448846464, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448830606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "cds", "timestamp": 1667448835327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "multicloud-k8s-id", "timestamp": 1667448850450, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T04:14:15.463Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:14:15.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "ves-openapi-manager", "timestamp": 1667448850337, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T04:14:15.463Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:14:15.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "policy-id", "timestamp": 1667448846464, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448830606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "cds", "timestamp": 1667448835327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "multicloud-k8s-id", "timestamp": 1667448834442, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "ves-openapi-manager", "timestamp": 1667448851367, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-03T04:14:15.463Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:14:15.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "policy-id", "timestamp": 1667448846464, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "aai-ml", "timestamp": 1667448851447, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:14:15.464Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:14:15.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448830606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "cds", "timestamp": 1667448835327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "multicloud-k8s-id", "timestamp": 1667448834442, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "ves-openapi-manager", "timestamp": 1667448852369, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:14:15.480Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 5dffe20c-4df7-4651-8c65-261c0bc41912 2022-11-03T04:14:15.480Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dffe20c-4df7-4651-8c65-261c0bc41912 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-03T04:14:15.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "policy-id", "timestamp": 1667448846464, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "aai-ml", "timestamp": 1667448852451, "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-03T04:14:15.493Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4ddbc669-7d34-4189-9e76-9a7c5b9a9be3 2022-11-03T04:14:15.493Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ddbc669-7d34-4189-9e76-9a7c5b9a9be3 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-03T04:14:15.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448830606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:14:15.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "cds", "timestamp": 1667448835327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "multicloud-k8s-id", "timestamp": 1667448834442, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "policy-id", "timestamp": 1667448846464, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "aai-ml", "timestamp": 1667448835936, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "cds", "timestamp": 1667448835327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448853596, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:14:15.502Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:14:15.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "multicloud-k8s-id", "timestamp": 1667448834442, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "policy-id", "timestamp": 1667448846464, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "aai-ml", "timestamp": 1667448835936, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "clamp", "timestamp": 1667448855072, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:14:15.503Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:14:15.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "cds", "timestamp": 1667448835327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "multicloud-k8s-id", "timestamp": 1667448834442, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:14:15.680Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:14:15.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T04:14:15.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"4ddbc669-7d34-4189-9e76-9a7c5b9a9be3","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"7e20488d-72b2-4d60-80b2-ffa61713cd79","serviceDescription":"service","serviceInvariantUUID":"6d2ea9ad-7050-49f9-992c-cec11e42836d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"586c025c-1d5a-4ec0-8318-428cb6d823b1","resourceInvariantUUID":"6ec61e66-dae7-4f68-bb85-b6bfe1cd58ab","resourceCustomizationUUID":"fc0c48f6-4925-4e30-8147-82120ad897e5","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":"ODQxOTVlOTUxZGI5ZDZhMDFmNTBlOGQxNDJiMWE5NTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"db41424f-e223-4aed-ae86-01c5ae50e4d5","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":"ZWFlYWZhMjUyNDE0OGY5N2Y2NjczMTY5N2Q2MGRhNWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7ad8bc8e-6434-49b7-b991-68365203711a","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":"c7114ce8-cd58-400f-8fd3-6b411f86fede","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":"0e6c1975-94a8-423b-9eef-bebf8b8f1010","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":"4624a69e-4183-4884-ad72-b87365ee78d7","artifactVersion":"2","generatedFromUUID":"c7114ce8-cd58-400f-8fd3-6b411f86fede"},{"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":"NjQ0ODA3NDUyMWE1ZDdiMTM1ODgwOWZjNDJjZjY1NjU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5ce49f8f-0227-4409-93bf-0fe7a39fb928","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":"ZGI0ODMyMTAxYjhlNTlhODJlZmRlMjQ2MzRiYzNiNTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6079040e-820d-4cf0-ac4a-9afe56419f7b","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDNkMmU5MjA4YzdhOTgxZTk0MWQ0ZWE3OGRjNDliYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"695fe369-2111-4f60-bf8b-9b08f14fce0c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-03T04:14:15.684Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:14:15.684Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:14:15.687Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:14:15.687Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:15.788Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:14:15.789Z||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-03T04:14:15.789Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:14:15.805Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:14:15.806Z||pool-57-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:14:16.688Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:14:16.688Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:14:16.693Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:14:16.693Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-03T04:14:16.791Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-11-03T04:14:16.793Z||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-03T04:14:16.794Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:14:16.806Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:14:16.807Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:14:17.694Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:14:17.695Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:14:17.697Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:14:17.697Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-03T04:14:17.797Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T04:14:17.798Z||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-03T04:14:17.798Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:14:17.815Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:14:17.816Z||pool-59-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:14:18.698Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:14:18.699Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:14:18.702Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:14:18.702Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:18.802Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:14:18.803Z||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-03T04:14:18.803Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:14:18.823Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:14:18.824Z||pool-60-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:14:19.703Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:14:19.703Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:14:19.705Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:14:19.705Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-03T04:14:19.805Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:14:19.806Z||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-03T04:14:19.806Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:14:19.821Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:14:19.821Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:14:20.706Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:14:20.707Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:14:20.708Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:14:20.709Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:20.809Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:14:20.810Z||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-03T04:14:20.810Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:14:20.824Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:14:20.825Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-03T04:14:21.709Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:14:21.710Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:14:21.711Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:14:21.712Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:14:21.812Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:14:21.813Z||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-03T04:14:21.813Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:14:21.829Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:14:21.829Z||pool-63-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:14:22.712Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:14:22.713Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:14:22.715Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:14:22.715Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:14:22.815Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:14:22.816Z||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-03T04:14:22.816Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:14:22.832Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:14:22.832Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:14:23.716Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "7e20488d-72b2-4d60-80b2-ffa61713cd79", "serviceDescription": "service", "serviceInvariantUUID": "6d2ea9ad-7050-49f9-992c-cec11e42836d", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "fc0c48f6-4925-4e30-8147-82120ad897e5", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "586c025c-1d5a-4ec0-8318-428cb6d823b1", "resourceInvariantUUID": "6ec61e66-dae7-4f68-bb85-b6bfe1cd58ab", "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": "ZWFlYWZhMjUyNDE0OGY5N2Y2NjczMTY5N2Q2MGRhNWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7ad8bc8e-6434-49b7-b991-68365203711a", "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": "c7114ce8-cd58-400f-8fd3-6b411f86fede", "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": "4624a69e-4183-4884-ad72-b87365ee78d7", "generatedFromUUID": "c7114ce8-cd58-400f-8fd3-6b411f86fede" }, "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": "4624a69e-4183-4884-ad72-b87365ee78d7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZDNkMmU5MjA4YzdhOTgxZTk0MWQ0ZWE3OGRjNDliYjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "695fe369-2111-4f60-bf8b-9b08f14fce0c" } ], "workloadContext": "Production" } 2022-11-03T04:14:23.717Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-03T04:14:23.717Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7e20488d-72b2-4d60-80b2-ffa61713cd79 ASDC 2022-11-03T04:14:23.717Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:4ddbc669-7d34-4189-9e76-9a7c5b9a9be3 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:7e20488d-72b2-4d60-80b2-ffa61713cd79 ServiceInvariantUUID:6d2ea9ad-7050-49f9-992c-cec11e42836d 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:695fe369-2111-4f60-bf8b-9b08f14fce0c ArtifactChecksum:ZDNkMmU5MjA4YzdhOTgxZTk0MWQ0ZWE3OGRjNDliYjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:fc0c48f6-4925-4e30-8147-82120ad897e5 ResourceInvariantUUID:6ec61e66-dae7-4f68-bb85-b6bfe1cd58ab ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:586c025c-1d5a-4ec0-8318-428cb6d823b1 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:7ad8bc8e-6434-49b7-b991-68365203711a ArtifactChecksum:ZWFlYWZhMjUyNDE0OGY5N2Y2NjczMTY5N2Q2MGRhNWQ= 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:c7114ce8-cd58-400f-8fd3-6b411f86fede 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:4624a69e-4183-4884-ad72-b87365ee78d7 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:4624a69e-4183-4884-ad72-b87365ee78d7 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-03T04:14:23.718Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e20488d-72b2-4d60-80b2-ffa61713cd79 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-03T04:14:23.752Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T04:14:23.754Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-03T04:14:23.754Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-03T04:14:23.754Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 695fe369-2111-4f60-bf8b-9b08f14fce0c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-03T04:14:23.754Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-03T04:14:23.755Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:23.825Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-03T04:14:23.828Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 695fe369-2111-4f60-bf8b-9b08f14fce0c 78823 2022-11-03T04:14:23.829Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:23.829Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:23.829Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T04:14:23.829Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:14:23.831Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:14:23.831Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448863829, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:14:23.931Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:14:23.933Z||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-03T04:14:23.933Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:14:23.947Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:14:23.947Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:14:24.834Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T04:14:24.836Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-03T04:14:24.837Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 695fe369-2111-4f60-bf8b-9b08f14fce0c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-03T04:14:24.838Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-11-03T04:14:24.840Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-03T04:14:24.840Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-03T04:14:25.029Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10281211133120913896/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-03T04:14:25.948Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-03T04:14:25.949Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-03T04:14:25.949Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-03T04:14:25.949Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-11-03T04:14:25.949Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:25.949Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:25.950Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:25.950Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:25.950Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:25.950Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:25.950Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:25.950Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:25.950Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:25.950Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-03T04:14:25.950Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:14:25.951Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:25.951Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-03T04:14:25.951Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-03T04:14:25.951Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:25.951Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:14:25.951Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:25.951Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-03T04:14:25.951Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-03T04:14:25.951Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:25.952Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:14:25.952Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:25.952Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:14:25.952Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-03T04:14:25.952Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-03T04:14:25.952Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-03T04:14:25.952Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-03T04:14:25.952Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-03T04:14:25.952Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-03T04:14:25.952Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:14:25.952Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:25.952Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:14:25.953Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-03T04:14:25.953Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T04:14:25.953Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:14:25.953Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-03T04:14:25.953Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T04:14:25.953Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:14:25.953Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-03T04:14:25.953Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T04:14:25.953Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:14:25.953Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-03T04:14:25.953Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-03T04:14:25.953Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-03T04:14:25.953Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=eddcd324-5d9f-4fcc-b1c8-67b6de74af3e 2022-11-03T04:14:25.954Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:14:25.954Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:25.954Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:14:25.954Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:25.954Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:14:25.954Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:25.954Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:14:25.954Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:25.954Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:7e20488d-72b2-4d60-80b2-ffa61713cd79 Model Version:NULL Model InvariantUuid:6d2ea9ad-7050-49f9-992c-cec11e42836d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:f0e79889-4310-40f7-ab8d-50c49cbe1f33 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6ec61e66-dae7-4f68-bb85-b6bfe1cd58ab Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:fc0c48f6-4925-4e30-8147-82120ad897e5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9adcfc99-a1af-485d-91c9-e3e7e19dc39c ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:1b3caa72-d4ae-4c4d-8ae3-9d9de60eaca7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:eddcd324-5d9f-4fcc-b1c8-67b6de74af3e ModelInvariantUuid:7936170e-46d8-407d-bb30-35c56d6b1e35 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:2c6cddfb-630a-463c-934a-215a8552e2a3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:2f4873a2-fae6-4f6e-afca-6fc4cc14316f ModelInvariantUuid:7901a010-5742-472c-9aa1-bb7584cd7b33 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:e2413d62-8cd1-473a-81d7-433f152ed94c 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-03T04:14:25.963Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 586c025c-1d5a-4ec0-8318-428cb6d823b1 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-03T04:14:25.968Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||basic_vm_macro 0 2022-11-03T04:14:25.969Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 586c025c-1d5a-4ec0-8318-428cb6d823b1 2022-11-03T04:14:25.969Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7ad8bc8e-6434-49b7-b991-68365203711a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-03T04:14:25.969Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-03T04:14:25.969Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:26.018Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-03T04:14:26.018Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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 7ad8bc8e-6434-49b7-b991-68365203711a 792 2022-11-03T04:14:26.019Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:26.019Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:26.019Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T04:14:26.019Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:14:26.021Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:14:26.021Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448866019, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T04:14:26.121Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:14:26.122Z||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-03T04:14:26.122Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:14:26.137Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:14:26.138Z||pool-66-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:14:27.021Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9adcfc99-a1af-485d-91c9-e3e7e19dc39c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1b3caa72-d4ae-4c4d-8ae3-9d9de60eaca7", "vfModuleModelCustomizationUUID": "94e69e17-40d5-49a0-8ed8-9190498d5629", "isBase": true, "artifacts": [ "c7114ce8-cd58-400f-8fd3-6b411f86fede", "4624a69e-4183-4884-ad72-b87365ee78d7" ], "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-03T04:14:27.026Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1b3caa72-d4ae-4c4d-8ae3-9d9de60eaca7 VfModuleModelInvariantUUID:9adcfc99-a1af-485d-91c9-e3e7e19dc39c VfModuleModelDescription:NULL Artifacts UUID List:{ c7114ce8-cd58-400f-8fd3-6b411f86fede , 4624a69e-4183-4884-ad72-b87365ee78d7 } 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-03T04:14:27.028Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9adcfc99-a1af-485d-91c9-e3e7e19dc39c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1b3caa72-d4ae-4c4d-8ae3-9d9de60eaca7", "vfModuleModelCustomizationUUID": "94e69e17-40d5-49a0-8ed8-9190498d5629", "isBase": true, "artifacts": [ "c7114ce8-cd58-400f-8fd3-6b411f86fede", "4624a69e-4183-4884-ad72-b87365ee78d7" ], "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-03T04:14:27.029Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1b3caa72-d4ae-4c4d-8ae3-9d9de60eaca7 VfModuleModelInvariantUUID:9adcfc99-a1af-485d-91c9-e3e7e19dc39c VfModuleModelDescription:NULL Artifacts UUID List:{ c7114ce8-cd58-400f-8fd3-6b411f86fede , 4624a69e-4183-4884-ad72-b87365ee78d7 } 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-03T04:14:27.029Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c7114ce8-cd58-400f-8fd3-6b411f86fede from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-03T04:14:27.029Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-03T04:14:27.029Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:27.074Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-03T04:14:27.074Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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 c7114ce8-cd58-400f-8fd3-6b411f86fede 5033 2022-11-03T04:14:27.075Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:27.075Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:27.075Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T04:14:27.075Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:14:27.077Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:14:27.077Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448867075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T04:14:27.177Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:14:27.178Z||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-03T04:14:27.178Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:14:27.191Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:14:27.192Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-03T04:14:28.078Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4624a69e-4183-4884-ad72-b87365ee78d7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-03T04:14:28.078Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-03T04:14:28.078Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:28.134Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-03T04:14:28.134Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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 4624a69e-4183-4884-ad72-b87365ee78d7 903 2022-11-03T04:14:28.135Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:28.135Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:28.135Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T04:14:28.135Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:14:28.138Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:14:28.139Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448868134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-03T04:14:28.238Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-03T04:14:28.239Z||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-03T04:14:28.239Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:14:28.251Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:14:28.252Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:14:29.139Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7e20488d-72b2-4d60-80b2-ffa61713cd79 2022-11-03T04:14:29.140Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 586c025c-1d5a-4ec0-8318-428cb6d823b1 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-03T04:14:29.155Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74c58a61, org.onap.sdc.toscaparser.api.parameters.Input@57823500, org.onap.sdc.toscaparser.api.parameters.Input@1f010a64, org.onap.sdc.toscaparser.api.parameters.Input@377642e2, org.onap.sdc.toscaparser.api.parameters.Input@6f3850ef] 2022-11-03T04:14:29.157Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:14:29.158Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:29.158Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-11-03T04:14:29.158Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= fc0c48f6-4925-4e30-8147-82120ad897e5 2022-11-03T04:14:29.158Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fc0c48f6-4925-4e30-8147-82120ad897e5 matches Tosca VF Customization UUID: fc0c48f6-4925-4e30-8147-82120ad897e5 2022-11-03T04:14:29.158Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: fc0c48f6-4925-4e30-8147-82120ad897e5 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-03T04:14:29.161Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:14:29.161Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:29.162Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id fc0c48f6-4925-4e30-8147-82120ad897e5: {\"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-03T04:14:29.162Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3bf50b3b 2022-11-03T04:14:29.162Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:14:29.163Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:29.163Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 94e69e17-40d5-49a0-8ed8-9190498d5629 2022-11-03T04:14:29.163Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 94e69e17-40d5-49a0-8ed8-9190498d5629 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-03T04:14:29.166Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:14:29.167Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-03T04:14:29.167Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T04:14:29.167Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:14:29.167Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-03T04:14:29.167Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T04:14:29.167Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:14:29.167Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-03T04:14:29.167Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-03T04:14:29.167Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-03T04:14:29.168Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=eddcd324-5d9f-4fcc-b1c8-67b6de74af3e 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-03T04:14:29.171Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:14:29.171Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-03T04:14:29.171Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T04:14:29.171Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:14:29.171Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-03T04:14:29.171Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=fc0c48f6-4925-4e30-8147-82120ad897e5 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-03T04:14:29.174Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:14:29.174Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:29.174Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7e20488d-72b2-4d60-80b2-ffa61713cd79: basic_vm_macro 2022-11-03T04:14:29.174Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:14:29.174Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:29.174Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:14:29.174Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:29.174Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:14:29.174Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:29.174Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:14:29.174Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:29.175Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:14:29.175Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:29.175Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:29.257Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 586c025c-1d5a-4ec0-8318-428cb6d823b1 1 ASDC deployResourceStructure 2022-11-03T04:14:29.257Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:29.257Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:29.257Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T04:14:29.258Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:14:29.260Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:14:29.260Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448869257, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T04:14:29.360Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:14:29.361Z||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-03T04:14:29.361Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:14:29.375Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:14:29.376Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:14:30.261Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:30.262Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:30.262Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T04:14:30.262Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:14:30.264Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:14:30.264Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448870261, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-03T04:14:30.365Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T04:14:30.365Z||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-03T04:14:30.366Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:14:30.379Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:14:30.379Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:14:31.266Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:31.266Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:31.266Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T04:14:31.266Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:14:31.268Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:14:31.268Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448871266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-03T04:14:31.368Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:14:31.369Z||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-03T04:14:31.369Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:14:31.383Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:14:31.384Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:14:32.269Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:32.269Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:32.269Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T04:14:32.270Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:14:32.271Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:14:32.271Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448872268, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:14:32.372Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:14:32.373Z||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-03T04:14:32.373Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:14:32.387Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:14:32.387Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-03T04:14:33.273Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ddbc669-7d34-4189-9e76-9a7c5b9a9be3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:14:33.284Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ddbc669-7d34-4189-9e76-9a7c5b9a9be3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:14:33.288Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T04:14:33.288Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-03T04:14:33.288Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-03T04:14:33.288Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-03T04:14:33.288Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:14:33.288Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:14:33.288Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:14:33.288Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:14:33.288Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:14:33.288Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:14:33.295Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-03T04:15:03.295Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ddbc669-7d34-4189-9e76-9a7c5b9a9be3 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-03T04:15:03.304Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ddbc669-7d34-4189-9e76-9a7c5b9a9be3 and serviceModelVersionId: 7e20488d-72b2-4d60-80b2-ffa61713cd79 2022-11-03T04:15:03.305Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d2ea9ad-7050-49f9-992c-cec11e42836d 2022-11-03T04:15:03.306Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d2ea9ad-7050-49f9-992c-cec11e42836d/model-vers/model-ver/7e20488d-72b2-4d60-80b2-ffa61713cd79?depth=0 2022-11-03T04:15:03.312Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-11-03T04:15:03.372Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d2ea9ad-7050-49f9-992c-cec11e42836d/model-vers/model-ver/7e20488d-72b2-4d60-80b2-ffa61713cd79?depth=0|INFO|500||Invoke 2022-11-03T04:15:03.373Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d2ea9ad-7050-49f9-992c-cec11e42836d/model-vers/model-ver/7e20488d-72b2-4d60-80b2-ffa61713cd79?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d2ea9ad-7050-49f9-992c-cec11e42836d/model-vers/model-ver/7e20488d-72b2-4d60-80b2-ffa61713cd79?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4ddbc669-7d34-4189-9e76-9a7c5b9a9be3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e277384b-d38b-4660-ba55-afb2a76d50f5], X-ECOMP-RequestID=[4ddbc669-7d34-4189-9e76-9a7c5b9a9be3], X-TransactionId=[], X-ONAP-RequestID=[4ddbc669-7d34-4189-9e76-9a7c5b9a9be3], Content-Type=[application/merge-patch+json]} 2022-11-03T04:15:03.397Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d2ea9ad-7050-49f9-992c-cec11e42836d/model-vers/model-ver/7e20488d-72b2-4d60-80b2-ffa61713cd79?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-03T04:15:03.484Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d2ea9ad-7050-49f9-992c-cec11e42836d/model-vers/model-ver/7e20488d-72b2-4d60-80b2-ffa61713cd79?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/6d2ea9ad-7050-49f9-992c-cec11e42836d/model-vers/model-ver/7e20488d-72b2-4d60-80b2-ffa61713cd79?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221103-04:15:04:415-64363], vertex-id=[229464], Content-Length=[0], Date=[Thu, 03 Nov 2022 04:15:04 GMT], Content-Type=[application/json]} 2022-11-03T04:15:03.485Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d2ea9ad-7050-49f9-992c-cec11e42836d/model-vers/model-ver/7e20488d-72b2-4d60-80b2-ffa61713cd79?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-03T04:15:03.486Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d2ea9ad-7050-49f9-992c-cec11e42836d/model-vers/model-ver/7e20488d-72b2-4d60-80b2-ffa61713cd79?depth=0|INFO|500||InvokeReturn 2022-11-03T04:15:03.486Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-03T04:15:03.487Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:15:03.496Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|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-03T04:15:03.497Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ddbc669-7d34-4189-9e76-9a7c5b9a9be3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-03T04:15:03.497Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-03T04:15:03.497Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:15:03.500Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:15:03.500Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448903497, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T04:15:03.600Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:15:03.601Z||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-03T04:15:03.601Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:15:03.618Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:15:03.618Z||pool-73-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-03T04:15:04.513Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T04:15:04.513Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a262db4b-a335-4402-bc2b-49393f944f2b","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f729d88d-4125-4af4-91f5-206d2ef79e15","serviceDescription":"service","serviceInvariantUUID":"8532c9b9-d0a4-46ce-a58d-a63a64181fda","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"01ef9816-84ae-407a-a8d2-0200a2dd74b8","resourceInvariantUUID":"a51e4b76-1ebc-4581-b56a-fa8c5461cfa3","resourceCustomizationUUID":"8c12557f-4087-4f8d-b82a-a235a3d6c5e1","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":"ZmFhYjYyNTgyZjcyMWVjMDc1NzM2YWE4YjQxMDQ0NmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bbc6081-f095-42a8-a845-6654c6a7113d","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":"ODdjZWI3ZmNiYWFkZGYzMmMwZTQ4ZDExZDNkMzFlM2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f0e044a4-6663-4b39-91b7-639ba4c807fa","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":"a3cf7ad8-d044-406e-a227-18a89f66b0ed","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":"a8981cc2-7701-447c-8dbc-7bf31775be17","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":"e79b51cf-c6c6-4277-9d00-276f45523559","artifactVersion":"2","generatedFromUUID":"ca6b2a74-e3d1-475a-8b5e-1d597a76f856"},{"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":"999d3689-d558-431e-b4a3-29a634baa3d7","artifactVersion":"2","generatedFromUUID":"a3cf7ad8-d044-406e-a227-18a89f66b0ed"},{"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":"ca6b2a74-e3d1-475a-8b5e-1d597a76f856","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":"e6b10668-4307-4b63-8bad-b02d62be499b","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":"NjA5MjEzYjRkNTc0YjI3YmRkNWZjMTEwMzcxZThhN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"600c59b8-284b-4d3c-8eb0-b99f79bdc3de","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTcwMzRiNTVhYWJjZmZhYjlmZmQ3ZWYzZDM1NzA3ZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b76214c0-f735-4402-8914-d2b816d48824","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-03T04:15:04.514Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:15:04.514Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:15:04.515Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:15:04.516Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:15:04.616Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:15:04.617Z||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-03T04:15:04.617Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:15:04.630Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:15:04.630Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:15:05.516Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:15:05.517Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:15:05.519Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:15:05.519Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-03T04:15:05.620Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-03T04:15:05.621Z||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-03T04:15:05.621Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:15:05.637Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:15:05.638Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:15:06.521Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:15:06.522Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:15:06.525Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:15:06.525Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-03T04:15:06.625Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T04:15:06.626Z||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-03T04:15:06.626Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:15:06.637Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:15:06.638Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:15:07.526Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:15:07.527Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:15:07.530Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:15:07.531Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:15:07.631Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:15:07.632Z||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-03T04:15:07.632Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:15:07.645Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:15:07.645Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:15:08.531Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:15:08.531Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:15:08.536Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:15:08.536Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-03T04:15:08.637Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-03T04:15:08.638Z||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-03T04:15:08.639Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:15:08.652Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:15:08.653Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:15:09.536Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:15:09.537Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:15:09.540Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:15:09.540Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-03T04:15:09.640Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:15:09.641Z||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-03T04:15:09.642Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:15:09.658Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:15:09.658Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:15:10.541Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:15:10.542Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:15:10.543Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:15:10.544Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-03T04:15:10.644Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:15:10.645Z||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-03T04:15:10.645Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:15:10.660Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:15:10.661Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:15:11.544Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:15:11.545Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:15:11.547Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:15:11.547Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T04:15:11.647Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:15:11.648Z||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-03T04:15:11.648Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:15:11.666Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:15:11.667Z||pool-81-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:15:12.547Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:15:12.548Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:15:12.551Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:15:12.551Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:15:12.651Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T04:15:12.652Z||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-03T04:15:12.653Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:15:12.668Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:15:12.669Z||pool-82-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:15:13.552Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:15:13.553Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:15:13.554Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:15:13.555Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:15:13.655Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:15:13.656Z||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-03T04:15:13.656Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:15:13.670Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:15:13.671Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-03T04:15:14.556Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "f729d88d-4125-4af4-91f5-206d2ef79e15", "serviceDescription": "service", "serviceInvariantUUID": "8532c9b9-d0a4-46ce-a58d-a63a64181fda", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "8c12557f-4087-4f8d-b82a-a235a3d6c5e1", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "01ef9816-84ae-407a-a8d2-0200a2dd74b8", "resourceInvariantUUID": "a51e4b76-1ebc-4581-b56a-fa8c5461cfa3", "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": "ODdjZWI3ZmNiYWFkZGYzMmMwZTQ4ZDExZDNkMzFlM2E\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f0e044a4-6663-4b39-91b7-639ba4c807fa", "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": "a3cf7ad8-d044-406e-a227-18a89f66b0ed", "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": "999d3689-d558-431e-b4a3-29a634baa3d7", "generatedFromUUID": "a3cf7ad8-d044-406e-a227-18a89f66b0ed" }, "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": "e79b51cf-c6c6-4277-9d00-276f45523559", "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": "999d3689-d558-431e-b4a3-29a634baa3d7", "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": "ca6b2a74-e3d1-475a-8b5e-1d597a76f856", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZTcwMzRiNTVhYWJjZmZhYjlmZmQ3ZWYzZDM1NzA3ZDU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b76214c0-f735-4402-8914-d2b816d48824" } ], "workloadContext": "Production" } 2022-11-03T04:15:14.556Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-03T04:15:14.556Z|4ddbc669-7d34-4189-9e76-9a7c5b9a9be3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f729d88d-4125-4af4-91f5-206d2ef79e15 ASDC 2022-11-03T04:15:14.557Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:a262db4b-a335-4402-bc2b-49393f944f2b ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:f729d88d-4125-4af4-91f5-206d2ef79e15 ServiceInvariantUUID:8532c9b9-d0a4-46ce-a58d-a63a64181fda 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:b76214c0-f735-4402-8914-d2b816d48824 ArtifactChecksum:ZTcwMzRiNTVhYWJjZmZhYjlmZmQ3ZWYzZDM1NzA3ZDU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:8c12557f-4087-4f8d-b82a-a235a3d6c5e1 ResourceInvariantUUID:a51e4b76-1ebc-4581-b56a-fa8c5461cfa3 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:01ef9816-84ae-407a-a8d2-0200a2dd74b8 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:f0e044a4-6663-4b39-91b7-639ba4c807fa ArtifactChecksum:ODdjZWI3ZmNiYWFkZGYzMmMwZTQ4ZDExZDNkMzFlM2E= 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:a3cf7ad8-d044-406e-a227-18a89f66b0ed 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:999d3689-d558-431e-b4a3-29a634baa3d7 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:e79b51cf-c6c6-4277-9d00-276f45523559 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:999d3689-d558-431e-b4a3-29a634baa3d7 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:ca6b2a74-e3d1-475a-8b5e-1d597a76f856 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-03T04:15:14.557Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f729d88d-4125-4af4-91f5-206d2ef79e15 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-03T04:15:14.593Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T04:15:14.594Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-03T04:15:14.594Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-03T04:15:14.594Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b76214c0-f735-4402-8914-d2b816d48824 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-03T04:15:14.594Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-03T04:15:14.594Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:14.666Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-03T04:15:14.670Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar b76214c0-f735-4402-8914-d2b816d48824 158211 2022-11-03T04:15:14.670Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:14.670Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:14.670Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T04:15:14.671Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:15:14.672Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:15:14.672Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448914670, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:15:14.773Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:15:14.774Z||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-03T04:15:14.774Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:15:14.789Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:15:14.790Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:15:15.056Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:15:15.057Z||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-03T04:15:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:15:15.080Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:15:15.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:15:15.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "policy-id", "timestamp": 1667448846464, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:15:15.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:15:15.673Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T04:15:15.674Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-03T04:15:15.674Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b76214c0-f735-4402-8914-d2b816d48824, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-03T04:15:15.674Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-11-03T04:15:15.675Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-03T04:15:15.675Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-03T04:15:15.754Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9218092917980848669/Definitions/service-BasicCnfMacro-template.yml 2022-11-03T04:15:16.613Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-03T04:15:16.614Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-03T04:15:16.614Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-03T04:15:16.614Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-03T04:15:16.614Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:16.614Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:16.614Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:16.614Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:16.614Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-03T04:15:16.615Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:15:16.615Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:16.615Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-03T04:15:16.615Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-03T04:15:16.615Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:16.615Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:15:16.615Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:16.616Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-03T04:15:16.616Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-03T04:15:16.616Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:16.616Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:15:16.616Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:16.616Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:15:16.616Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-03T04:15:16.616Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-11-03T04:15:16.616Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-11-03T04:15:16.616Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-03T04:15:16.617Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:15:16.617Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:16.617Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:15:16.617Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-03T04:15:16.617Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T04:15:16.617Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:15:16.617Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-03T04:15:16.617Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T04:15:16.618Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:15:16.618Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-03T04:15:16.618Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T04:15:16.618Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:15:16.618Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-03T04:15:16.618Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T04:15:16.618Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:15:16.618Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-03T04:15:16.618Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-11-03T04:15:16.619Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=06cca03b-1374-4fa5-b25a-17d195861504 2022-11-03T04:15:16.619Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:15:16.619Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:16.619Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:15:16.619Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:16.619Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:15:16.619Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:16.619Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:15:16.620Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:16.620Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:f729d88d-4125-4af4-91f5-206d2ef79e15 Model Version:NULL Model InvariantUuid:8532c9b9-d0a4-46ce-a58d-a63a64181fda Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:f54bf9a6-8723-4597-b5ab-b6f135a5049f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a51e4b76-1ebc-4581-b56a-fa8c5461cfa3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8c12557f-4087-4f8d-b82a-a235a3d6c5e1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6ae794b9-881f-4257-abf9-143829dceb52 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:77568b50-23ee-42a2-8d60-62bb82c3a398 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:68a929f1-223a-4786-82c3-faf43b145b1e ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:2ee080b1-90d5-4ffd-aefe-824ea6d27119 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:06cca03b-1374-4fa5-b25a-17d195861504 ModelInvariantUuid:273f11be-a9be-478b-99c3-068bfcc6ef9e ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:7c12b693-fc27-40b5-8e5c-b9ed85a301ee ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:6945f038-0c69-4151-8fcd-6d84e1ee0e2c ModelInvariantUuid:3c7b91eb-4da6-4f18-9074-afcea1f485b2 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:cc8c37d1-212f-4737-968e-e45e22c81278 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-03T04:15:16.628Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 01ef9816-84ae-407a-a8d2-0200a2dd74b8 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-03T04:15:16.633Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0 2022-11-03T04:15:16.633Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 01ef9816-84ae-407a-a8d2-0200a2dd74b8 2022-11-03T04:15:16.633Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f0e044a4-6663-4b39-91b7-639ba4c807fa from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-03T04:15:16.633Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-03T04:15:16.633Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:16.708Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-03T04:15:16.709Z|a262db4b-a335-4402-bc2b-49393f944f2b|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 f0e044a4-6663-4b39-91b7-639ba4c807fa 1565 2022-11-03T04:15:16.709Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:16.709Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:16.709Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T04:15:16.710Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:15:16.712Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:15:16.712Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448916709, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T04:15:16.812Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:15:16.813Z||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-03T04:15:16.813Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:15:16.827Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:15:16.828Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:15:17.712Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "68a929f1-223a-4786-82c3-faf43b145b1e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2ee080b1-90d5-4ffd-aefe-824ea6d27119", "vfModuleModelCustomizationUUID": "8faa366f-4e32-483b-8f4b-5acaa1db59a3", "isBase": true, "artifacts": [ "a3cf7ad8-d044-406e-a227-18a89f66b0ed", "999d3689-d558-431e-b4a3-29a634baa3d7" ], "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": "6ae794b9-881f-4257-abf9-143829dceb52", "vfModuleModelVersion": "1", "vfModuleModelUUID": "77568b50-23ee-42a2-8d60-62bb82c3a398", "vfModuleModelCustomizationUUID": "f38f7b06-2fdc-455b-b6ba-d11a8332879c", "isBase": false, "artifacts": [ "ca6b2a74-e3d1-475a-8b5e-1d597a76f856" ], "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-03T04:15:17.716Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2ee080b1-90d5-4ffd-aefe-824ea6d27119 VfModuleModelInvariantUUID:68a929f1-223a-4786-82c3-faf43b145b1e VfModuleModelDescription:NULL Artifacts UUID List:{ a3cf7ad8-d044-406e-a227-18a89f66b0ed , 999d3689-d558-431e-b4a3-29a634baa3d7 } 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:77568b50-23ee-42a2-8d60-62bb82c3a398 VfModuleModelInvariantUUID:6ae794b9-881f-4257-abf9-143829dceb52 VfModuleModelDescription:NULL Artifacts UUID List:{ ca6b2a74-e3d1-475a-8b5e-1d597a76f856 } 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-03T04:15:17.718Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "68a929f1-223a-4786-82c3-faf43b145b1e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2ee080b1-90d5-4ffd-aefe-824ea6d27119", "vfModuleModelCustomizationUUID": "8faa366f-4e32-483b-8f4b-5acaa1db59a3", "isBase": true, "artifacts": [ "a3cf7ad8-d044-406e-a227-18a89f66b0ed", "999d3689-d558-431e-b4a3-29a634baa3d7" ], "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": "6ae794b9-881f-4257-abf9-143829dceb52", "vfModuleModelVersion": "1", "vfModuleModelUUID": "77568b50-23ee-42a2-8d60-62bb82c3a398", "vfModuleModelCustomizationUUID": "f38f7b06-2fdc-455b-b6ba-d11a8332879c", "isBase": false, "artifacts": [ "ca6b2a74-e3d1-475a-8b5e-1d597a76f856" ], "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-03T04:15:17.718Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2ee080b1-90d5-4ffd-aefe-824ea6d27119 VfModuleModelInvariantUUID:68a929f1-223a-4786-82c3-faf43b145b1e VfModuleModelDescription:NULL Artifacts UUID List:{ a3cf7ad8-d044-406e-a227-18a89f66b0ed , 999d3689-d558-431e-b4a3-29a634baa3d7 } 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:77568b50-23ee-42a2-8d60-62bb82c3a398 VfModuleModelInvariantUUID:6ae794b9-881f-4257-abf9-143829dceb52 VfModuleModelDescription:NULL Artifacts UUID List:{ ca6b2a74-e3d1-475a-8b5e-1d597a76f856 } 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-03T04:15:17.719Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a3cf7ad8-d044-406e-a227-18a89f66b0ed from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-03T04:15:17.719Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-03T04:15:17.719Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:17.766Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-03T04:15:17.767Z|a262db4b-a335-4402-bc2b-49393f944f2b|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 a3cf7ad8-d044-406e-a227-18a89f66b0ed 914 2022-11-03T04:15:17.767Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:17.767Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:17.767Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T04:15:17.767Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:15:17.769Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:15:17.769Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448917767, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T04:15:17.869Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:15:17.870Z||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-03T04:15:17.871Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:15:17.885Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:15:17.885Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:15:18.770Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e79b51cf-c6c6-4277-9d00-276f45523559 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-03T04:15:18.770Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-03T04:15:18.771Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:18.818Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-03T04:15:18.818Z|a262db4b-a335-4402-bc2b-49393f944f2b|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 e79b51cf-c6c6-4277-9d00-276f45523559 12 2022-11-03T04:15:18.819Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:18.819Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:18.819Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T04:15:18.819Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:15:18.821Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:15:18.821Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448918819, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-03T04:15:18.921Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:15:18.922Z||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-03T04:15:18.922Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:15:18.951Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:15:18.951Z||pool-87-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:15:19.821Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 999d3689-d558-431e-b4a3-29a634baa3d7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-03T04:15:19.822Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-03T04:15:19.822Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:19.871Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-03T04:15:19.871Z|a262db4b-a335-4402-bc2b-49393f944f2b|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 999d3689-d558-431e-b4a3-29a634baa3d7 96 2022-11-03T04:15:19.871Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:19.872Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:19.872Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T04:15:19.872Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:15:19.874Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:15:19.874Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448919871, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-03T04:15:19.974Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:15:19.975Z||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-03T04:15:19.975Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:15:20.014Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:15:20.015Z||pool-88-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:15:20.874Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ca6b2a74-e3d1-475a-8b5e-1d597a76f856 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-03T04:15:20.875Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-03T04:15:20.875Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:20.925Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-03T04:15:20.926Z|a262db4b-a335-4402-bc2b-49393f944f2b|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 ca6b2a74-e3d1-475a-8b5e-1d597a76f856 20206 2022-11-03T04:15:20.926Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:20.926Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:20.926Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T04:15:20.927Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:15:20.929Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:15:20.929Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448920926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-03T04:15:21.029Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:15:21.030Z||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-03T04:15:21.030Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:15:21.045Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:15:21.046Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-03T04:15:21.932Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: f729d88d-4125-4af4-91f5-206d2ef79e15 2022-11-03T04:15:21.932Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 01ef9816-84ae-407a-a8d2-0200a2dd74b8 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-03T04:15:21.942Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f7a278c, org.onap.sdc.toscaparser.api.parameters.Input@16c574cc, org.onap.sdc.toscaparser.api.parameters.Input@2bf40472, org.onap.sdc.toscaparser.api.parameters.Input@2621188f, org.onap.sdc.toscaparser.api.parameters.Input@78391d80] 2022-11-03T04:15:21.943Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:15:21.943Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:21.943Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-11-03T04:15:21.943Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 8c12557f-4087-4f8d-b82a-a235a3d6c5e1 2022-11-03T04:15:21.943Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8c12557f-4087-4f8d-b82a-a235a3d6c5e1 matches Tosca VF Customization UUID: 8c12557f-4087-4f8d-b82a-a235a3d6c5e1 2022-11-03T04:15:21.943Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 8c12557f-4087-4f8d-b82a-a235a3d6c5e1 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-03T04:15:21.946Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:15:21.946Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:21.947Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 8c12557f-4087-4f8d-b82a-a235a3d6c5e1: {\"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-03T04:15:21.947Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6070b23d 2022-11-03T04:15:21.947Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:15:21.948Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:21.948Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f38f7b06-2fdc-455b-b6ba-d11a8332879c 2022-11-03T04:15:21.948Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f38f7b06-2fdc-455b-b6ba-d11a8332879c 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-03T04:15:21.951Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:15:21.951Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-03T04:15:21.951Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T04:15:21.952Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:15:21.952Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-03T04:15:21.952Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T04:15:21.952Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:15:21.952Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-03T04:15:21.952Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=8c12557f-4087-4f8d-b82a-a235a3d6c5e1 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-03T04:15:21.957Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:15:21.957Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:21.957Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid f729d88d-4125-4af4-91f5-206d2ef79e15: basic_cnf_macro 2022-11-03T04:15:21.957Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:15:21.957Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:21.957Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:15:21.957Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:21.957Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:15:21.957Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:21.957Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:15:21.957Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:21.958Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:15:21.958Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:21.958Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:21.998Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 01ef9816-84ae-407a-a8d2-0200a2dd74b8 2 ASDC deployResourceStructure 2022-11-03T04:15:21.998Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:21.998Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:21.998Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T04:15:21.999Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:15:22.001Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:15:22.001Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448921998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T04:15:22.101Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:15:22.102Z||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-03T04:15:22.102Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:15:22.115Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:15:22.116Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:15:23.002Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:23.002Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:23.002Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T04:15:23.002Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:15:23.004Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:15:23.005Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448923002, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-03T04:15:23.105Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T04:15:23.105Z||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-03T04:15:23.106Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:15:23.120Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:15:23.121Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:15:24.006Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:24.006Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:24.006Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-03T04:15:24.007Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:15:24.008Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:15:24.009Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448924005, "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-03T04:15:24.109Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:15:24.110Z||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-03T04:15:24.110Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:15:24.125Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:15:24.125Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-03T04:15:25.010Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:25.010Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:25.010Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T04:15:25.011Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:15:25.012Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:15:25.012Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448925010, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-03T04:15:25.113Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-03T04:15:25.114Z||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-03T04:15:25.114Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:15:25.128Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:15:25.129Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:15:26.013Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:26.013Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:26.014Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-03T04:15:26.014Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:15:26.016Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:15:26.016Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448926013, "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-03T04:15:26.117Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:15:26.117Z||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-03T04:15:26.117Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:15:26.131Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:15:26.132Z||pool-94-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:15:27.017Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:27.017Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:15:27.017Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T04:15:27.018Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:15:27.020Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:15:27.020Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448927017, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:15:27.120Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:15:27.121Z||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-03T04:15:27.121Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:15:27.136Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:15:27.137Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:15:28.021Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a262db4b-a335-4402-bc2b-49393f944f2b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:15:28.033Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a262db4b-a335-4402-bc2b-49393f944f2b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:15:28.037Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T04:15:28.037Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-03T04:15:28.037Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-03T04:15:58.041Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a262db4b-a335-4402-bc2b-49393f944f2b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:15:58.063Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a262db4b-a335-4402-bc2b-49393f944f2b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:15:58.066Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T04:15:58.067Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-03T04:15:58.067Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-03T04:16:15.056Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:16:15.057Z||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-03T04:16:15.058Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:16:15.089Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:16:15.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:16:15.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "aai-ml", "timestamp": 1667448835936, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:16:15.091Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:16:28.068Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a262db4b-a335-4402-bc2b-49393f944f2b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:16:28.084Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a262db4b-a335-4402-bc2b-49393f944f2b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:16:28.088Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T04:16:28.089Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-03T04:16:28.089Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-03T04:16:58.089Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a262db4b-a335-4402-bc2b-49393f944f2b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:16:58.110Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a262db4b-a335-4402-bc2b-49393f944f2b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:16:58.114Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T04:16:58.114Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-03T04:16:58.114Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-03T04:17:15.056Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:17:15.057Z||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-03T04:17:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:17:15.099Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:17:15.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "cds", "timestamp": 1667448835327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:17:15.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448855724, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:17:15.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:17:15.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "multicloud-k8s-id", "timestamp": 1667448834442, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "aai-ml", "timestamp": 1667448835936, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "policy-id", "timestamp": 1667448856202, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:17:15.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:17:15.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "cds", "timestamp": 1667448857504, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:17:15.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:17:15.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-03T04:17:15.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448856728, "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-03T04:17:15.108Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a262db4b-a335-4402-bc2b-49393f944f2b 2022-11-03T04:17:15.108Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a262db4b-a335-4402-bc2b-49393f944f2b 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-03T04:17:15.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "multicloud-k8s-id", "timestamp": 1667448834442, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "aai-ml", "timestamp": 1667448835936, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "policy-id", "timestamp": 1667448857206, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:17:15.117Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:17:15.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "clamp", "timestamp": 1667448858077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:17:15.117Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:17:15.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-03T04:17:15.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448830606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "multicloud-k8s-id", "timestamp": 1667448834442, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "cds", "timestamp": 1667448858731, "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-03T04:17:15.122Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5dffe20c-4df7-4651-8c65-261c0bc41912 2022-11-03T04:17:15.123Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dffe20c-4df7-4651-8c65-261c0bc41912 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-03T04:17:15.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "policy-id", "timestamp": 1667448858209, "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-03T04:17:15.136Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5dffe20c-4df7-4651-8c65-261c0bc41912 2022-11-03T04:17:15.136Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dffe20c-4df7-4651-8c65-261c0bc41912 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-03T04:17:15.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "aai-ml", "timestamp": 1667448835936, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "clamp", "timestamp": 1667448859081, "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-03T04:17:15.149Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4ddbc669-7d34-4189-9e76-9a7c5b9a9be3 2022-11-03T04:17:15.150Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ddbc669-7d34-4189-9e76-9a7c5b9a9be3 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-03T04:17:15.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.157Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448830606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.157Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "multicloud-k8s-id", "timestamp": 1667448834442, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:17:15.157Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "aai-ml", "timestamp": 1667448835936, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "clamp", "timestamp": 1667448834775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-03T04:17:15.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448830606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "aai-ml", "timestamp": 1667448835936, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "clamp", "timestamp": 1667448834775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-03T04:17:15.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.159Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448830606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.159Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "aai-ml", "timestamp": 1667448835936, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.159Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "clamp", "timestamp": 1667448834775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.159Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.159Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448830606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.159Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "aai-ml", "timestamp": 1667448835936, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:17:15.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "clamp", "timestamp": 1667448834775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:17:15.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448830606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "clamp", "timestamp": 1667448834775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "aai-ml", "timestamp": 1667448863578, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:17:15.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:17:15.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448830606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448863829, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:17:15.161Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:17:15.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "clamp", "timestamp": 1667448834775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448830606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "clamp", "timestamp": 1667448834775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448830606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:17:15.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448866019, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T04:17:15.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:17:15.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "clamp", "timestamp": 1667448834775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448866834, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:17:15.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:17:15.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448867075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T04:17:15.162Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:17:15.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "clamp", "timestamp": 1667448834775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448868134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-03T04:17:15.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:17:15.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "clamp", "timestamp": 1667448834775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:17:15.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448868539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:17:15.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:17:15.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448869257, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T04:17:15.163Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:17:15.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667448869546, "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-03T04:17:15.168Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5dffe20c-4df7-4651-8c65-261c0bc41912 2022-11-03T04:17:15.168Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dffe20c-4df7-4651-8c65-261c0bc41912 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-03T04:17:15.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "aai-ml", "timestamp": 1667448870076, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:17:15.176Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:17:15.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448870261, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-03T04:17:15.176Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:17:15.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "aai-ml", "timestamp": 1667448871079, "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-03T04:17:15.180Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a262db4b-a335-4402-bc2b-49393f944f2b 2022-11-03T04:17:15.180Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a262db4b-a335-4402-bc2b-49393f944f2b 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-03T04:17:15.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448871266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-03T04:17:15.188Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:17:15.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "aai-ml", "timestamp": 1667448835936, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448872268, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:17:15.189Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:17:15.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "aai-ml", "timestamp": 1667448835936, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "aai-ml", "timestamp": 1667448835936, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "aai-ml", "timestamp": 1667448835936, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "aai-ml", "timestamp": 1667448835936, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "aai-ml", "timestamp": 1667448835936, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "aai-ml", "timestamp": 1667448835936, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "aai-ml", "timestamp": 1667448835936, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.190Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "aai-ml", "timestamp": 1667448835936, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:17:15.190Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "aai-ml", "timestamp": 1667448881172, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:17:15.190Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:17:15.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "clamp", "timestamp": 1667448882090, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:17:15.190Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:17:15.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "aai-ml", "timestamp": 1667448885673, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:17:15.190Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:17:15.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "clamp", "timestamp": 1667448887082, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:17:15.190Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:17:15.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "aai-ml", "timestamp": 1667448886677, "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-03T04:17:15.197Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5dffe20c-4df7-4651-8c65-261c0bc41912 2022-11-03T04:17:15.197Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dffe20c-4df7-4651-8c65-261c0bc41912 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-03T04:17:15.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "clamp", "timestamp": 1667448888086, "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-03T04:17:15.213Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a262db4b-a335-4402-bc2b-49393f944f2b 2022-11-03T04:17:15.213Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a262db4b-a335-4402-bc2b-49393f944f2b 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-03T04:17:15.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "clamp", "timestamp": 1667448834775, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "clamp", "timestamp": 1667448834775, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "clamp", "timestamp": 1667448834775, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "clamp", "timestamp": 1667448834775, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "clamp", "timestamp": 1667448834775, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "clamp", "timestamp": 1667448834775, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "clamp", "timestamp": 1667448834775, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "clamp", "timestamp": 1667448834775, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "clamp", "timestamp": 1667448834775, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:17:15.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4ddbc669-7d34-4189-9e76-9a7c5b9a9be3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448903497, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T04:17:15.222Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:17:15.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-03T04:17:15.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-03T04:17:15.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "clamp", "timestamp": 1667448908081, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:17:15.223Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:17:15.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-03T04:17:15.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "clamp", "timestamp": 1667448910090, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:17:15.223Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:17:15.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-03T04:17:15.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "clamp", "timestamp": 1667448911094, "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-03T04:17:15.227Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5dffe20c-4df7-4651-8c65-261c0bc41912 2022-11-03T04:17:15.227Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dffe20c-4df7-4651-8c65-261c0bc41912 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-03T04:17:15.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-03T04:17:15.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:15.239Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:17:15.239Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-03T04:17:15.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:17:15.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448914670, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:17:15.239Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:17:28.114Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a262db4b-a335-4402-bc2b-49393f944f2b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:17:28.127Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a262db4b-a335-4402-bc2b-49393f944f2b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:17:28.132Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T04:17:28.132Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-03T04:17:28.132Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-03T04:17:28.132Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-03T04:17:28.132Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:17:28.132Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:17:28.132Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:17:28.132Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:17:28.132Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:17:28.132Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:17:28.132Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:17:28.142Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-03T04:17:58.142Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a262db4b-a335-4402-bc2b-49393f944f2b 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-03T04:17:58.152Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a262db4b-a335-4402-bc2b-49393f944f2b and serviceModelVersionId: f729d88d-4125-4af4-91f5-206d2ef79e15 2022-11-03T04:17:58.155Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8532c9b9-d0a4-46ce-a58d-a63a64181fda 2022-11-03T04:17:58.156Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8532c9b9-d0a4-46ce-a58d-a63a64181fda/model-vers/model-ver/f729d88d-4125-4af4-91f5-206d2ef79e15?depth=0 2022-11-03T04:17:58.161Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-11-03T04:17:58.197Z|a262db4b-a335-4402-bc2b-49393f944f2b|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/8532c9b9-d0a4-46ce-a58d-a63a64181fda/model-vers/model-ver/f729d88d-4125-4af4-91f5-206d2ef79e15?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-03T04:17:58.198Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8532c9b9-d0a4-46ce-a58d-a63a64181fda/model-vers/model-ver/f729d88d-4125-4af4-91f5-206d2ef79e15?depth=0|INFO|500||Invoke 2022-11-03T04:17:58.230Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8532c9b9-d0a4-46ce-a58d-a63a64181fda/model-vers/model-ver/f729d88d-4125-4af4-91f5-206d2ef79e15?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-03T04:17:58.322Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8532c9b9-d0a4-46ce-a58d-a63a64181fda/model-vers/model-ver/f729d88d-4125-4af4-91f5-206d2ef79e15?depth=0|INFO|500||InvokeReturn 2022-11-03T04:17:58.323Z|a262db4b-a335-4402-bc2b-49393f944f2b|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/8532c9b9-d0a4-46ce-a58d-a63a64181fda/model-vers/model-ver/f729d88d-4125-4af4-91f5-206d2ef79e15?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221103-04:17:59:252-44349], vertex-id=[241776], Content-Length=[0], Date=[Thu, 03 Nov 2022 04:17:59 GMT], Content-Type=[application/json]} 2022-11-03T04:17:58.323Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-11-03T04:17:58.323Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-03T04:17:58.323Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:17:58.327Z|a262db4b-a335-4402-bc2b-49393f944f2b|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-03T04:17:58.327Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a262db4b-a335-4402-bc2b-49393f944f2b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-03T04:17:58.328Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-03T04:17:58.328Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:17:58.330Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:17:58.330Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667449078328, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T04:17:58.430Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T04:17:58.431Z||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-03T04:17:58.431Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:17:58.449Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:17:58.450Z||pool-96-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-03T04:17:59.343Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T04:17:59.343Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"5dffe20c-4df7-4651-8c65-261c0bc41912","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"1d6609c5-d93f-4e72-8026-227f14676555","serviceDescription":"service","serviceInvariantUUID":"4be07933-e6fd-41a4-9ca0-d0016cce7470","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f103c611-74d0-4152-b0e4-26bf496fe993","resourceInvariantUUID":"84f18042-7f38-4ff4-9dc6-74fe46711bb7","resourceCustomizationUUID":"5fa0fe45-d566-4436-8dc6-2fcfa79219d4","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":"MWQwMzEzODNiNmUzYzgxZjVmMzUyN2FlNWE1MWQ4ZWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67a7b56a-031c-4dc6-ba9c-9d2123ea3cf0","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":"6fc5e285-c32f-48ba-938a-d5181476b6f7","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":"2f5e08e3-f55b-4f9e-bfce-1ccc1a8ee4f0","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":"NDJiNjVkOWZmNGFiMDRlN2EzZGNhZDg4NmIzMzI2NWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"39055f05-6c53-402c-986b-ecf28ae7bc41","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":"30516fa1-5abf-4e02-9af8-6db44e33dc6e","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":"5335888a-f2f8-4306-b88f-651bc31990a4","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":"781d1a11-4af0-4e6a-a8f8-cf0febedfb3d","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":"M2I1OTcyMjM4YmM1OWNkZTZjNGY4MmUxMDAyOTg1YTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0796f45e-fc49-4b5f-9867-3435ea8573de","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZmVlYTFkN2MxNDE4NDY5ZGI0ZjRlN2UzYWJjZjE3YWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9daabe3f-450d-4b97-a695-10082baaa4c5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-03T04:17:59.344Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:17:59.344Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:17:59.345Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:17:59.346Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:17:59.445Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T04:17:59.446Z||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-03T04:17:59.446Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:17:59.461Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:17:59.462Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-03T04:18:00.346Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:18:00.347Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:18:00.349Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:18:00.349Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T04:18:00.449Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T04:18:00.450Z||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-03T04:18:00.450Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:18:00.468Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:18:00.468Z||pool-98-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-11-03T04:18:01.350Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:18:01.352Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:18:01.356Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:18:01.356Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T04:18:01.457Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-03T04:18:01.458Z||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-03T04:18:01.459Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:18:01.472Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:18:01.473Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:18:02.358Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:18:02.358Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:18:02.361Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:18:02.362Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T04:18:02.461Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T04:18:02.462Z||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-03T04:18:02.462Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:18:02.481Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:18:02.482Z||pool-100-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:18:03.362Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:18:03.363Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:18:03.366Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:18:03.366Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:18:03.466Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T04:18:03.467Z||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-03T04:18:03.467Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:18:03.482Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:18:03.482Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:18:04.366Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:18:04.367Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:18:04.369Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:18:04.369Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:18:04.469Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T04:18:04.470Z||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-03T04:18:04.470Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:18:04.486Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:18:04.486Z||pool-102-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:18:05.369Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:18:05.370Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:18:05.371Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:18:05.371Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:18:05.471Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T04:18:05.472Z||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-03T04:18:05.473Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:18:05.485Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:18:05.485Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:18:06.372Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:18:06.372Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:18:06.374Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:18:06.374Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:18:06.474Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T04:18:06.475Z||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-03T04:18:06.476Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:18:06.498Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:18:06.499Z||pool-104-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:18:07.375Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T04:18:07.375Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:18:07.378Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:18:07.378Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:18:07.477Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T04:18:07.478Z||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-03T04:18:07.478Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:18:07.494Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:18:07.496Z||pool-105-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:18:08.378Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "1d6609c5-d93f-4e72-8026-227f14676555", "serviceDescription": "service", "serviceInvariantUUID": "4be07933-e6fd-41a4-9ca0-d0016cce7470", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "5fa0fe45-d566-4436-8dc6-2fcfa79219d4", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "f103c611-74d0-4152-b0e4-26bf496fe993", "resourceInvariantUUID": "84f18042-7f38-4ff4-9dc6-74fe46711bb7", "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": "ZmVlYTFkN2MxNDE4NDY5ZGI0ZjRlN2UzYWJjZjE3YWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9daabe3f-450d-4b97-a695-10082baaa4c5" } ], "workloadContext": "Production" } 2022-11-03T04:18:08.379Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-03T04:18:08.379Z|a262db4b-a335-4402-bc2b-49393f944f2b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1d6609c5-d93f-4e72-8026-227f14676555 ASDC 2022-11-03T04:18:08.379Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:5dffe20c-4df7-4651-8c65-261c0bc41912 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:1d6609c5-d93f-4e72-8026-227f14676555 ServiceInvariantUUID:4be07933-e6fd-41a4-9ca0-d0016cce7470 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:9daabe3f-450d-4b97-a695-10082baaa4c5 ArtifactChecksum:ZmVlYTFkN2MxNDE4NDY5ZGI0ZjRlN2UzYWJjZjE3YWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:5fa0fe45-d566-4436-8dc6-2fcfa79219d4 ResourceInvariantUUID:84f18042-7f38-4ff4-9dc6-74fe46711bb7 ResourceName:test-pnf ResourceType:PNF ResourceUUID:f103c611-74d0-4152-b0e4-26bf496fe993 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-03T04:18:08.379Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d6609c5-d93f-4e72-8026-227f14676555 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-03T04:18:08.406Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T04:18:08.406Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-03T04:18:08.406Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-03T04:18:08.407Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9daabe3f-450d-4b97-a695-10082baaa4c5 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-03T04:18:08.407Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-03T04:18:08.407Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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-03T04:18:08.581Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-03T04:18:08.585Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 9daabe3f-450d-4b97-a695-10082baaa4c5 105677 2022-11-03T04:18:08.585Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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-03T04:18:08.586Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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-03T04:18:08.586Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T04:18:08.586Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:18:08.588Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:18:08.588Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667449088585, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:18:08.688Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T04:18:08.688Z||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-03T04:18:08.689Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:18:08.703Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:18:08.703Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:18:09.589Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T04:18:09.590Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-03T04:18:09.590Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 9daabe3f-450d-4b97-a695-10082baaa4c5, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-03T04:18:09.590Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-11-03T04:18:09.590Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-03T04:18:09.591Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-03T04:18:09.659Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18381680666983579609/Definitions/service-TestPnfMacro-template.yml 2022-11-03T04:18:10.233Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-03T04:18:10.233Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-03T04:18:10.233Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-03T04:18:10.234Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-03T04:18:10.234Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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-03T04:18:10.234Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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-03T04:18:10.234Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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-03T04:18:10.234Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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-03T04:18:10.234Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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-03T04:18:10.234Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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-03T04:18:10.234Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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-03T04:18:10.234Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-03T04:18:10.234Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:18:10.234Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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-03T04:18:10.234Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-03T04:18:10.234Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-03T04:18:10.234Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T04:18:10.234Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:18:10.234Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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-03T04:18:10.235Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-03T04:18:10.235Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-03T04:18:10.235Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T04:18:10.235Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:18:10.235Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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-03T04:18:10.235Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:18:10.235Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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-03T04:18:10.235Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:18:10.235Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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-03T04:18:10.235Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:18:10.235Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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-03T04:18:10.235Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:18:10.235Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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-03T04:18:10.235Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:1d6609c5-d93f-4e72-8026-227f14676555 Model Version:NULL Model InvariantUuid:4be07933-e6fd-41a4-9ca0-d0016cce7470 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-03T04:18:10.243Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: f103c611-74d0-4152-b0e4-26bf496fe993 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-03T04:18:10.246Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||test-pnf 0 2022-11-03T04:18:10.246Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f103c611-74d0-4152-b0e4-26bf496fe993 2022-11-03T04:18:10.247Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 1d6609c5-d93f-4e72-8026-227f14676555 2022-11-03T04:18:10.247Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1d6609c5-d93f-4e72-8026-227f14676555 2022-11-03T04:18:10.247Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 f103c611-74d0-4152-b0e4-26bf496fe993 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-03T04:18:10.252Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2788b0bc, org.onap.sdc.toscaparser.api.parameters.Input@48b50ffc, org.onap.sdc.toscaparser.api.parameters.Input@10fa6074, org.onap.sdc.toscaparser.api.parameters.Input@6ab266f9, org.onap.sdc.toscaparser.api.parameters.Input@85d2643] 2022-11-03T04:18:10.252Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:18:10.253Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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-03T04:18:10.253Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1d6609c5-d93f-4e72-8026-227f14676555: test-pnf 2022-11-03T04:18:10.253Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||Processing PNF resource: f103c611-74d0-4152-b0e4-26bf496fe993 2022-11-03T04:18:10.253Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T04:18:10.253Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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-03T04:18:10.254Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||Resource customization UUID: 5fa0fe45-d566-4436-8dc6-2fcfa79219d4 is the same as notified resource customizationUUID: 5fa0fe45-d566-4436-8dc6-2fcfa79219d4 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-03T04:18:10.298Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf f103c611-74d0-4152-b0e4-26bf496fe993 0 ASDC deployResourceStructure 2022-11-03T04:18:10.299Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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-03T04:18:10.299Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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-03T04:18:10.299Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T04:18:10.299Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:18:10.301Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:18:10.301Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667449090299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:18:10.401Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:18:10.402Z||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-03T04:18:10.403Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:18:10.416Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:18:10.418Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-03T04:18:11.302Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5dffe20c-4df7-4651-8c65-261c0bc41912 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T04:18:11.316Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5dffe20c-4df7-4651-8c65-261c0bc41912 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-03T04:18:11.320Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T04:18:11.320Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-03T04:18:11.320Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-03T04:18:11.320Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-03T04:18:11.320Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:18:11.320Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:18:11.320Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:18:11.320Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:18:11.320Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:18:11.320Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:18:11.320Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T04:18:11.320Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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-03T04:18:11.325Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-03T04:18:15.056Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:18:15.057Z||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-03T04:18:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:18:15.093Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:18:15.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:18:15.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448916709, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T04:18:15.094Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:18:15.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:18:15.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448917767, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T04:18:15.094Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:18:15.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:18:15.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448918819, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-03T04:18:15.095Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:18:15.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:18:15.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448919871, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-03T04:18:15.095Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:18:15.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:18:15.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448920926, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-03T04:18:15.095Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:18:15.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:18:15.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448921998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T04:18:15.095Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:18:15.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:18:15.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448923002, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-03T04:18:15.095Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:18:15.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:18:15.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448924005, "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-03T04:18:15.095Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:18:15.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:18:15.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448925010, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-03T04:18:15.095Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:18:15.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:18:15.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448926013, "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-03T04:18:15.095Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:18:15.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-03T04:18:15.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448927017, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:18:15.095Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:18:41.326Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5dffe20c-4df7-4651-8c65-261c0bc41912 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-03T04:18:41.334Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5dffe20c-4df7-4651-8c65-261c0bc41912 and serviceModelVersionId: 1d6609c5-d93f-4e72-8026-227f14676555 2022-11-03T04:18:41.335Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4be07933-e6fd-41a4-9ca0-d0016cce7470 2022-11-03T04:18:41.336Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4be07933-e6fd-41a4-9ca0-d0016cce7470/model-vers/model-ver/1d6609c5-d93f-4e72-8026-227f14676555?depth=0 2022-11-03T04:18:41.340Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-11-03T04:18:41.368Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4be07933-e6fd-41a4-9ca0-d0016cce7470/model-vers/model-ver/1d6609c5-d93f-4e72-8026-227f14676555?depth=0|INFO|500||Invoke 2022-11-03T04:18:41.369Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4be07933-e6fd-41a4-9ca0-d0016cce7470/model-vers/model-ver/1d6609c5-d93f-4e72-8026-227f14676555?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4be07933-e6fd-41a4-9ca0-d0016cce7470/model-vers/model-ver/1d6609c5-d93f-4e72-8026-227f14676555?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5dffe20c-4df7-4651-8c65-261c0bc41912], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2a38ee62-5ea2-40ca-bf8e-dfc33a978f97], X-ECOMP-RequestID=[5dffe20c-4df7-4651-8c65-261c0bc41912], X-TransactionId=[], X-ONAP-RequestID=[5dffe20c-4df7-4651-8c65-261c0bc41912], Content-Type=[application/merge-patch+json]} 2022-11-03T04:18:41.385Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4be07933-e6fd-41a4-9ca0-d0016cce7470/model-vers/model-ver/1d6609c5-d93f-4e72-8026-227f14676555?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-03T04:18:41.476Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4be07933-e6fd-41a4-9ca0-d0016cce7470/model-vers/model-ver/1d6609c5-d93f-4e72-8026-227f14676555?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/4be07933-e6fd-41a4-9ca0-d0016cce7470/model-vers/model-ver/1d6609c5-d93f-4e72-8026-227f14676555?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221103-04:18:42:408-15662], vertex-id=[254048], Content-Length=[0], Date=[Thu, 03 Nov 2022 04:18:42 GMT], Content-Type=[application/json]} 2022-11-03T04:18:41.477Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4be07933-e6fd-41a4-9ca0-d0016cce7470/model-vers/model-ver/1d6609c5-d93f-4e72-8026-227f14676555?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-03T04:18:41.478Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4be07933-e6fd-41a4-9ca0-d0016cce7470/model-vers/model-ver/1d6609c5-d93f-4e72-8026-227f14676555?depth=0|INFO|500||InvokeReturn 2022-11-03T04:18:41.479Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-03T04:18:41.479Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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-03T04:18:41.483Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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-03T04:18:41.484Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5dffe20c-4df7-4651-8c65-261c0bc41912 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-03T04:18:41.484Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-03T04:18:41.484Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-03T04:18:41.486Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T04:18:41.486Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667449121484, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T04:18:41.586Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T04:18:41.587Z||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-03T04:18:41.587Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:18:41.613Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:18:41.614Z||pool-108-thread-1|||||INFO|500||cambria reply ok (28 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-03T04:18:42.535Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:18:42.536Z||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-03T04:18:42.536Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:18:52.820Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:18:52.821Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:18:52.821Z||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-03T04:18:52.821Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:19:02.369Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:19:02.370Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:19:02.371Z||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-03T04:19:02.371Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:19:11.913Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:19:11.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:19:11.914Z||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-03T04:19:11.914Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:19:15.057Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:19:15.057Z||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-03T04:19:15.058Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:19:15.092Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:19:15.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T04:19:15.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a262db4b-a335-4402-bc2b-49393f944f2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667449078328, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T04:19:15.094Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:19:15.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T04:19:15.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:19:15.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-03T04:19:15.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667448855051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667449088585, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667449090299, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T04:19:15.095Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:19:21.454Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:19:21.455Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:19:21.455Z||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-03T04:19:21.455Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:19:30.996Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:20:15.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:20:15.053Z||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-03T04:20:15.053Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:20:15.056Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:20:15.057Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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-03T04:20:15.057Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:20:15.588Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:20:15.589Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T04:20:15.589Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dffe20c-4df7-4651-8c65-261c0bc41912", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667449121484, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T04:20:15.591Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T04:20:24.600Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:21:15.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:21:15.052Z||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-03T04:21:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:21:15.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:21:15.057Z||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-03T04:21:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:21:24.608Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:21:24.608Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:22:15.051Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:22:15.051Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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-03T04:22:15.051Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:22:15.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:22:15.057Z||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-03T04:22:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:22:24.592Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:22:24.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:23:15.051Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:23:15.053Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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-03T04:23:15.053Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:23:15.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:23:15.057Z||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-03T04:23:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:23:24.602Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:23:24.603Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:24:15.051Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:24:15.052Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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-03T04:24:15.052Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:24:15.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:24:15.057Z||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-03T04:24:15.058Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:24:24.597Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:24:24.597Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:25:15.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:25:15.051Z||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-03T04:25:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:25:15.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:25:15.057Z||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-03T04:25:15.058Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:25:24.613Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:25:24.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:26:15.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:26:15.051Z||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-03T04:26:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:26:15.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:26:15.057Z||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-03T04:26:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:26:24.599Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:26:24.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:27:15.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:27:15.051Z||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-03T04:27:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:27:15.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:27:15.057Z||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-03T04:27:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:27:24.598Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:27:24.604Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:28:15.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:28:15.051Z||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-03T04:28:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:28:15.056Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:28:15.057Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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-03T04:28:15.057Z|5dffe20c-4df7-4651-8c65-261c0bc41912|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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:28:24.593Z|5dffe20c-4df7-4651-8c65-261c0bc41912|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:28:24.600Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:29:15.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:29:15.053Z||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-03T04:29:15.053Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:29:15.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:29:15.057Z||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-03T04:29:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:29:24.610Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:29:24.610Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:30:15.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:30:15.052Z||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-03T04:30:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:30:15.057Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:30:15.058Z||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-03T04:30:15.058Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:30:24.600Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:30:24.601Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:31:15.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:31:15.052Z||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-03T04:31:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:31:15.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:31:15.057Z||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-03T04:31:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:31:24.601Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:31:24.602Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:32:15.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:32:15.051Z||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-03T04:32:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:32:15.056Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:32:15.057Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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-03T04:32:15.057Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:32:24.598Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:32:24.602Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:33:15.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:33:15.052Z||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-03T04:33:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:33:15.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:33:15.057Z||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-03T04:33:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:33:24.595Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:33:24.595Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:34:15.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:34:15.051Z||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-03T04:34:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:34:15.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:34:15.057Z||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-03T04:34:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:34:24.604Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:34:24.606Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:35:15.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:35:15.051Z||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-03T04:35:15.051Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:35:15.057Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:35:15.058Z||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-03T04:35:15.058Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:35:24.597Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:35:24.598Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:36:15.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:36:15.051Z||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-03T04:36:15.051Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:36:15.057Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:36:15.058Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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-03T04:36:15.058Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:36:24.600Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:36:24.600Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:37:15.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:37:15.051Z||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-03T04:37:15.052Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:37:15.056Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:37:15.057Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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-03T04:37:15.057Z|70493b2a-f47e-41f3-beac-d2b6b4891545|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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:37:24.600Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:37:24.601Z|70493b2a-f47e-41f3-beac-d2b6b4891545|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:38:15.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:38:15.051Z||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-03T04:38:15.051Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:38:15.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:38:15.057Z||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-03T04:38:15.057Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:38:24.595Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:38:24.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:39:15.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:39:15.052Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T04:39:15.053Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qeDhCcGrT8MDFMvW) ... 2022-11-03T04:39:15.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T04:39:15.060Z||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-03T04:39:15.060Z||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 qeDhCcGrT8MDFMvW) ... 2022-11-03T04:39:24.614Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T04:39:24.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK